added everything
This commit is contained in:
19
lib/maxsdk70/include/buildnumber.h
Executable file
19
lib/maxsdk70/include/buildnumber.h
Executable file
@@ -0,0 +1,19 @@
|
||||
/* This file is automatically generated by the DailyBuild script. */
|
||||
/* VERSION_STRING is the build's posting, ie. MXXX, Daily, Midday. */
|
||||
/* VERSION_INT is the last successful major (MXXX) with the letter prefix (M) dropped. */
|
||||
#if defined(GAME_FREE_VER)
|
||||
#define VERSION_STRING "C000"
|
||||
#define VERSION_INT 0
|
||||
#elif defined(GAME_VER)
|
||||
#define VERSION_STRING "G000"
|
||||
#define VERSION_INT 0
|
||||
#elif defined(WEBVERSION)
|
||||
#define VERSION_STRING "M000"
|
||||
#define VERSION_INT 0
|
||||
#elif defined (DESIGN_VER)
|
||||
#define VERSION_STRING "B000"
|
||||
#define VERSION_INT 0
|
||||
#else // MAX
|
||||
#define VERSION_STRING "Catalyst with PDBs C065 10-04-2004"
|
||||
#define VERSION_INT 65
|
||||
#endif
|
||||
Reference in New Issue
Block a user