]>
Commit | Line | Data |
---|---|---|
1 | @echo off | |
2 | rem Zip up an external, generic + Windows distribution of wxWindows 2 | |
3 | rem using Inno Setup + ScriptMaker | |
4 | set src=%wxwin | |
5 | set dest=%src\deliver | |
6 | set webfiles=c:\wx2dev\wxWebSite | |
7 | set inno=0 | |
8 | ||
9 | Rem Set this to the required version | |
10 | set version=2.3.3 | |
11 | ||
12 | if "%src" == "" goto usage | |
13 | if "%dest" == "" goto usage | |
14 | if "%1" == "-help" goto usage | |
15 | if "%1" == "--help" goto usage | |
16 | if "%1" == "/?" goto usage | |
17 | if "%1" == "innoonly" goto dounzip | |
18 | if "%1" == "inno" set inno=1 | |
19 | if "%1" == "tidyup" goto tidyup | |
20 | echo About to archive an external wxWindows distribution: | |
21 | echo From %src | |
22 | echo To %dest | |
23 | if "%inno" == "1" echo with Inno Setup creation. | |
24 | echo CTRL-C if this is not correct. | |
25 | pause | |
26 | ||
27 | erase %dest\wx*.zip | |
28 | erase %dest\*.htb | |
29 | erase %dest\ogl3*.zip | |
30 | erase %dest\contrib*.zip | |
31 | erase %dest\tex2rtf2*.zip | |
32 | erase %dest\mmedia*.zip | |
33 | erase %dest\jpeg*.zip | |
34 | erase %dest\tiff*.zip | |
35 | erase %dest\dialoged*.zip | |
36 | erase %dest\utils*.zip | |
37 | erase %dest\extradoc*.zip | |
38 | erase %dest\stc*.zip | |
39 | erase %dest\*-win32*.zip | |
40 | erase %dest\setup*.* | |
41 | erase %dest\*.txt | |
42 | erase %dest\make* | |
43 | ||
44 | if direxist %dest\wx erase /sxyz %dest\wx\ | |
45 | if not direxist %dest mkdir %dest | |
46 | if direxist %dest%\wxWindows-%version% erase /sxyz %dest%\wxWindows-%version% | |
47 | ||
48 | # Copy FAQ from wxWebSite CVS | |
49 | if not direxist %webfiles% echo Error - %webfiles% does not exist | |
50 | if not direxist %webfiles% goto end | |
51 | echo Copying FAQ and other files from %webfiles | |
52 | copy %webfiles%\site\faq*.htm %src\docs\html | |
53 | copy %webfiles%\site\platform.htm %src\docs\html | |
54 | copy %webfiles%\site\i18n.htm %src\docs\html | |
55 | ||
56 | Rem Copy setup0.h files to setup.h | |
57 | copy %src%\include\wx\os2\setup0.h %src%\include\wx\os2\setup.h | |
58 | copy %src%\include\wx\msw\setup0.h %src%\include\wx\msw\setup.h | |
59 | ||
60 | cd %src% | |
61 | echo Zipping... | |
62 | ||
63 | Rem Zip up the complete wxOS2-xxx.zip file | |
64 | zip32 -@ %dest\wxOS2-%version%.zip < %src\distrib\msw\generic.rsp | |
65 | zip32 -@ -u %dest%\wxOS2-%version%.zip < %src\distrib\msw\os2.rsp | |
66 | zip32 -@ -u %dest%\wxOS2-%version%.zip < %src\distrib\msw\jpeg.rsp | |
67 | zip32 -@ -u %dest%\wxOS2-%version%.zip < %src\distrib\msw\tiff.rsp | |
68 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\tiff.rsp | |
69 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\jpeg.rsp | |
70 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\utils.rsp | |
71 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\tex2rtf.rsp | |
72 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\dialoged.rsp | |
73 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\ogl.rsp | |
74 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\xml.rsp | |
75 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\contrib.rsp | |
76 | zip32 -u -@ %dest%\wxOS2-%version%.zip < %src%\distrib\msw\makefile.rsp | |
77 | ||
78 | Rem Rearchive under wxWindows-%version% | |
79 | if direxist %dest%\wxWindows-%version% erase /sxyz %dirname%\wxWindows-%version% | |
80 | ||
81 | mkdir %dest%\wxWindows-%version% | |
82 | cd %dest%\wxWindows-%version% | |
83 | unzip32 ..\wxOS2-%version%.zip | |
84 | echo Overwriting with OS2-specific versions of configure files... | |
85 | unzip32 -o %src%\distrib\os2\os2-specific.zip | |
86 | erase /Y src\gtk\descrip.mms src\motif\descrip.mms docs\pdf\*.pdf | |
87 | erase /Y src\tiff\*.mcp src\jpeg\*.mcp src\png\*.mcp src\zlib\*.mcp | |
88 | erase /SXY docs\html\dialoged docs\html\tex2rtf | |
89 | ||
90 | echo Making files lower case... | |
91 | cd src\os2 | |
92 | call %src%\distrib\msw\lower.bat | |
93 | cd ..\..\include\wx\os2 | |
94 | call %src%\distrib\msw\lower.bat | |
95 | ||
96 | cd %dest% | |
97 | ||
98 | erase wxOS2-%version%.zip | |
99 | zip32 -r wxOS2-%version%.zip wxWindows-%version%/* | |
100 | ||
101 | cd %src% | |
102 | ||
103 | echo Zipping wxMac distribution | |
104 | ||
105 | copy %src%\include\wx\mac\setup0.h %src%\include\wx\setup.h | |
106 | ||
107 | zip32 -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\generic.rsp | |
108 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\mac.rsp | |
109 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\cw_mac.rsp | |
110 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\tiff.rsp | |
111 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\jpeg.rsp | |
112 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\utils.rsp | |
113 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\tex2rtf.rsp | |
114 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\dialoged.rsp | |
115 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\ogl.rsp | |
116 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\xml.rsp | |
117 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\stc.rsp | |
118 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\contrib.rsp | |
119 | zip32 -u -@ %dest%\wxMac-%version%.zip < %src%\distrib\msw\makefile.rsp | |
120 | ||
121 | erase /Y %src%\include\wx\setup.h | |
122 | ||
123 | if direxist %dest%\wxWindows-%version% erase /sxyz %dirname%\wxWindows-%version% | |
124 | ||
125 | mkdir %dest%\wxWindows-%version% | |
126 | cd %dest%\wxWindows-%version% | |
127 | unzip32 ..\wxMac-%version%.zip | |
128 | erase /Y src\gtk\descrip.mms src\motif\descrip.mms docs\pdf\*.pdf | |
129 | erase /SXY docs\html\dialoged docs\html\tex2rtf docs\htmlhelp | |
130 | ||
131 | cd %dest% | |
132 | ||
133 | erase wxMac-%version%.zip | |
134 | zip32 -r wxMac-%version%.zip wxWindows-%version%/* | |
135 | ||
136 | cd %src% | |
137 | ||
138 | Rem Create wxWindows-%version%-win.zip which is used to create wxMSW | |
139 | echo Zipping individual components | |
140 | zip32 -@ %dest\wxWindows-%version%-win.zip < %src\distrib\msw\generic.rsp | |
141 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\makefile.rsp | |
142 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\msw.rsp | |
143 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\ogl.rsp | |
144 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\mmedia.rsp | |
145 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\stc.rsp | |
146 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\tex2rtf.rsp | |
147 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\jpeg.rsp | |
148 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\tiff.rsp | |
149 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\xml.rsp | |
150 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\contrib.rsp | |
151 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\dialoged.rsp | |
152 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\utils.rsp | |
153 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\utilmake.rsp | |
154 | zip32 -@ -u %dest\wxWindows-%version%-win.zip < %src\distrib\msw\univ.rsp | |
155 | ||
156 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-win.zip wxWindows-%version% %dest% | |
157 | ||
158 | zip32 -d %dest%\wxWindows-%version%-win.zip %dest%/src/gtk/descrip.mms %dest%/src/motif/descrip.mms | |
159 | ||
160 | zip32 -@ %dest\wxWindows-%version%-DocSource.zip < %src\distrib\msw\docsrc.rsp | |
161 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-DocSource.zip wxWindows-%version% %dest% | |
162 | ||
163 | zip32 -@ %dest\wxWindows-%version%-WinHelp.zip < %src\distrib\msw\wx_hlp.rsp | |
164 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-WinHelp.zip wxWindows-%version% %dest% | |
165 | ||
166 | zip32 -@ %dest\wxWindows-%version%-HTML.zip < %src\distrib\msw\wx_html.rsp | |
167 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-HTML.zip wxWindows-%version% %dest% | |
168 | ||
169 | zip32 -@ %dest\wxWindows-%version%-PDF.zip < %src\distrib\msw\wx_pdf.rsp | |
170 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-PDF.zip wxWindows-%version% %dest% | |
171 | ||
172 | Rem zip32 -@ %dest\wxWindows-%version%-Word.zip < %src\distrib\msw\wx_word.rsp | |
173 | Rem call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-Word.zip wxWindows-%version% %dest% | |
174 | ||
175 | zip32 -@ %dest\wxWindows-%version%-HTB.zip < %src\distrib\msw\wx_htb.rsp | |
176 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-HTB.zip wxWindows-%version% %dest% | |
177 | ||
178 | zip32 -@ %dest\wxWindows-%version%-HTMLHelp.zip < %src\distrib\msw\wx_chm.rsp | |
179 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-HTMLHelp.zip wxWindows-%version% %dest% | |
180 | ||
181 | Rem PDF/HTML docs that should go into the Windows setup because | |
182 | Rem there are no WinHelp equivalents | |
183 | zip32 -@ %dest\wxWindows-%version%-ExtraDoc.zip < %src\distrib\msw\extradoc.rsp | |
184 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-ExtraDoc.zip wxWindows-%version% %dest% | |
185 | ||
186 | Rem zip up Univ-specific files | |
187 | zip32 -@ %dest\wxWindows-%version%-Univ.zip < %src\distrib\msw\univ.rsp | |
188 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-Univ.zip wxWindows-%version% %dest% | |
189 | ||
190 | rem VC++ project files | |
191 | zip32 -@ %dest\wxWindows-%version%-VC.zip < %src\distrib\msw\vc.rsp | |
192 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-VC.zip wxWindows-%version% %dest% | |
193 | ||
194 | rem BC++ project files | |
195 | zip32 -@ %dest\wxWindows-%version%-BC.zip < %src\distrib\msw\bc.rsp | |
196 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-BC.zip wxWindows-%version% %dest% | |
197 | ||
198 | rem CodeWarrior project files | |
199 | zip32 -@ %dest\wxWindows-%version%-CW.zip < %src\distrib\msw\cw.rsp | |
200 | call %WXWIN%\distrib\msw\rearchive wxWindows-%version%-CW.zip wxWindows-%version% %dest% | |
201 | ||
202 | rem Dialog Editor source and binary | |
203 | Rem erase %dest\dialoged-source.zip | |
204 | Rem zip32 -@ %dest\dialoged-source.zip < %src\distrib\msw\dialoged.rsp | |
205 | Rem zip32 -j %dest\dialoged-%version%.zip %dest\dialoged-source.zip %src\bin\dialoged.exe %src\docs\winhelp\dialoged.hlp %src\docs\winhelp\dialoged.cnt | |
206 | Rem erase %dest\dialoged-source.zip | |
207 | ||
208 | copy %src\docs\changes.txt %dest\changes-%version%.txt | |
209 | copy %src\docs\msw\install.txt %dest\install-msw-%version%.txt | |
210 | copy %src\docs\mac\install.txt %dest\install-mac-%version%.txt | |
211 | copy %src\docs\motif\install.txt %dest\install-motif-%version%.txt | |
212 | copy %src\docs\gtk\install.txt %dest\install-gtk-%version%.txt | |
213 | copy %src\docs\x11\install.txt %dest\install-x11-%version%.txt | |
214 | copy %src\docs\readme.txt %dest\readme-%version%.txt | |
215 | copy %src\docs\motif\readme.txt %dest\readme-motif-%version%.txt | |
216 | copy %src\docs\gtk\readme.txt %dest\readme-gtk-%version%.txt | |
217 | copy %src\docs\x11\readme.txt %dest\readme-x11-%version%.txt | |
218 | copy %src\docs\x11\readme-nanox.txt %dest\readme-nanox-%version%.txt | |
219 | copy %src\docs\msw\readme.txt %dest\readme-msw-%version%.txt | |
220 | copy %src\docs\mac\readme.txt %dest\readme-mac-%version%.txt | |
221 | copy %src\docs\os2\install.txt %dest\install-os2-%version%.txt | |
222 | copy %src\docs\readme_vms.txt %dest\readme-vms-%version%.txt | |
223 | copy %src\docs\motif\makewxmotif %dest\makewxmotif-%version% | |
224 | copy %src\docs\gtk\makewxgtk %dest\makewxgtk-%version% | |
225 | ||
226 | Rem Skip Inno Setup if inno is 0. | |
227 | if "%inno" == "0" goto end | |
228 | ||
229 | :dounzip | |
230 | ||
231 | Rem Make dialoged-win32.zip and tex2rtf-win32.zip | |
232 | ||
233 | Rem cd %src\bin | |
234 | Rem zip32 %dest\dialoged-win32-%version%.zip dialoged.* | |
235 | Rem zip32 %dest\tex2rtf-win32-%version%.zip tex2rtf.* | |
236 | ||
237 | cd %dest | |
238 | ||
239 | rem Unzip the Windows files into 'wxWindows-%version%' | |
240 | ||
241 | unzip32 -o wxWindows-%version%-win.zip | |
242 | unzip32 -o wxWindows-%version%-VC.zip | |
243 | unzip32 -o wxWindows-%version%-BC.zip | |
244 | unzip32 -o wxWindows-%version%-HTMLHelp.zip | |
245 | unzip32 -o wxWindows-%version%-ExtraDoc.zip | |
246 | Rem Need Word file, for Remstar DB classes | |
247 | Rem Not any more | |
248 | Rem unzip32 -o wxWindows-%version%-Word.zip | |
249 | ||
250 | Rem After this change of directory, we're in the | |
251 | Rem temporary 'wx' directory and not acting on | |
252 | Rem the source wxWindows directory. | |
253 | cd %dest%\wxWindows-%version% | |
254 | ||
255 | rem Now delete a few files that are unnecessary | |
256 | attrib -R * | |
257 | erase /Y BuildCVS.txt descrip.mms | |
258 | erase /Y setup.h_vms | |
259 | erase /Y docs\html\wxbook.htm docs\html\roadmap.htm | |
260 | Rem erase /Y contrib\docs\winhelp\mmedia.* | |
261 | Rem erase /Y contrib\docs\winhelp\stc.* | |
262 | Rem erase /Y contrib\docs\htmlhelp\mmedia.* | |
263 | Rem erase /Y contrib\docs\htmlhelp\stc.* | |
264 | Rem erase /Y contrib\docs\pdf\*.* | |
265 | erase /sxzy contrib\docs\latex\ogl | |
266 | erase /Y src\mingegcs.bat | |
267 | erase /Y distrib | |
268 | ||
269 | rem Now copy some binary files to 'bin' | |
270 | if not isdir bin mkdir bin | |
271 | copy %src\bin\dialoged.exe bin | |
272 | copy %src\bin\dialoged.hlp bin | |
273 | copy %src\bin\dialoged.chm bin | |
274 | copy %src\bin\tex2rtf.exe bin | |
275 | copy %src\bin\tex2rtf.hlp bin | |
276 | copy %src\bin\tex2rtf.cnt bin | |
277 | copy %src\bin\dbgview.* bin | |
278 | copy %src\bin\widgets.exe bin | |
279 | copy %src\bin\widgets.exe.manifest bin | |
280 | copy %src\bin\life.exe bin | |
281 | copy %src\bin\life.exe.manifest bin | |
282 | copy %src\demos\life\breeder.lif bin | |
283 | copy %src\docs\htmlhelp\dialoged.chm bin | |
284 | copy %src\docs\htmlhelp\tex2rtf.chm bin | |
285 | ||
286 | if not direxist docs\pdf mkdir docs\pdf | |
287 | copy %src\docs\pdf\wxTutorial.pdf docs\pdf | |
288 | ||
289 | Rem Make wxMSW-xxx.zip | |
290 | cd %dest% | |
291 | zip32 -r wxMSW-%version%.zip wxWindows-%version%/* | |
292 | cd wxWindows-%version% | |
293 | ||
294 | echo Calling 'makeinno' to generate wxwin2.iss... | |
295 | call %WXWIN\distrib\msw\makeinno.bat | |
296 | ||
297 | erase /Y %dest\setup.* | |
298 | ||
299 | rem Now invoke Inno Setup on the new wxwin2.iss | |
300 | set innocmd="C:\Program Files\Inno Setup 2\compil32.exe" /cc %WXWIN\distrib\msw\wxwin2.iss | |
301 | echo Invoking %innocmd... | |
302 | start "Inno Setup" /w %innocmd% | |
303 | Rem pause Press any key to continue with the wxWindows distribution... | |
304 | ||
305 | :tidyup | |
306 | cd %dest | |
307 | ||
308 | rem Put all the setup files into a single zip archive. | |
309 | zip32 wxMSW-%version%-setup.zip readme-%version%.txt setup*.* | |
310 | ||
311 | erase /Y wxWindows-%version%-win.zip | |
312 | erase /Y wxWindows-%version%-ExtraDoc.zip | |
313 | ||
314 | echo wxWindows archived. | |
315 | ||
316 | goto end | |
317 | ||
318 | :usage | |
319 | echo DOS wxWindows distribution. Zips up all MSW, OS/2, Mac and doc files, | |
320 | echo and optionally makes a setup.exe echo if you specify 'inno' | |
321 | echo (skipping the zipping if you use 'innoonly'). | |
322 | echo. | |
323 | echo "Usage: zipdistinno [inno | innoonly]" | |
324 | ||
325 | :end |