Backport release script updates to 3.0.

This commit is contained in:
Bryan Petty
2015-11-15 22:19:28 -07:00
parent 4a23f03ede
commit 80ceca14b5
8 changed files with 198 additions and 332 deletions

View File

@@ -7,9 +7,9 @@
#define WXW_DIR "..\.."
#endif
#if GetEnv("WXW_VER") == "SVN"
#define INFOFILE WXW_DIR + "\BuildSVN.txt"
#define WX_VERSION "SVN"
#if GetEnv("WXW_VER") == "Snapshot"
#define INFOFILE WXW_DIR + "\BuildSVN.txt"
#define WX_VERSION "Snapshot"
#elif GetEnv("WXW_VER") != ""
#define INFOFILE WXW_DIR + "\docs\msw\install.txt"
#define WX_VERSION GetEnv("WXW_VER")