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 |