Update Windows build scripts for git.

This commit is contained in:
Bryan Petty 2015-02-20 18:11:57 -07:00
parent f45c9c7731
commit 9ea2138b4b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
rem Uncomment the next line to set the version; used also in wxWidgets.iss
SET WXW_VER=3.1.0
if (%WXW_VER%)==() SET WXW_VER=SVN
if (%WXW_VER%)==() SET WXW_VER=git
echo docs building for %WXW_VER%

View File

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