]>
Commit | Line | Data |
---|---|---|
5e0e6ceb | 1 | #!/bin/sh |
83b968da JS |
2 | |
3 | # Zip up an external, generic + Windows distribution of wxWindows 2 | |
5e0e6ceb JS |
4 | SRC=`cygpath -u $WXWIN` |
5 | DEST=$SRC/deliver | |
6 | WISE=0 | |
7 | WISEONLY=0 | |
8 | # If your zip accepts Cygwin-style paths, then | |
9 | # use cygpath, else substitute echo | |
10 | CYGPATHPROG=cygpath | |
11 | #CYGPATHPROG=echo | |
83b968da JS |
12 | |
13 | # Set this to the required version | |
5e0e6ceb | 14 | VERSION=2.3.0 |
83b968da JS |
15 | |
16 | dowise() | |
17 | { | |
5e0e6ceb | 18 | cd $DEST |
83b968da JS |
19 | |
20 | # Unzip the Windows files into 'wx' | |
5e0e6ceb | 21 | mkdir $DEST/wx |
83b968da JS |
22 | |
23 | # After this change of directory, we're in the | |
24 | # temporary 'wx' directory and not acting on | |
25 | # the source wxWindows directory. | |
5e0e6ceb JS |
26 | cd $DEST/wx |
27 | unzip -o `$CYGPATHPROG -w ../wxWindows-$VERSION-msw.zip` | |
28 | unzip -o `$CYGPATHPROG -w ../wxWindows-$VERSION-gen.zip` | |
29 | unzip -o `$CYGPATHPROG -w ../wxWindows-$VERSION-vc.zip` | |
30 | unzip -o `$CYGPATHPROG -w ../wxWindows-$VERSION-bc.zip` | |
31 | unzip -o `$CYGPATHPROG -w ../wxWindows-$VERSION-HTMLHelp.zip` | |
32 | unzip -o `$CYGPATHPROG -w ../extradoc.zip` | |
83b968da | 33 | # Need Word file, for Remstar DB classes |
5e0e6ceb JS |
34 | unzip -o `$CYGPATHPROG -w ../wxWindows-$VERSION-Word.zip` |
35 | unzip -o `$CYGPATHPROG -w ../ogl3.zip` | |
36 | unzip -o `$CYGPATHPROG -w ../jpeg.zip` | |
37 | unzip -o `$CYGPATHPROG -w ../tiff.zip` | |
38 | unzip -o `$CYGPATHPROG -w ../tex2rtf2.zip` | |
83b968da JS |
39 | |
40 | # Now delete a few files that are unnecessary | |
41 | # attrib -R * | |
42 | rm -f BuildCVS.txt *.in *.spec *.guess *.sub mkinstalldirs modules install-sh *.sh descrip.mms | |
43 | rm -f configure samples/configure samples/*.in demos/configure demos/*.in contrib/configure contrib/*.in | |
44 | rm -f setup.h.in setup.h_vms | |
45 | rm -f -r Makefile.in | |
46 | rm -f docs/html/wxbook.htm docs/html/roadmap.htm | |
47 | rm -f contrib/docs/winhelp/mmedia.* | |
48 | rm -f contrib/docs/winhelp/stc.* | |
49 | rm -f contrib/docs/htmlhelp/mmedia.* | |
50 | rm -f contrib/docs/htmlhelp/stc.* | |
51 | rm -f contrib/docs/pdf/*.* | |
1620f478 | 52 | rm -f -r contrib/docs/latex/ogl |
5e0e6ceb | 53 | rm -f SRC/mingegcs.bat |
83b968da JS |
54 | rm -f distrib |
55 | ||
56 | # Now copy some binary files to 'bin' | |
57 | mkdir bin | |
5e0e6ceb JS |
58 | cp $SRC/bin/dialoged.exe bin |
59 | cp $SRC/bin/tex2rtf.exe bin | |
60 | cp $SRC/bin/dbgview.* bin | |
61 | cp $SRC/bin/life.exe bin | |
62 | cp $SRC/docs/winhelp/dialoged.hlp $SRC/docs/winhelp/dialoged.cnt bin | |
63 | cp $SRC/docs/winhelp/tex2rtf.hlp $SRC/docs/winhelp/tex2rtf.cnt bin | |
83b968da JS |
64 | |
65 | # Make wxMSW-xxx.zip | |
5e0e6ceb | 66 | zip -r `$CYGPATHPROG -w ../wxMSW-$VERSION.zip` * |
83b968da JS |
67 | |
68 | # Time to regenerate the WISE install script, wxwin2.wse. | |
69 | # NB: if you've changed wxwin2.wse using WISE, call splitwise.exe | |
70 | # from within distrib/msw, to split off wisetop.txt and wisebott.txt. | |
71 | echo Calling 'makewise' to generate wxwin2.wse... | |
72 | ||
73a2995f | 73 | sh $WXWIN/distrib/msw/makewise.sh |
83b968da | 74 | |
5e0e6ceb | 75 | rm -f $DEST/setup.* |
83b968da JS |
76 | |
77 | # Now invoke WISE install on the new wxwin2.wse | |
78 | echo Invoking WISE... | |
1620f478 | 79 | /c/progra~1/wise/wise32.exe /C $WXWIN\\distrib\\msw\\wxwin2.wse |
83b968da JS |
80 | echo Press return to continue with the wxWindows distribution... |
81 | read dummy | |
82 | ||
5e0e6ceb | 83 | cd $DEST |
83b968da JS |
84 | |
85 | # tidy up capitalisation of filenames | |
86 | mv setup.EXE s | |
87 | mv s setup.exe | |
88 | ||
89 | mv setup.w02 s | |
90 | mv s setup.w02 | |
91 | ||
92 | mv setup.w03 s | |
93 | mv s setup.w03 | |
94 | ||
95 | mv setup.w04 s | |
96 | mv s setup.w04 | |
97 | ||
98 | mv setup.w05 s | |
99 | mv s setup.w05 | |
100 | ||
101 | mv setup.w06 s | |
102 | mv s setup.w06 | |
103 | ||
104 | mv setup.w07 s | |
105 | mv s setup.w07 | |
106 | ||
107 | mv setup.w08 s | |
108 | mv s setup.w08 | |
109 | ||
1620f478 JS |
110 | mv setup.w09 s |
111 | mv s setup.w09 | |
112 | ||
83b968da | 113 | # Put all the setup files into a single zip archive. |
5e0e6ceb | 114 | zip wxMSW-$VERSION-setup.zip readme.txt setup.* |
83b968da JS |
115 | } |
116 | ||
73a2995f JS |
117 | expandlines() |
118 | { | |
119 | toexpand=$1 | |
120 | outputfile=$2 | |
121 | ||
122 | rm -f $outputfile | |
123 | touch $outputfile | |
124 | for line in `cat $toexpand` ; do | |
125 | if [ $line != "" ]; then | |
126 | ls $line >> $outputfile | |
127 | fi | |
128 | done | |
129 | } | |
83b968da JS |
130 | |
131 | # Process command line options. | |
132 | for i in "$@"; do | |
133 | case "$i" in | |
5e0e6ceb JS |
134 | --wise) WISE=1 ;; |
135 | --wiseonly) WISEONLY=1 ;; | |
83b968da JS |
136 | *) |
137 | echo Usage: $0 "[ options ]" 1>&2 | |
138 | echo Options: | |
139 | echo " --help Display this help message" | |
140 | echo " --wise Build setup.exe" | |
141 | exit 1 | |
142 | ;; | |
143 | esac | |
144 | done | |
145 | ||
5e0e6ceb JS |
146 | if [ ! -d "$SRC" ]; then |
147 | echo $SRC not found. | |
83b968da JS |
148 | exit 1 |
149 | fi | |
150 | ||
5e0e6ceb JS |
151 | if [ ! -d "$DEST" ]; then |
152 | echo $DEST not found. | |
83b968da JS |
153 | exit 1 |
154 | fi | |
155 | ||
5e0e6ceb | 156 | echo Creating distribution in $DEST. Press return to continue. |
83b968da JS |
157 | read dummy |
158 | ||
5e0e6ceb | 159 | if [ "$WISEONLY" != "0" ]; then |
83b968da JS |
160 | dowise |
161 | exit 0 | |
162 | fi | |
163 | ||
164 | # Remove all existing files | |
5e0e6ceb JS |
165 | rm -f $DEST/wx*.zip |
166 | rm -f $DEST/*.htb | |
167 | rm -f $DEST/ogl3.zip | |
168 | rm -f $DEST/tex2rtf2.zip | |
169 | rm -f $DEST/jpeg.zip | |
170 | rm -f $DEST/tiff.zip | |
171 | rm -f $DEST/dialoged.zip | |
172 | rm -f $DEST/utils.zip | |
173 | rm -f $DEST/extradoc.zip | |
174 | rm -f $DEST/*-win32.zip | |
175 | ||
176 | if [ ! -d "$DEST/wx" ]; then | |
177 | rm -f -r $DEST/wx | |
83b968da JS |
178 | fi |
179 | ||
180 | ||
5e0e6ceb | 181 | cd $SRC |
83b968da JS |
182 | echo Zipping... |
183 | ||
184 | # Below is the old-style separated-out format. This is retained only | |
185 | # for local use, and for creating wxMSW-xxx.zip. | |
73a2995f JS |
186 | |
187 | # We can't use e.g. this: | |
5e0e6ceb | 188 | # ls `cat $SRC/distrib/msw/makefile.rsp` zip -@ -u $DEST/wxWindows-$VERSION-gen.zip |
73a2995f JS |
189 | # because there's not enough space on the command line, plus we need to ignore the |
190 | # blank lines. | |
191 | ||
5e0e6ceb JS |
192 | expandlines $SRC/distrib/msw/generic.rsp temp.txt |
193 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-gen.zip` < temp.txt | |
73a2995f | 194 | |
5e0e6ceb JS |
195 | expandlines $SRC/distrib/msw/makefile.rsp temp.txt |
196 | zip -@ -u `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-gen.zip` < temp.txt | |
73a2995f | 197 | |
5e0e6ceb JS |
198 | expandlines $SRC/distrib/msw/msw.rsp temp.txt |
199 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-msw.zip` < temp.txt | |
73a2995f | 200 | |
5e0e6ceb JS |
201 | expandlines $SRC/distrib/msw/makefile.rsp temp.txt |
202 | zip -@ -u `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-msw.zip` < temp.txt | |
73a2995f | 203 | |
5e0e6ceb JS |
204 | expandlines $SRC/distrib/msw/gtk.rsp temp.txt |
205 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-gtk.zip` < temp.txt | |
73a2995f | 206 | |
5e0e6ceb JS |
207 | expandlines $SRC/distrib/msw/makefile.rsp temp.txt |
208 | zip -@ -u `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-gtk.zip` < temp.txt | |
73a2995f | 209 | |
5e0e6ceb JS |
210 | expandlines $SRC/distrib/msw/stubs.rsp temp.txt |
211 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-stubs.zip` < temp.txt | |
73a2995f | 212 | |
5e0e6ceb JS |
213 | expandlines $SRC/distrib/msw/motif.rsp temp.txt |
214 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-mot.zip` < temp.txt | |
73a2995f | 215 | |
5e0e6ceb JS |
216 | expandlines $SRC/distrib/msw/makefile.rsp temp.txt |
217 | zip -@ -u `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-mot.zip` < temp.txt | |
73a2995f JS |
218 | |
219 | ||
5e0e6ceb JS |
220 | expandlines $SRC/distrib/msw/docsrc.rsp temp.txt |
221 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-DocSource.zip` < temp.txt | |
73a2995f | 222 | |
5e0e6ceb JS |
223 | expandlines $SRC/distrib/msw/wx_hlp.rsp temp.txt |
224 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-WinHelp.zip` < temp.txt | |
73a2995f | 225 | |
5e0e6ceb JS |
226 | expandlines $SRC/distrib/msw/wx_html.rsp temp.txt |
227 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-HTML.zip` < temp.txt | |
73a2995f | 228 | |
5e0e6ceb JS |
229 | expandlines $SRC/distrib/msw/wx_pdf.rsp temp.txt |
230 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-PDF.zip` < temp.txt | |
73a2995f | 231 | |
5e0e6ceb JS |
232 | expandlines $SRC/distrib/msw/wx_word.rsp temp.txt |
233 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-Word.zip` < temp.txt | |
73a2995f | 234 | |
5e0e6ceb JS |
235 | expandlines $SRC/distrib/msw/wx_htb.rsp temp.txt |
236 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-HTB.zip` < temp.txt | |
73a2995f | 237 | |
5e0e6ceb JS |
238 | expandlines $SRC/distrib/msw/wx_chm.rsp temp.txt |
239 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-HTMLHelp.zip` < temp.txt | |
83b968da JS |
240 | |
241 | # PDF/HTML docs that should go into the Windows setup because | |
242 | # there are no WinHelp equivalents | |
5e0e6ceb JS |
243 | expandlines $SRC/distrib/msw/extradoc.rsp temp.txt |
244 | zip -@ `$CYGPATHPROG -w $DEST/extradoc.zip` < temp.txt | |
83b968da JS |
245 | |
246 | # VC++ project files | |
5e0e6ceb JS |
247 | expandlines $SRC/distrib/msw/vc.rsp temp.txt |
248 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-vc.zip` < temp.txt | |
83b968da JS |
249 | |
250 | # BC++ project files | |
5e0e6ceb JS |
251 | expandlines $SRC/distrib/msw/bc.rsp temp.txt |
252 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-bc.zip` < temp.txt | |
83b968da JS |
253 | |
254 | # CodeWarrior project files | |
5e0e6ceb JS |
255 | expandlines $SRC/distrib/msw/cw.rsp temp.txt |
256 | zip -@ `$CYGPATHPROG -w $DEST/wxWindows-$VERSION-cw.zip` < temp.txt | |
83b968da JS |
257 | |
258 | # OGL 3 | |
5e0e6ceb JS |
259 | expandlines $SRC/distrib/msw/ogl.rsp temp.txt |
260 | zip -@ `$CYGPATHPROG -w $DEST/ogl3.zip` < temp.txt | |
83b968da JS |
261 | |
262 | # MMedia | |
5e0e6ceb JS |
263 | expandlines $SRC/distrib/msw/mmedia.rsp temp.txt |
264 | zip -@ `$CYGPATHPROG -w $DEST/mmedia.zip` < temp.txt | |
83b968da JS |
265 | |
266 | # STC (Scintilla widget) | |
5e0e6ceb JS |
267 | expandlines $SRC/distrib/msw/stc.rsp temp.txt |
268 | zip -@ `$CYGPATHPROG -w $DEST/stc.zip` < temp.txt | |
83b968da JS |
269 | |
270 | # Tex2RTF | |
5e0e6ceb JS |
271 | expandlines $SRC/distrib/msw/tex2rtf.rsp temp.txt |
272 | zip -@ `$CYGPATHPROG -w $DEST/tex2rtf2.zip` < temp.txt | |
83b968da JS |
273 | |
274 | # JPEG source | |
5e0e6ceb JS |
275 | expandlines $SRC/distrib/msw/jpeg.rsp temp.txt |
276 | zip -@ `$CYGPATHPROG -w $DEST/jpeg.zip` < temp.txt | |
83b968da JS |
277 | |
278 | # TIFF source | |
5e0e6ceb JS |
279 | expandlines $SRC/distrib/msw/tiff.rsp temp.txt |
280 | zip -@ `$CYGPATHPROG -w $DEST/tiff.zip` < temp.txt | |
83b968da JS |
281 | |
282 | # Dialog Editor source and binary | |
5e0e6ceb JS |
283 | rm -f $DEST/dialoged_source.zip |
284 | expandlines $SRC/distrib/msw/dialoged.rsp temp.txt | |
285 | zip -@ `$CYGPATHPROG -w $DEST/dialoged_source.zip` < temp.txt | |
286 | zip -j `$CYGPATHPROG -w $DEST/dialoged.zip` $DEST/dialoged_source.zip $SRC/bin/dialoged.exe $SRC/docs/winhelp/dialoged.hlp $SRC/docs/winhelp/dialoged.cnt | |
287 | rm -f $DEST/dialoged_source.zip | |
83b968da JS |
288 | |
289 | # Misc. utils not in the main distribution | |
5e0e6ceb JS |
290 | expandlines $SRC/distrib/msw/utils.rsp temp.txt |
291 | zip -@ `$CYGPATHPROG -w $DEST/utils.zip` < temp.txt | |
292 | expandlines $SRC/distrib/msw/utilmake.rsp temp.txt | |
293 | zip -@ -u `$CYGPATHPROG -w $DEST/utilmake.zip` < temp.txt | |
73a2995f JS |
294 | |
295 | rm -f temp.txt | |
83b968da | 296 | |
1620f478 JS |
297 | # Make dialoged-win32.zip and tex2rtf-win32.zip |
298 | ||
5e0e6ceb JS |
299 | cd $SRC/bin |
300 | ||
301 | zip `$CYGPATHPROG -w $DEST/dialoged-win32.zip` dialoged.* | |
302 | zip `$CYGPATHPROG -w $DEST/tex2rtf-win32.zip` tex2rtf.* | |
303 | ||
304 | cp $SRC/docs/changes.txt $DEST | |
305 | cp $SRC/docs/msw/install.txt $DEST/install_msw.txt | |
306 | cp $SRC/docs/motif/install.txt $DEST/install_motif.txt | |
307 | cp $SRC/docs/gtk/install.txt $DEST/install_gtk.txt | |
308 | cp $SRC/docs/readme.txt $DEST | |
309 | cp $SRC/docs/motif/readme.txt $DEST/readme_motif.txt | |
310 | cp $SRC/docs/gtk/readme.txt $DEST/readme_gtk.txt | |
311 | cp $SRC/docs/msw/readme.txt $DEST/readme_msw.txt | |
312 | cp $SRC/docs/readme_vms.txt $DEST | |
313 | cp $SRC/docs/motif/makewxmotif $DEST | |
314 | cp $SRC/docs/gtk/makewxgtk $DEST | |
315 | ||
316 | # Skip WISE setup if WISE is 0. | |
317 | if [ "$WISE" = "1" ]; then | |
83b968da JS |
318 | dowise |
319 | fi | |
320 | ||
321 | echo wxWindows archived. | |
322 |