]> git.saurik.com Git - wxWidgets.git/blobdiff - build/script/wxwidgets.iss
correct an example which had no chance of working
[wxWidgets.git] / build / script / wxwidgets.iss
index b892aec1d6876a79c37b02e5d10a5fccb5743e50..06047a30514dbb1e8e165769172581980f8c5b23 100644 (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\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