]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/setup.var
Made ico files binary
[wxWidgets.git] / distrib / msw / setup.var
index 1df8776efbc0cc22eba3cf72812c690a47a35c91..133803b0a526d05e90c25881e823cb18b4430f70 100644 (file)
@@ -11,13 +11,13 @@ APPNAME=wxwin
 # The application title
 #-------------------------------------------------------------------------
 
-APPTITLE="wxWindows"
+APPTITLE="wxWidgets"
 
 #-------------------------------------------------------------------------
 # The application author (copyright holder)
 #-------------------------------------------------------------------------
 
-AUTHOR="The wxWindows Team"
+AUTHOR="The wxWidgets Team"
 
 #-------------------------------------------------------------------------
 # The application vendor (organisation)
@@ -53,7 +53,7 @@ DESTDIR=$APPDIR/deliver
 # The temporary image directory to use when preparing the setup
 #-------------------------------------------------------------------------
 
-SETUPIMAGEDIR=$APPDIR/deliver/wxWindows-$VERSION
+SETUPIMAGEDIR=$APPDIR/deliver/wxWidgets-$VERSION
 
 #-------------------------------------------------------------------------
 # The name of the file with $VERSIONSYMBOL in it
@@ -93,7 +93,8 @@ APPBINARY=$APPDIR/src/ReleaseStable/$APPNAME.exe
 # The location of the setup compiler
 #-------------------------------------------------------------------------
 
-SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
+#SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
+SETUPCOMPILER="c:/Program Files/Inno Setup 5/compil32.exe"
 
 #-------------------------------------------------------------------------
 # Whether we will compress the binary (0 or 1).