1 ### List of variables for the purposes of generating an application's
4 #-------------------------------------------------------------------------
6 #-------------------------------------------------------------------------
10 #-------------------------------------------------------------------------
11 # The application title
12 #-------------------------------------------------------------------------
14 APPTITLE="wxWindows Configuration Tool"
16 #-------------------------------------------------------------------------
17 # The application author (copyright holder)
18 #-------------------------------------------------------------------------
22 #-------------------------------------------------------------------------
23 # The application vendor (organisation)
24 #-------------------------------------------------------------------------
26 VENDOR="Anthemion Software"
28 #-------------------------------------------------------------------------
29 # The application data file extension
30 #-------------------------------------------------------------------------
34 #-------------------------------------------------------------------------
35 # The symbol to use when querying for the version number
36 #-------------------------------------------------------------------------
38 VERSIONSYMBOL=ctVERSION_NUMBER
40 #-------------------------------------------------------------------------
41 # The top-level directory of the application source tree
42 #-------------------------------------------------------------------------
44 APPDIR=c:/wx2dev/wxWindows/utils/configtool
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/image
58 #-------------------------------------------------------------------------
59 # The name of the file with $VERSIONSYMBOL in it
60 #-------------------------------------------------------------------------
62 VERSIONSYMBOLFILE=$APPDIR/src/symbols.h
64 #-------------------------------------------------------------------------
65 # The locations of the project's Inno Setup header and footer files
66 #-------------------------------------------------------------------------
68 INNOTOP=$APPDIR/scripts/innotop.txt
69 INNOBOTTOM=$APPDIR/scripts/innobott.txt
71 #-------------------------------------------------------------------------
72 # The location of the generated setup script
73 #-------------------------------------------------------------------------
75 SETUPSCRIPTNAME=$DESTDIR/$APPNAME.iss
77 #-------------------------------------------------------------------------
78 # The locations of the readme and license files
79 #-------------------------------------------------------------------------
81 READMEFILE=$APPDIR/docs/readme.txt
82 READMEAFTERFILE=$APPDIR/docs/readme-after.txt
83 LICENSEFILE=$APPDIR/docs/licence.txt
85 #-------------------------------------------------------------------------
86 # The binary to include in the setup
87 #-------------------------------------------------------------------------
89 APPBINARY=$APPDIR/src/ReleaseStable/$APPNAME.exe
91 #-------------------------------------------------------------------------
92 # The location of the setup compiler
93 #-------------------------------------------------------------------------
95 SETUPCOMPILER="c:/Program Files/Inno Setup 2/compil32.exe"
97 #-------------------------------------------------------------------------
98 # Whether we will compress the binary (0 or 1).
99 # Use --upx or --no-upx to override this default value.
100 #-------------------------------------------------------------------------
104 #-------------------------------------------------------------------------
105 # Whether we will make a manual (0 or 1)
106 # Use --make-manual or --no-make-manual to override this default value.
107 #-------------------------------------------------------------------------
111 #-------------------------------------------------------------------------
112 # The manual filename(s)
113 #-------------------------------------------------------------------------
115 MANUALFILES="$APPDIR/docs/manual/configtool.chm $APPDIR/docs/manual/configtool.htb"
116 WXMANUALCHM="$APPDIR/../../docs/htmlhelp/wx.chm"
117 WXMANUALHTB="$APPDIR/../../docs/htb/wx.htb"
119 #-------------------------------------------------------------------------
120 # The directory containing the manual source. We assume
121 # that there is a Makefile in this directory for making the
123 #-------------------------------------------------------------------------
125 MANUALDIR=$APPDIR/docs/manual
127 #-------------------------------------------------------------------------
128 # The resources file to compile, if any (e.g. myapp.bin).
129 # This is just a zip containing files to be used by the
130 # application, usually stored in src/resources.
132 # If this is left empty, no resources will be compiled.
133 #-------------------------------------------------------------------------
135 #RESOURCESFILE=${APPNAME}.bin
137 #-------------------------------------------------------------------------
138 # The directory containing the resources.
140 # If this is left empty, no resources will be compiled.
141 #-------------------------------------------------------------------------
143 RESOURCESDIR=$APPDIR/src/resources