build a 2.9.x windows setup file and chm and htb sets of docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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\wxWidgets\BuildSVN.txt"
|
||||
#define INFOFILE GetENV("INNO") + "\BuildSVN.txt"
|
||||
#define WX_VERSION "SVN"
|
||||
#else
|
||||
#define INFOFILE "C:\wx\inno\wxWidgets\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\wxWidgets"
|
||||
|
||||
|
||||
[Setup]
|
||||
AppName=wxWidgets
|
||||
|
Reference in New Issue
Block a user