3 # Make a distribution of an application on MSW.
5 # ../distrib/msw/makesetup.sh --wxmsw --verbose &> log
7 # If your zip accepts Cygwin-style paths, then
8 # use cygpath, else substitute echo
23 SCRIPTDIR
=$WXWIN/distrib
/scripts
24 .
$SCRIPTDIR/utils.inc
26 MANIFESTDIR
=$SCRIPTDIR/manifests
27 WEBFILES
=$WXWIN/..
/wxWebSite
28 if [ ! "$CYGPATH" = "" ]; then
29 WEBFILES
=`$CYGPATH "$WEBFILES"`
32 # Set this to the required version
33 if [ "$VERSION" = "" ]; then
42 contribfiles
="stc.rsp contrib.rsp ogl.rsp"
43 utilsfiles
="tex2rtf.rsp utils.rsp utilmake.rsp"
44 commonfiles
="generic.rsp jpeg.rsp tiff.rsp xml.rsp deprecated.rsp makefile.rsp $utilsfiles $contribfiles"
46 if [ ! $port = "base" ]; then
47 filelist
="$filelist $commonfiles"
50 if [ $port = "msw" ] || [ $port = "all" ]; then
51 filelist
="$filelist msw.rsp univ.rsp vc.rsp mmedia.rsp wince.rsp dmc.rsp"
54 if [ $port = "os2" ] || [ $port = "all" ]; then
55 filelist
="$filelist os2.rsp"
58 if [ $port = "x11" ] || [ $port = "all" ]; then
59 filelist
="$filelist x11.rsp"
62 if [ $port = "mgl" ] || [ $port = "all" ]; then
63 filelist
="$filelist mgl.rsp"
66 if [ $port = "gtk" ] || [ $port = "all" ]; then
67 filelist
="$filelist gtk.rsp"
70 if [ $port = "motif" ] || [ $port = "all" ]; then
71 filelist
="$filelist motif.rsp"
74 if [ $port = "mac" ] || [ $port = "all" ]; then
75 filelist
="$filelist mac.rsp cocoa.rsp"
78 if [ $port = "all" ]; then
79 filelist
="$filelist palmos.rsp"
82 tempfile
="/tmp/wx$port.files.in"
88 cat $filelist > $outfile
98 for line
in `cat $FILELIST` ; do
99 if [ "$line" != "" ]; then
100 subdir
=`dirname $line`
101 mkdir -p $DESTDIR/$subdir
102 cp -rf $APPDIR/$line $DESTDIR/$subdir
109 if [ "$VERBOSE" != "1" ]; then
117 if [ $port != "all" ]; then
118 portname
="`echo $port|tr '[a-z]' '[A-Z]'`"
123 echo "Creating wx$portname distribution..."
126 portfiles
="/tmp/wx$port.files"
127 getfilelist
"$port" "$portfiles"
129 TMPFILESDIR
=/tmp
/wx
$port/wxWidgets
-$VERSION
131 mkdir -p $TMPFILESDIR
133 copyfilelist
$portfiles $APPDIR $TMPFILESDIR
136 # use DOS line endings for text files for MSW archives.
137 if [ $port = "msw" ]; then
138 find .
-type f \
( -path '*/CVS/*' -prune -o -exec $APPDIR/distrib
/scripts
/is_text.sh
{} \
; -print \
)
140 echo "Creating wx$portname-$VERSION.zip..."
141 zip $ZIPFLAGS -r -9 $APPDIR/deliver
/wx
$portname-$VERSION.
zip .
142 echo "Creating wx$portname-$VERSION.tar.gz..."
143 tar czvf
$APPDIR/deliver
/wx
$portname-$VERSION.
tar.gz wxWidgets
-$VERSION
144 echo "Creating wx$portname-$VERSION.tar.bz2..."
145 tar ch wxWidgets
-$VERSION | bzip2 -f9 > $APPDIR/deliver
/wx
$portname-$VERSION.
tar.bz2
153 echo Copying FAQ and other files from
$WEBFILES
154 cp $WEBFILES/site
/faq
*.htm
$APPDIR/docs
/html
155 cp $WEBFILES/site
/platform.htm
$APPDIR/docs
/html
156 cp $WEBFILES/site
/i18n.htm
$APPDIR/docs
/html
158 echo Copying readme files...
159 cp $APPDIR/docs
/msw
/readme.txt README
-MSW.txt
160 cp $APPDIR/docs
/msw
/install.txt INSTALL
-MSW.txt
161 cp $APPDIR/docs
/os
2/install.txt INSTALL
-OS2.txt
162 cp $APPDIR/docs
/licence.txt LICENCE.txt
163 cp $APPDIR/docs
/lgpl.txt COPYING.LIB
164 cp $APPDIR/docs
/changes.txt CHANGES.txt
165 cp $APPDIR/docs
/readme.txt README.txt
167 cp $APPDIR/docs
/mgl
/readme.txt
$APPDIR/readme
-mgl.txt
168 cp $APPDIR/docs
/mgl
/install.txt
$APPDIR/install-mgl.txt
170 cp $APPDIR/docs
/x
11/readme.txt
$APPDIR/readme
-x11.txt
171 cp $APPDIR/docs
/x
11/install.txt
$APPDIR/install-x11.txt
173 cp $APPDIR/docs
/motif
/readme.txt
$APPDIR/readme
-motif.txt
174 cp $APPDIR/docs
/motif
/install.txt
$APPDIR/install-motif.txt
176 cp $APPDIR/docs
/gtk
/readme.txt
$APPDIR/readme
-gtk.txt
177 cp $APPDIR/docs
/gtk
/install.txt
$APPDIR/install-gtk.txt
179 cp $APPDIR/docs
/mac
/readme.txt
$APPDIR/readme
-mac.txt
180 cp $APPDIR/docs
/mac
/install.txt
$APPDIR/install-mac.txt
182 cp $APPDIR/docs
/cocoa
/readme.txt
$APPDIR/readme
-cocoa.txt
183 cp $APPDIR/docs
/cocoa
/install.txt
$APPDIR/install-cocoa.txt
185 # Now delete a few files that are unnecessary
186 rm -f BuildCVS.txt descrip.mms
188 rm -f docs
/html
/wxbook.htm docs
/html
/roadmap.htm
189 rm -f -r contrib
/docs
/latex
/ogl
190 rm -f src
/mingegcs.bat
192 rm -f src
/gtk
/descrip.mms src
/motif
/descrip.mms
194 # Copy setup0.h files to setup.h
195 # OS/2 always built with configure now
196 # cp $APPDIR/include/wx/os2/setup0.h $APPDIR/include/wx/os2/setup.h
197 cp $APPDIR/include
/wx
/msw
/setup0.h
$APPDIR/include
/wx
/msw
/setup.h
198 cp $APPDIR/include
/wx
/univ
/setup0.h
$APPDIR/include
/wx
/univ
/setup.h
200 # Make MSW project files always have DOS line endings.
201 unix2dos
`cat $MANIFESTDIR/vc.rsp`
208 echo "Usage: $PROGNAME [ options ]" 1>&2
210 echo " --help Display this help message"
211 echo " --wxmac Build wxMac distribution"
212 echo " --wxmsw Build wxMSW distribution"
213 echo " --wxos2 Build wxOS2 distribution"
214 echo " --wxall Build wxAll zip distribution"
215 echo " --wxbase Build wxBase zip distribution"
216 echo " --all Build all distributions (the default)"
217 echo " --verbose Verbose zip operation"
221 # Process command line options.
226 --wxmac) SPINMAC
=1; SPINALL
=0 ;;
227 --wxmsw) SPINMSW
=1; SPINALL
=0 ;;
228 --wxos2) SPINOS2
=1; SPINALL
=0 ;;
229 --wxall) SPINWXALL
=1; SPINALL
=0 ;;
230 --wxbase) SPINBASE
=1; SPINALL
=0 ;;
231 --getmakefiles) GETMAKEFILES
=1; SPINALL
=0 ;;
232 --docs) SPINDOCS
=1; SPINALL
=0 ;;
234 --verbose) VERBOSE
=1 ;;
247 if [ "$SPINOS2" = "1" ] || [ "$SPINALL" = "1" ]; then
252 if [ "$SPINMSW" = "1" ] || [ "$SPINALL" = "1" ]; then
257 if [ "$SPINBASE" = "1" ] || [ "$SPINALL" = "1" ]; then
262 if [ "$SPINWXALL" = "1" ] || [ "$SPINALL" = "1" ]; then
266 if [ "$SPINALL" = "1" ]; then