Update Windows build scripts for git.
This commit is contained in:
parent
f45c9c7731
commit
9ea2138b4b
@ -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%
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user