[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: defines.h



  User: ahvezda 
  Date: 06/09/06 22:41:29

  Modified:    .        defines.h
  Log:
  Added a #define called CUSTOM_VERSION to make creating custom version of 
  
  gEDA/gaf easier (so that they can be labeled as custom versions)
  
  
  
  
  Revision  Changes    Path
  1.55      +7 -0      eda/geda/gaf/libgeda/include/defines.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: defines.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/defines.h,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- defines.h	23 Jul 2006 21:49:02 -0000	1.54
  +++ defines.h	7 Sep 2006 02:41:29 -0000	1.55
  @@ -33,6 +33,13 @@
   /* 20030921 wasn't a real version, just a MinGW test version, but it is */
   /* out there */
   
  +/* Set this empty string to something interesting if creating a custom */
  +/* version of gEDA/gaf.  This string is prepended to all messages that */
  +/* output the program's VERSION.  You would set this if you are creating a */
  +/* specific custom version of gEDA/gaf.  For example if you set this string */
  +/* to "-TEST", the resulting output would be 20060906-TEST. */
  +#define CUSTOM_VERSION ""
  +
   /* for color mechanism used in gschem */
   #define MAX_COLORS 25
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs