Release script improvements.

This commit is contained in:
Bryan Petty
2015-10-31 14:45:00 -06:00
parent 76190de960
commit f8f531687c
12 changed files with 340 additions and 417 deletions

View File

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