src/common.h

changeset 436
4268a5507725
parent 433
b49930dcbe84
child 437
51313dba897d
equal deleted inserted replaced
435:bc3a51394953 436:4268a5507725
42 #define BUILD_INTERNAL 0 42 #define BUILD_INTERNAL 0
43 #define BUILD_ALPHA 1 43 #define BUILD_ALPHA 1
44 #define BUILD_BETA 2 44 #define BUILD_BETA 2
45 #define BUILD_RC 3 45 #define BUILD_RC 3
46 #define BUILD_RELEASE 4 46 #define BUILD_RELEASE 4
47
48 // Uncomment for portable build... maybe it's time to move to cmake?
49 #define PORTABLE
47 50
48 // ============================================= 51 // =============================================
49 #if (BUILD_ID != BUILD_INTERNAL) 52 #if (BUILD_ID != BUILD_INTERNAL)
50 #define RELEASE 53 #define RELEASE
51 #endif // BUILD_ID 54 #endif // BUILD_ID

mercurial