3 # Make a distribution of an application on MSW.
5 # ../distrib/msw/makesetup.sh --wxmsw --verbose &> | cat > log
7 # If your zip accepts Cygwin-style paths, then
8 # use cygpath, else substitute echo
22 SCRIPTDIR
=$WXWIN/distrib
/msw
23 WEBFILES
=c
:/wx
2dev
/wxWebSite
24 # Set this to the required version
27 .
$SCRIPTDIR/setup.var
34 if [ -f $thefile ]; then
35 sed -e "$theexpr" < $thefile > $thefile.tmp
36 mv $thefile.tmp
$thefile
38 echo "*** $thefile not found."
44 echo $1 | sed -e "s/\//\\\\\\\/g" > /tmp
/filename.tmp
45 RETVALUE
=`cat /tmp/filename.tmp`
46 rm -f /tmp
/filename.tmp
51 echo $1 | sed -e "s/\//\\\\/g" > /tmp
/filename.tmp
52 RETVALUE
=`cat /tmp/filename.tmp`
53 rm -f /tmp
/filename.tmp
58 if [ "$VERBOSE" != "1" ]; then
69 echo Re
-archiving $archive as
$dirname
73 if [ -d $dirname ]; then
78 unzip $ZIPFLAGS ..
/$archive
81 zip $ZIPFLAGS -r $archive $dirname/*
86 # Find the version from wx/version.h
90 echo "#include <stdio.h>" > /tmp
/appver.c
91 echo "#include \"$VERSIONSYMBOLFILE\"" >> /tmp
/appver.c
92 echo "int main() { printf(\"%.2f\", $VERSIONSYMBOL); }" >> /tmp
/appver.c
93 gcc
/tmp
/appver.c
-I$APPDIR -o /tmp
/appver
95 rm -f /tmp
/appver
/tmp
/appver.c
103 # Zip up the complete wxOS2-xxx.zip file
104 zip $ZIPFLAGS -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/generic.rsp
105 zip $ZIPFLAGS -@
-u $DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/os2.rsp
106 zip $ZIPFLAGS -@
-u $DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/jpeg.rsp
107 zip $ZIPFLAGS -@
-u $DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/tiff.rsp
108 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/tiff.rsp
109 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/jpeg.rsp
110 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/utils.rsp
111 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/tex2rtf.rsp
112 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/ogl.rsp
113 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/xml.rsp
114 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/contrib.rsp
115 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/deprecated.rsp
116 zip $ZIPFLAGS -u -@
$DESTDIR/wxOS2
-$VERSION.
zip < $APPDIR/distrib
/msw
/makefile.rsp
118 # Rearchive under wxWidgets-$VERSION
119 if [ -d $DESTDIR/wxWidgets
-$VERSION ]; then
120 rm -f -r $DESTDIR/wxWidgets
-$VERSION
123 mkdir $DESTDIR/wxWidgets
-$VERSION
124 cd $DESTDIR/wxWidgets
-$VERSION
125 unzip $ZIPFLAGS ..
/wxOS2
-$VERSION.
zip
126 # No longer do this, configure should be OK
127 # echo Overwriting with OS2-specific versions of configure files...
128 # unzip $ZIPFLAGS -o $APPDIR/distrib/os2/os2-specific.zip
129 rm -f src
/gtk
/descrip.mms src
/motif
/descrip.mms docs
/pdf
/*.pdf
130 rm -f src
/tiff
/*.mcp src
/jpeg
/*.mcp src
/png
/*.mcp src
/zlib
/*.mcp
131 rm -f -r docs
/html
/tex2rtf
133 # echo Making OS/2 files lower case...
134 # no longer necessary
135 # $SCRIPTDIR/namedown include/wx/os2/*.H
136 # $SCRIPTDIR/namedown src/os2/*.CPP src/os2/*.I
138 echo Copying readme files...
139 cp $APPDIR/docs
/os
2/install.txt INSTALL
-OS2.txt
140 cp $APPDIR/docs
/licence.txt LICENCE.txt
141 cp $APPDIR/docs
/lgpl.txt COPYING.LIB
142 cp $APPDIR/docs
/changes.txt CHANGES.txt
143 cp $APPDIR/docs
/readme.txt README.txt
147 rm -f wxOS2
-$VERSION.
zip
148 zip $ZIPFLAGS -r wxOS2
-$VERSION.
zip wxWidgets
-$VERSION/*
155 echo Zipping wxMac distribution
157 cp $APPDIR/include
/wx
/mac
/setup0.h
$APPDIR/include
/wx
/setup.h
159 zip $ZIPFLAGS -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/generic.rsp
160 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/mac.rsp
161 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/cocoa.rsp
162 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/cw_mac.rsp
163 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/tiff.rsp
164 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/jpeg.rsp
165 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/utils.rsp
166 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/tex2rtf.rsp
167 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/ogl.rsp
168 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/xml.rsp
169 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/stc.rsp
170 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/contrib.rsp
171 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/deprecated.rsp
172 zip $ZIPFLAGS -u -@
$DESTDIR/wxMac
-$VERSION.
zip < $APPDIR/distrib
/msw
/makefile.rsp
174 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-CW-Mac.
zip < $APPDIR/distrib
/msw
/cw_mac.rsp
176 rm -f $APPDIR/include
/wx
/setup.h
178 if [ -d $DESTDIR/wxWidgets
-$VERSION ]; then
179 rm -f -r $DESTDIR/wxWidgets
-$VERSION
182 mkdir $DESTDIR/wxWidgets
-$VERSION
183 cd $DESTDIR/wxWidgets
-$VERSION
184 unzip $ZIPFLAGS ..
/wxMac
-$VERSION.
zip
185 rm -f src
/gtk
/descrip.mms src
/motif
/descrip.mms docs
/pdf
/*.pdf
186 rm -f -r docs
/html
/tex2rtf docs
/htmlhelp
188 echo Copying readme files...
189 cp $APPDIR/docs
/mac
/readme.txt README
-MAC.txt
190 cp $APPDIR/docs
/mac
/install.txt INSTALL
-MAC.txt
191 cp $APPDIR/docs
/licence.txt LICENCE.txt
192 cp $APPDIR/docs
/lgpl.txt COPYING.LIB
193 cp $APPDIR/docs
/changes.txt CHANGES.txt
194 cp $APPDIR/docs
/readme.txt README.txt
198 rm -f wxMac
-$VERSION.
zip
199 zip $ZIPFLAGS -r wxMac
-$VERSION.
zip wxWidgets
-$VERSION/*
206 # Create wxWidgets-$VERSION-win.zip which is used to create wxMSW
207 echo Zipping individual components
208 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/generic.rsp
209 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/makefile.rsp
210 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/msw.rsp
211 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/ogl.rsp
212 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/mmedia.rsp
213 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/stc.rsp
214 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/tex2rtf.rsp
215 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/jpeg.rsp
216 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/tiff.rsp
217 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/xml.rsp
218 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/contrib.rsp
219 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/deprecated.rsp
220 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/utils.rsp
221 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/utilmake.rsp
222 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-win.
zip < $APPDIR/distrib
/msw
/univ.rsp
224 # rearchive wxWidgets-$VERSION-win.zip wxWidgets-$VERSION $DESTDIR
226 if [ -d $DESTDIR/wxWidgets
-$VERSION ]; then
227 rm -f -r $DESTDIR/wxWidgets
-$VERSION
230 mkdir $DESTDIR/wxWidgets
-$VERSION
231 cd $DESTDIR/wxWidgets
-$VERSION
232 unzip $ZIPFLAGS ..
/wxWidgets
-$VERSION-win.
zip
234 echo Removing .mms files
235 rm -f src
/gtk
/descrip.mms src
/motif
/descrip.mms
237 echo Copying readme files...
238 cp $APPDIR/docs
/msw
/readme.txt README
-MSW.txt
239 cp $APPDIR/docs
/msw
/install.txt INSTALL
-MSW.txt
240 cp $APPDIR/docs
/licence.txt LICENCE.txt
241 cp $APPDIR/docs
/lgpl.txt COPYING.LIB
242 cp $APPDIR/docs
/changes.txt CHANGES.txt
243 cp $APPDIR/docs
/readme.txt README.txt
247 rm -f wxWidgets
-$VERSION-win.
zip
248 zip $ZIPFLAGS -r wxWidgets
-$VERSION-win.
zip wxWidgets
-$VERSION/*
255 echo Creating
$DESTDIR/wxWidgets
-$VERSION-DocSource.
zip
256 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-DocSource.
zip < $APPDIR/distrib
/msw
/docsrc.rsp
257 rearchive wxWidgets
-$VERSION-DocSource.
zip wxWidgets
-$VERSION $DESTDIR
259 echo Creating
$DESTDIR/wxWidgets
-$VERSION-WinHelp.
zip
260 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-WinHelp.
zip < $APPDIR/distrib
/msw
/wx_hlp.rsp
261 rearchive wxWidgets
-$VERSION-WinHelp.
zip wxWidgets
-$VERSION $DESTDIR
263 echo Creating
$DESTDIR/wxWidgets
-$VERSION-HTML.
zip
264 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-HTML.
zip < $APPDIR/distrib
/msw
/wx_html.rsp
265 rearchive wxWidgets
-$VERSION-HTML.
zip wxWidgets
-$VERSION $DESTDIR
267 echo Creating
$DESTDIR/wxWidgets
-$VERSION-PDF.
zip
268 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-PDF.
zip < $APPDIR/distrib
/msw
/wx_pdf.rsp
269 rearchive wxWidgets
-$VERSION-PDF.
zip wxWidgets
-$VERSION $DESTDIR
271 # zip $ZIPFLAGS -@ $DESTDIR/wxWidgets-$VERSION-Word.zip < $APPDIR/distrib/msw/wx_word.rsp
272 # rearchive wxWidgets-$VERSION-Word.zip wxWidgets-$VERSION $DESTDIR
274 echo Creating
$DESTDIR/wxWidgets
-$VERSION-HTB.
zip
275 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-HTB.
zip < $APPDIR/distrib
/msw
/wx_htb.rsp
276 rearchive wxWidgets
-$VERSION-HTB.
zip wxWidgets
-$VERSION $DESTDIR
278 echo Creating
$DESTDIR/wxWidgets
-$VERSION-HTMLHelp.
zip
279 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-HTMLHelp.
zip < $APPDIR/distrib
/msw
/wx_chm.rsp
280 rearchive wxWidgets
-$VERSION-HTMLHelp.
zip wxWidgets
-$VERSION $DESTDIR
282 # Add Linuxy docs to a separate archive to be transported to Linux for the
283 # Linux-based releases
284 echo Creating
$DESTDIR/wxWidgets
-$VERSION-LinuxDocs.
zip
285 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-LinuxDocs.
zip < $APPDIR/distrib
/msw
/wx_html.rsp
286 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-LinuxDocs.
zip < $APPDIR/distrib
/msw
/wx_pdf.rsp
287 zip $ZIPFLAGS -@
-u $DESTDIR/wxWidgets
-$VERSION-LinuxDocs.
zip < $APPDIR/distrib
/msw
/wx_htb.rsp
289 # PDF/HTML docs that should go into the Windows setup because
290 # there are no WinHelp equivalents
291 echo Creating
$DESTDIR/wxWidgets
-$VERSION-ExtraDoc.
zip
292 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-ExtraDoc.
zip < $APPDIR/distrib
/msw
/extradoc.rsp
293 rearchive wxWidgets
-$VERSION-ExtraDoc.
zip wxWidgets
-$VERSION $DESTDIR
300 # zip up Univ-specific files
301 echo Creating
$DESTDIR/wxWidgets
-$VERSION-Univ.
zip
302 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-Univ.
zip < $APPDIR/distrib
/msw
/univ.rsp
303 rearchive wxWidgets
-$VERSION-Univ.
zip wxWidgets
-$VERSION $DESTDIR
306 echo Creating
$DESTDIR/wxWidgets
-$VERSION-VC.
zip
307 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-VC.
zip < $APPDIR/distrib
/msw
/vc.rsp
308 # rearchive wxWidgets-$VERSION-VC.zip wxWidgets-$VERSION $DESTDIR
311 echo Creating
$DESTDIR/wxWidgets
-$VERSION-BC.
zip
312 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-BC.
zip < $APPDIR/distrib
/msw
/bc.rsp
313 # rearchive wxWidgets-$VERSION-BC.zip wxWidgets-$VERSION $DESTDIR
315 # CodeWarrior project files
316 echo Creating
$DESTDIR/wxWidgets
-$VERSION-CW.
zip
317 zip $ZIPFLAGS -@
$DESTDIR/wxWidgets
-$VERSION-CW.
zip < $APPDIR/distrib
/msw
/cw.rsp
318 # rearchive wxWidgets-$VERSION-CW.zip wxWidgets-$VERSION $DESTDIR
325 # Put all archives for transit to Linux in a zip file
326 echo Creating
$DESTDIR/wxWidgets
-$VERSION-LinuxTransit.
zip
327 rm -f $DESTDIR/wxWidgets
-$VERSION-LinuxTransit.
zip
328 zip $ZIPFLAGS $DESTDIR/wxWidgets
-$VERSION-LinuxTransit.
zip wxWidgets
-$VERSION-LinuxDocs.
zip wxWidgets
-$VERSION-VC.
zip wxWidgets
-$VERSION-CW-Mac.
zip
330 echo Unzipping the Windows files into wxWidgets
-$VERSION
332 unzip $ZIPFLAGS -o wxWidgets
-$VERSION-win.
zip
333 unzip $ZIPFLAGS -o wxWidgets
-$VERSION-VC.
zip -d wxWidgets
-$VERSION
334 unzip $ZIPFLAGS -o wxWidgets
-$VERSION-BC.
zip -d wxWidgets
-$VERSION
335 unzip $ZIPFLAGS -o wxWidgets
-$VERSION-CW.
zip -d wxWidgets
-$VERSION
336 unzip $ZIPFLAGS -o wxWidgets
-$VERSION-HTMLHelp.
zip
337 unzip $ZIPFLAGS -o wxWidgets
-$VERSION-ExtraDoc.
zip
339 # After this change of directory, we're in the
340 # temporary 'wx' directory and not acting on
341 # the source wxWidgets directory.
342 cd $DESTDIR/wxWidgets
-$VERSION
344 # Now delete a few files that are unnecessary
346 rm -f BuildCVS.txt descrip.mms
348 rm -f docs
/html
/wxbook.htm docs
/html
/roadmap.htm
349 rm -f -r contrib
/docs
/latex
/ogl
350 rm -f src
/mingegcs.bat
353 rm -f -r contrib
/utils
/wxrcedit
355 # Now cp some binary files to 'bin'
356 if [ ! -d bin
]; then
359 cp $APPDIR/bin
/tex2rtf.exe bin
360 cp $APPDIR/bin
/tex2rtf.chm bin
361 cp $APPDIR/bin
/widgets.exe bin
362 cp $APPDIR/bin
/life.exe bin
363 cp $APPDIR/demos
/life
/breeder.lif bin
364 cp $APPDIR/docs
/htmlhelp
/tex2rtf.chm bin
366 if [ ! -d docs
/pdf
]; then
369 #cp $APPDIR/docs/pdf/wxTutorial.pdf docs/pdf
373 zip $ZIPFLAGS -r wxMSW
-$VERSION.
zip wxWidgets
-$VERSION/*
374 cd wxWidgets
-$VERSION
376 echo Generating
$SETUPSCRIPTNAME
377 rm -f $SETUPSCRIPTNAME
379 sh
$SCRIPTDIR/makeinno.sh
$SETUPIMAGEDIR $INNOTOP $INNOBOTTOM $SETUPSCRIPTNAME
381 if [ ! -f $SETUPSCRIPTNAME ]; then
382 echo "*** Error - something went wrong with the script file generation."
386 # Now replace %VERSION% with the real application version, and other
388 echo Replacing variables
in the setup
script
389 doreplace
$SETUPSCRIPTNAME "s/%VERSION%/$VERSION/g"
390 doreplace
$SETUPSCRIPTNAME "s/%COPYRIGHTHOLDER%/$AUTHOR/g"
391 doreplace
$SETUPSCRIPTNAME "s/%VENDOR%/$VENDOR/g"
393 unix2dosname
$READMEFILE
394 doreplace
$SETUPSCRIPTNAME "s;%READMEFILE%;$RETVALUE;g"
396 unix2dosname
$READMEAFTERFILE
397 doreplace
$SETUPSCRIPTNAME "s;%READMEAFTERFILE%;$RETVALUE;g"
399 unix2dosname
$LICENSEFILE
400 doreplace
$SETUPSCRIPTNAME "s;%LICENSEFILE%;$RETVALUE;g"
402 doreplace
$SETUPSCRIPTNAME "s/%APPNAME%/$APPNAME/g"
403 doreplace
$SETUPSCRIPTNAME "s/%APPTITLE%/$APPTITLE/g"
405 unix2dosname
$SETUPIMAGEDIR
406 doreplace
$SETUPSCRIPTNAME "s;%SOURCEDIR%;$RETVALUE;g"
408 unix2dosname
$DESTDIR
409 doreplace
$SETUPSCRIPTNAME "s;%OUTPUTDIR%;$RETVALUE;g"
411 doreplace
$SETUPSCRIPTNAME "s/%APPEXTENSION%/$APPEXTENSION/g"
413 # FIXME: how do we get the first name in the list?
414 if [ "$MANUALFILES" != "" ]; then
415 HELPFILE
=`basename $MANUALFILES`
416 unix2dosname
$HELPFILE
417 doreplace
$SETUPSCRIPTNAME "s;%HELPFILE%;$RETVALUE;g"
420 rm -f $DESTDIR/setup
*.
*
422 # Inno Setup complains if this step is not done
423 unix2dos
--unix2dos $SETUPSCRIPTNAME
425 # Now invoke INNO compiler on the new ISS file
426 # First, make a DOS filename or Inno Setup will get confused.
428 unix2dosname2
$SETUPSCRIPTNAME
429 DOSFILENAME
=$RETVALUE
431 # Note: the double slash is Mingw32/MSYS convention for
432 # denoting a switch, that must not be converted into
433 # a path (otherwise /c = c:/)
435 cd `dirname $SETUPSCRIPTNAME`
436 BASESCRIPTNAME
=`basename $SETUPSCRIPTNAME`
437 echo Invoking Inno Setup compiler on
$BASESCRIPTNAME
439 "$SETUPCOMPILER" //cc
$BASESCRIPTNAME
441 if [ ! -f $DESTDIR/setup.exe
]; then
442 echo "*** Error - the setup.exe was not generated."
447 # mv setup.exe $APPNAME-$VERSION-setup.exe
449 echo Putting all the setup files into a single
zip archive
450 zip wxMSW
-$VERSION-setup.
zip readme
-$VERSION.txt setup
*.
*
452 rm -f wxWidgets
-$VERSION-win.
zip
453 rm -f wxWidgets
-$VERSION-ExtraDoc.
zip
455 echo If you saw no warnings or errors
, $APPTITLE was successfully spun.
461 # if [ -d $SETUPIMAGEDIR ]; then
462 # echo Removing contents of existing $SETUPIMAGEDIR
463 # rm -f -r $SETUPIMAGEDIR/*
466 if [ ! -d $SETUPIMAGEDIR ]; then
467 echo Making the
$SETUPIMAGEDIR for preparing the setup
468 mkdir -p $SETUPIMAGEDIR
472 if [ "$READMEFILE" != "" ] && [ -f $READMEFILE ]; then
473 echo Copying readme.txt
474 cp $READMEFILE $SETUPIMAGEDIR
476 # echo "*** Warning - $READMEFILE not found"
479 if [ "$LICENSEFILE" != "" ] && [ -f $LICENSEFILE ]; then
480 echo Copying licence.txt
481 cp $LICENSEFILE $SETUPIMAGEDIR
483 # echo "*** Warning - $LICENSEFILE not found"
486 if [ "$MAKEMANUAL" != "0" ]; then
487 if [ -d $MANUALDIR ]; then
491 echo "*** Warning - $MANUALDIR not found"
495 rm -f $DESTDIR/wx
*.
zip
497 rm -f $DESTDIR/ogl3
*.
zip
498 rm -f $DESTDIR/contrib
*.
zip
499 rm -f $DESTDIR/tex2rtf2
*.
zip
500 rm -f $DESTDIR/mmedia
*.
zip
501 rm -f $DESTDIR/jpeg
*.
zip
502 rm -f $DESTDIR/tiff
*.
zip
503 rm -f $DESTDIR/utils
*.
zip
504 rm -f $DESTDIR/extradoc
*.
zip
505 rm -f $DESTDIR/stc
*.
zip
506 rm -f $DESTDIR/*-win32*.
zip
507 rm -f $DESTDIR/setup
*.
*
511 if [ -d $DESTDIR/wx
]; then
515 if [ ! -d $DESTDIR ]; then
518 if [ -d $DESTDIR/wxWidgets
-$VERSION ]; then
519 rm -f -r $DESTDIR/wxWidgets
-$VERSION
522 # Copy FAQ from wxWebSite CVS
523 if [ ! -d $WEBFILES ]; then
524 echo Error
- $WEBFILES does not exist
528 echo Copying FAQ and other files from
$WEBFILES
529 cp $WEBFILES/site
/faq
*.htm
$APPDIR/docs
/html
530 cp $WEBFILES/site
/platform.htm
$APPDIR/docs
/html
531 cp $WEBFILES/site
/i18n.htm
$APPDIR/docs
/html
533 # Copy setup0.h files to setup.h
534 cp $APPDIR/include
/wx
/os
2/setup0.h
$APPDIR/include
/wx
/os
2/setup.h
535 cp $APPDIR/include
/wx
/msw
/setup0.h
$APPDIR/include
/wx
/msw
/setup.h
536 cp $APPDIR/include
/wx
/univ
/setup0.h
$APPDIR/include
/wx
/univ
/setup.h
539 if [ "$SPINOS2" = "1" ] || [ "$SPINALL" = "1" ]; then
544 if [ "$SPINMAC" = "1" ] || [ "$SPINALL" = "1" ]; then
549 if [ "$SPINMSW" = "1" ] || [ "$SPINALL" = "1" ]; then
554 if [ "$SPINDOCS" = "1" ] || [ "$SPINALL" = "1" ]; then
561 cp $APPDIR/docs
/changes.txt
$DESTDIR/changes
-$VERSION.txt
562 cp $APPDIR/docs
/readme.txt
$DESTDIR/readme
-$VERSION.txt
564 cp $APPDIR/docs
/msw
/readme.txt
$DESTDIR/readme
-msw-$VERSION.txt
565 cp $APPDIR/docs
/msw
/install.txt
$DESTDIR/install-msw-$VERSION.txt
567 cp $APPDIR/docs
/mac
/readme.txt
$DESTDIR/readme
-mac-$VERSION.txt
568 cp $APPDIR/docs
/mac
/install.txt
$DESTDIR/install-mac-$VERSION.txt
570 cp $APPDIR/docs
/motif
/readme.txt
$DESTDIR/readme
-motif-$VERSION.txt
571 cp $APPDIR/docs
/motif
/install.txt
$DESTDIR/install-motif-$VERSION.txt
573 cp $APPDIR/docs
/gtk
/readme.txt
$DESTDIR/readme
-gtk-$VERSION.txt
574 cp $APPDIR/docs
/gtk
/install.txt
$DESTDIR/install-gtk-$VERSION.txt
576 cp $APPDIR/docs
/x
11/readme.txt
$DESTDIR/readme
-x11-$VERSION.txt
577 # cp $APPDIR/docs/x11/readme-nanox.txt $DESTDIR/readme-nanox-$VERSION.txt
578 cp $APPDIR/docs
/x
11/install.txt
$DESTDIR/install-x11-$VERSION.txt
580 cp $APPDIR/docs
/mgl
/readme.txt
$DESTDIR/readme
-mgl-$VERSION.txt
581 cp $APPDIR/docs
/mgl
/install.txt
$DESTDIR/install-mgl-$VERSION.txt
583 cp $APPDIR/docs
/cocoa
/readme.txt
$DESTDIR/readme
-cocoa-$VERSION.txt
584 cp $APPDIR/docs
/cocoa
/install.txt
$DESTDIR/install-cocoa-$VERSION.txt
586 cp $APPDIR/docs
/base
/readme.txt
$DESTDIR/readme
-base-$VERSION.txt
588 cp $APPDIR/docs
/os
2/install.txt
$DESTDIR/install-os2-$VERSION.txt
590 cp $APPDIR/docs
/univ
/readme.txt
$DESTDIR/readme
-univ-$VERSION.txt
592 cp $APPDIR/docs
/readme_vms.txt
$DESTDIR/readme
-vms-$VERSION.txt
594 # cp $APPDIR/docs/motif/makewxmotif $DESTDIR/makewxmotif-$VERSION
595 # cp $APPDIR/docs/gtk/makewxgtk $DESTDIR/makewxgtk-$VERSION
597 # Time to regenerate the Inno Install script
598 if [ "$INNO" != "0" ]; then
603 # We can't use e.g. this:
604 # ls `cat $SRC/distrib/msw/makefile.rsp` zip -@ -u $DEST/wxWidgets-$VERSION-gen.zip
605 # because there's not enough space on the command line, plus we need to ignore the
607 # So if we need to (not in this script so far) we do something like this instead:
608 # expandlines $SRC/setup/files.rsp temp.txt
609 # zip -@ `$CYGPATHPROG -w $DEST/archive.zip` < temp.txt
618 for line
in `cat $toexpand` ; do
619 if [ $line != "" ]; then
620 ls $line >> $outputfile
627 echo "Usage: $PROGNAME [ options ]" 1>&2
629 echo " --help Display this help message"
630 echo " --upx Compress executable with UPX"
631 echo " --no-upx Do not compress executable with UPX"
632 echo " --inno Build the setup.exe"
633 echo " --no-inno Do not build the setup.exe"
634 echo " --wxmac Build wxMac distribution"
635 echo " --wxmsw Build wxMSW distribution"
636 echo " --wxos2 Build wxOS2 distribution"
637 echo " --docs Build docs archives"
638 echo " --all Build all distributions (the default)"
639 echo " --verbose Verbose zip operation"
641 echo Note that options only override settings
in $SCRIPTDIR/setup.var.
645 # Process command line options.
653 --wxmac) SPINMAC
=1; SPINALL
=0 ;;
654 --wxmsw) SPINMSW
=1; SPINALL
=0 ;;
655 --wxos2) SPINOS2
=1; SPINALL
=0 ;;
656 --docs) SPINDOCS
=1; SPINALL
=0 ;;
658 --verbose) VERBOSE
=1 ;;