1 ### List of variables for the purposes of generating an application's
4 #-------------------------------------------------------------------------
6 #-------------------------------------------------------------------------
10 #-------------------------------------------------------------------------
11 # The application title
12 #-------------------------------------------------------------------------
16 #-------------------------------------------------------------------------
17 # The application author (copyright holder)
18 #-------------------------------------------------------------------------
20 AUTHOR="The wxWindows Team"
22 #-------------------------------------------------------------------------
23 # The application vendor (organisation)
24 #-------------------------------------------------------------------------
28 #-------------------------------------------------------------------------
29 # The application data file extension
30 #-------------------------------------------------------------------------
34 #-------------------------------------------------------------------------
35 # The symbol to use when querying for the version number (not used)
36 #-------------------------------------------------------------------------
38 VERSIONSYMBOL=wxVERSION
40 #-------------------------------------------------------------------------
41 # The top-level directory of the application source tree
42 #-------------------------------------------------------------------------
44 APPDIR=c:/wx2dev/wxWindows
46 #-------------------------------------------------------------------------
47 # The destination directory of the setup
48 #-------------------------------------------------------------------------
50 DESTDIR=$APPDIR/deliver
52 #-------------------------------------------------------------------------
53 # The temporary image directory to use when preparing the setup
54 #-------------------------------------------------------------------------
56 SETUPIMAGEDIR=$APPDIR/deliver/wxWindows-$VERSION
58 #-------------------------------------------------------------------------
59 # The name of the file with $VERSIONSYMBOL in it
60 #-------------------------------------------------------------------------
62 VERSIONSYMBOLFILE=$APPDIR/include/wx/version.h
64 #-------------------------------------------------------------------------
65 # The locations of the project's Inno Setup header and footer files
66 #-------------------------------------------------------------------------
68 INNOTOP=$APPDIR/distrib/msw/innotop.txt
69 INNOBOTTOM=$APPDIR/distrib/msw/innobott.txt
71 #-------------------------------------------------------------------------
72 # The location of the generated setup script
73 #-------------------------------------------------------------------------
75 SETUPSCRIPTNAME=$APPDIR/distrib/msw/wxwin2.iss
77 #-------------------------------------------------------------------------
78 # The locations of the readme and license files
79 #-------------------------------------------------------------------------
81 READMEFILE=$APPDIR/docs/readme.txt
82 READMEAFTERFILE=$APPDIR/docs/msw/install.txt
83 LICENSEFILE=$APPDIR/docs/licence.txt
85 #-------------------------------------------------------------------------
86 # The binary to include in the setup
87 #-------------------------------------------------------------------------
89 APPBINARY=$APPDIR/src/ReleaseStable/$APPNAME.exe
90 #APPBINARY=$APPDIR/src/ReleaseDev/$APPNAME.exe
92 #-------------------------------------------------------------------------
93 # The location of the setup compiler
94 #-------------------------------------------------------------------------
96 SETUPCOMPILER="c:/Program Files/Inno Setup 4/compil32.exe"
98 #-------------------------------------------------------------------------
99 # Whether we will compress the binary (0 or 1).
100 # Use --upx or --no-upx to override this default value.
101 #-------------------------------------------------------------------------
105 #-------------------------------------------------------------------------
106 # Whether we will make a manual (0 or 1)
107 # Use --make-manual or --no-make-manual to override this default value.
108 #-------------------------------------------------------------------------
112 #-------------------------------------------------------------------------
113 # The manual filename(s)
114 #-------------------------------------------------------------------------
118 #-------------------------------------------------------------------------
119 # The directory containing the manual source. We assume
120 # that there is a Makefile in this directory for making the
122 #-------------------------------------------------------------------------
124 MANUALDIR=$APPDIR/docs
126 #-------------------------------------------------------------------------
127 # The resources file to compile, if any (e.g. myapp.bin).
128 # This is just a zip containing files to be used by the
129 # application, usually stored in src/resources.
131 # If this is left empty, no resources will be compiled.
132 #-------------------------------------------------------------------------
136 #-------------------------------------------------------------------------
137 # The directory containing the resources.
139 # If this is left empty, no resources will be compiled.
140 #-------------------------------------------------------------------------