Update Windows build scripts for git.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
rem Uncomment the next line to set the version; used also in wxWidgets.iss
|
rem Uncomment the next line to set the version; used also in wxWidgets.iss
|
||||||
SET WXW_VER=3.1.0
|
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%
|
echo docs building for %WXW_VER%
|
||||||
|
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
#define WXW_DIR "..\.."
|
#define WXW_DIR "..\.."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GetEnv("WXW_VER") == "SVN"
|
#if GetEnv("WXW_VER") == "git"
|
||||||
#define INFOFILE WXW_DIR + "\BuildSVN.txt"
|
#define INFOFILE WXW_DIR + "\BuildGit.txt"
|
||||||
#define WX_VERSION "SVN"
|
#define WX_VERSION "SVN"
|
||||||
#elif GetEnv("WXW_VER") != ""
|
#elif GetEnv("WXW_VER") != ""
|
||||||
#define INFOFILE WXW_DIR + "\docs\msw\install.txt"
|
#define INFOFILE WXW_DIR + "\docs\msw\install.txt"
|
||||||
|
Reference in New Issue
Block a user