BWAPI
trunk/bwapi/svnrev_template.h
Go to the documentation of this file.
00001 #define SVN_REV $WCREV$
00002 #define SVN_REV_STR "$WCMODS?$WCREV$:$WCREV$$"
00003 
00004 #ifdef _DEBUG
00005   #define BUILD_DEBUG 1
00006 #else
00007   #define BUILD_DEBUG 0
00008 #endif
00009 
00010 #ifdef _DEBUG
00011   #define BUILD_STR "DEBUG"
00012 #else
00013   #define BUILD_STR "RELEASE"
00014 #endif
00015 
00016 #include "starcraftver.h"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines