00001 // The to be #defined in a .h file included by a .rc file before maxversion.r 00002 00003 00004 #define MAXVER_INTERNALNAME "IGameExport\0"//should be overidden on a per-dll level 00005 #define MAXVER_ORIGINALFILENAME "IGameExport.dle\0"//should be overidden on a per-dll level 00006 #define MAXVER_FILEDESCRIPTION "Exporter built with IGame\0"//should be overidden on a per-dll level 00007 #define MAXVER_COMMENTS "TECH: neil.hazzard\0"//should be overidden on a per-dll level 00008 00009 // #define MAXVER_PRODUCTNAME //generally not overridden at the maxversion.r level 00010 // #define MAXVER_COPYRIGHT //only in exceptions should this be overridden 00011 // #define MAXVER_LEGALTRADEMARKS //only in exceptions should this be overridden 00012 // #define MAXVER_COMPANYNAME //only in exceptions should this be overridden 00013 // #define MAX_VERSION_MAJOR //only in exceptions should this be overridden 00014 // #define MAX_VERSION_MINOR //only in exceptions should this be overridden 00015 // #define MAX_VERSION_POINT //only in exceptions should this be overridden 00016
1.2.18