changes for bulding daily trunk

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2009-04-24 08:08:43 +00:00
parent d47dd1aece
commit 517ff47624
2 changed files with 9 additions and 6 deletions

View File

@@ -1,17 +1,19 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define INNODIR GetENV("INNO")
#if GetEnv("WXW_VER") == "CVS"
#define INFOFILE "C:\wx\inno\wx29b\BuildSVN.txt"
#define INFOFILE GetENV("INNO") + "\BuildSVN.txt"
#define WX_VERSION "SVN"
#else
#define INFOFILE "C:\wx\inno\wx29b\docs\msw\install.txt"
#define INFOFILE GetENV("INNO") + "\docs\msw\install.txt"
#define WX_VERSION GetENV("WXW_VER")
#endif
#define SETUPFILENAME "wxMSW-" + GetENV("WXW_VER") + "-Setup"
#define INNODIR "C:\wx\inno\wx29b"
[Setup]
AppName=wxWidgets