]>
Commit | Line | Data |
---|---|---|
6d7f865f VZ |
1 | @echo off |
2 | ||
3 | rem VZ: this is quick and _very_ dirty | |
4 | ||
5 | set VER=2.3.2 | |
6 | set DEST=s:\upload\wxBase-%VER% | |
7 | ||
8 | mkdir %DEST% | |
9 | mkdir %DEST%\include | |
10 | mkdir %DEST%\include\wx | |
11 | mkdir %DEST%\include\wx\msw | |
12 | mkdir %DEST%\include\wx\protocol | |
13 | mkdir %DEST%\include\wx\unix | |
14 | mkdir %DEST%\locale | |
15 | mkdir %DEST%\samples | |
16 | mkdir %DEST%\samples\console | |
17 | mkdir %DEST%\src | |
18 | mkdir %DEST%\src\common | |
19 | mkdir %DEST%\src\msw | |
20 | mkdir %DEST%\src\regex | |
21 | mkdir %DEST%\src\unix | |
22 | mkdir %DEST%\src\zlib | |
23 | ||
24 | chdir %WXWIN% | |
25 | ||
26 | rem Copy the files to the root directory | |
27 | ||
28 | copy /q docs\changes.txt %DEST%\CHANGES.txt | |
29 | copy /q docs\licence.txt %DEST%\LICENCE.txt | |
30 | copy /q docs\install.txt %DEST%\README.txt | |
31 | copy /q docs\symbols.txt %DEST%\SYMBOLS.txt | |
32 | ||
33 | rem Copy the project files | |
34 | ||
35 | copy /q src\wxBase.dsp %DEST%\src\wxBase.dsp | |
36 | copy /q src\wxBase.dsw %DEST%\src\wxBase.dsw | |
37 | copy /q include\wx\msw\setup.h %DEST%\include\wx\msw\setup.h | |
38 | ||
39 | rem Copy the sample | |
40 | ||
41 | copy /q samples\console\console.cpp %DEST%\samples\console\console.cpp | |
42 | copy /q samples\console\console.dsp %DEST%\samples\console\console.dsp | |
43 | copy /q samples\console\testdata.fc %DEST%\samples\console\testdata.fc | |
44 | ||
45 | rem Copy regex and zlib files | |
46 | ||
47 | copy /q src\regex\*.* %DEST%\src\regex | |
48 | copy /q src\zlib\*.* %DEST%\src\zlib | |
49 | ||
2c36ec29 VZ |
50 | rem The files not in src/files.lst |
51 | copy /q src\msw\dummy.cpp %DEST%\src\msw\dummy.cpp | |
52 | copy /q src\msw\dummydll.cpp %DEST%\src\msw\dummydll.cpp | |
53 | ||
ab2a5210 VZ |
54 | copy /q src\common\unictabl.inc %DEST%\src\common\unictabl.inc |
55 | ||
6d7f865f VZ |
56 | rem The rest is generated from src/files.lst |
57 | ||
58 | copy /q include\wx\app.h %DEST%\include\wx\app.h | |
59 | copy /q include\wx\arrimpl.cpp %DEST%\include\wx\arrimpl.cpp | |
60 | copy /q include\wx\buffer.h %DEST%\include\wx\buffer.h | |
61 | copy /q include\wx\chkconf.h %DEST%\include\wx\chkconf.h | |
62 | copy /q include\wx\clntdata.h %DEST%\include\wx\clntdata.h | |
63 | copy /q include\wx\cmdline.h %DEST%\include\wx\cmdline.h | |
64 | copy /q include\wx\confbase.h %DEST%\include\wx\confbase.h | |
65 | copy /q include\wx\config.h %DEST%\include\wx\config.h | |
66 | copy /q include\wx\date.h %DEST%\include\wx\date.h | |
67 | copy /q include\wx\datetime.h %DEST%\include\wx\datetime.h | |
68 | copy /q include\wx\datetime.inl %DEST%\include\wx\datetime.inl | |
69 | copy /q include\wx\datstrm.h %DEST%\include\wx\datstrm.h | |
70 | copy /q include\wx\db.h %DEST%\include\wx\db.h | |
71 | copy /q include\wx\dbtable.h %DEST%\include\wx\dbtable.h | |
72 | copy /q include\wx\dde.h %DEST%\include\wx\dde.h | |
73 | copy /q include\wx\debug.h %DEST%\include\wx\debug.h | |
74 | copy /q include\wx\defs.h %DEST%\include\wx\defs.h | |
75 | copy /q include\wx\dir.h %DEST%\include\wx\dir.h | |
76 | copy /q include\wx\dynarray.h %DEST%\include\wx\dynarray.h | |
77 | copy /q include\wx\dynlib.h %DEST%\include\wx\dynlib.h | |
78 | copy /q include\wx\encconv.h %DEST%\include\wx\encconv.h | |
79 | copy /q include\wx\event.h %DEST%\include\wx\event.h | |
80 | copy /q include\wx\ffile.h %DEST%\include\wx\ffile.h | |
81 | copy /q include\wx\file.h %DEST%\include\wx\file.h | |
82 | copy /q include\wx\fileconf.h %DEST%\include\wx\fileconf.h | |
83 | copy /q include\wx\filefn.h %DEST%\include\wx\filefn.h | |
84 | copy /q include\wx\filename.h %DEST%\include\wx\filename.h | |
85 | copy /q include\wx\filesys.h %DEST%\include\wx\filesys.h | |
86 | copy /q include\wx\fontenc.h %DEST%\include\wx\fontenc.h | |
87 | copy /q include\wx\fontmap.h %DEST%\include\wx\fontmap.h | |
88 | copy /q include\wx\fs_inet.h %DEST%\include\wx\fs_inet.h | |
89 | copy /q include\wx\fs_mem.h %DEST%\include\wx\fs_mem.h | |
90 | copy /q include\wx\fs_zip.h %DEST%\include\wx\fs_zip.h | |
91 | copy /q include\wx\gsocket.h %DEST%\include\wx\gsocket.h | |
92 | copy /q include\wx\hash.h %DEST%\include\wx\hash.h | |
93 | copy /q include\wx\intl.h %DEST%\include\wx\intl.h | |
94 | copy /q include\wx\ioswrap.h %DEST%\include\wx\ioswrap.h | |
95 | copy /q include\wx\ipcbase.h %DEST%\include\wx\ipcbase.h | |
96 | copy /q include\wx\list.h %DEST%\include\wx\list.h | |
97 | copy /q include\wx\listimpl.cpp %DEST%\include\wx\listimpl.cpp | |
98 | copy /q include\wx\log.h %DEST%\include\wx\log.h | |
99 | copy /q include\wx\longlong.h %DEST%\include\wx\longlong.h | |
100 | copy /q include\wx\memconf.h %DEST%\include\wx\memconf.h | |
101 | copy /q include\wx\memory.h %DEST%\include\wx\memory.h | |
102 | copy /q include\wx\memtext.h %DEST%\include\wx\memtext.h | |
103 | copy /q include\wx\mimetype.h %DEST%\include\wx\mimetype.h | |
104 | copy /q include\wx\module.h %DEST%\include\wx\module.h | |
105 | copy /q include\wx\mstream.h %DEST%\include\wx\mstream.h | |
106 | copy /q include\wx\object.h %DEST%\include\wx\object.h | |
107 | copy /q include\wx\objstrm.h %DEST%\include\wx\objstrm.h | |
108 | copy /q include\wx\platform.h %DEST%\include\wx\platform.h | |
109 | copy /q include\wx\process.h %DEST%\include\wx\process.h | |
110 | copy /q include\wx\regex.h %DEST%\include\wx\regex.h | |
111 | copy /q include\wx\sckaddr.h %DEST%\include\wx\sckaddr.h | |
112 | copy /q include\wx\sckipc.h %DEST%\include\wx\sckipc.h | |
113 | copy /q include\wx\sckstrm.h %DEST%\include\wx\sckstrm.h | |
114 | copy /q include\wx\serbase.h %DEST%\include\wx\serbase.h | |
115 | copy /q include\wx\snglinst.h %DEST%\include\wx\snglinst.h | |
116 | copy /q include\wx\socket.h %DEST%\include\wx\socket.h | |
117 | copy /q include\wx\strconv.h %DEST%\include\wx\strconv.h | |
118 | copy /q include\wx\stream.h %DEST%\include\wx\stream.h | |
119 | copy /q include\wx\string.h %DEST%\include\wx\string.h | |
120 | copy /q include\wx\sysopt.h %DEST%\include\wx\sysopt.h | |
121 | copy /q include\wx\textbuf.h %DEST%\include\wx\textbuf.h | |
122 | copy /q include\wx\textfile.h %DEST%\include\wx\textfile.h | |
123 | copy /q include\wx\thread.h %DEST%\include\wx\thread.h | |
124 | copy /q include\wx\time.h %DEST%\include\wx\time.h | |
125 | copy /q include\wx\timer.h %DEST%\include\wx\timer.h | |
126 | copy /q include\wx\tokenzr.h %DEST%\include\wx\tokenzr.h | |
127 | copy /q include\wx\txtstrm.h %DEST%\include\wx\txtstrm.h | |
ab2a5210 | 128 | copy /q include\wx\unzip.h %DEST%\include\wx\unzip.h |
6d7f865f VZ |
129 | copy /q include\wx\url.h %DEST%\include\wx\url.h |
130 | copy /q include\wx\utils.h %DEST%\include\wx\utils.h | |
131 | copy /q include\wx\variant.h %DEST%\include\wx\variant.h | |
132 | copy /q include\wx\vector.h %DEST%\include\wx\vector.h | |
133 | copy /q include\wx\version.h %DEST%\include\wx\version.h | |
134 | copy /q include\wx\wfstream.h %DEST%\include\wx\wfstream.h | |
135 | copy /q include\wx\wx.h %DEST%\include\wx\wx.h | |
136 | copy /q include\wx\wxchar.h %DEST%\include\wx\wxchar.h | |
137 | copy /q include\wx\wxprec.h %DEST%\include\wx\wxprec.h | |
138 | copy /q include\wx\zipstrm.h %DEST%\include\wx\zipstrm.h | |
139 | copy /q include\wx\zstream.h %DEST%\include\wx\zstream.h | |
140 | copy /q include\wx\unix\gsockunx.h %DEST%\include\wx\unix\gsockunx.h | |
141 | copy /q include\wx\unix\mimetype.h %DEST%\include\wx\unix\mimetype.h | |
142 | copy /q include\wx\msw\dde.h %DEST%\include\wx\msw\dde.h | |
143 | copy /q include\wx\msw\mimetype.h %DEST%\include\wx\msw\mimetype.h | |
144 | copy /q include\wx\protocol\file.h %DEST%\include\wx\protocol\file.h | |
145 | copy /q include\wx\protocol\ftp.h %DEST%\include\wx\protocol\ftp.h | |
146 | copy /q include\wx\protocol\http.h %DEST%\include\wx\protocol\http.h | |
147 | copy /q include\wx\protocol\protocol.h %DEST%\include\wx\protocol\protocol.h | |
148 | ||
149 | copy /q src\common\init.cpp %DEST%\src\common\init.cpp | |
150 | copy /q src\common\appcmn.cpp %DEST%\src\common\appcmn.cpp | |
151 | copy /q src\common\clntdata.cpp %DEST%\src\common\clntdata.cpp | |
152 | copy /q src\common\cmdline.cpp %DEST%\src\common\cmdline.cpp | |
153 | copy /q src\common\config.cpp %DEST%\src\common\config.cpp | |
154 | copy /q src\common\datetime.cpp %DEST%\src\common\datetime.cpp | |
155 | copy /q src\common\datstrm.cpp %DEST%\src\common\datstrm.cpp | |
156 | copy /q src\common\db.cpp %DEST%\src\common\db.cpp | |
157 | copy /q src\common\dbtable.cpp %DEST%\src\common\dbtable.cpp | |
158 | copy /q src\common\dircmn.cpp %DEST%\src\common\dircmn.cpp | |
159 | copy /q src\common\dynarray.cpp %DEST%\src\common\dynarray.cpp | |
160 | copy /q src\common\dynlib.cpp %DEST%\src\common\dynlib.cpp | |
161 | copy /q src\common\encconv.cpp %DEST%\src\common\encconv.cpp | |
162 | copy /q src\common\event.cpp %DEST%\src\common\event.cpp | |
163 | copy /q src\common\extended.c %DEST%\src\common\extended.c | |
164 | copy /q src\common\ffile.cpp %DEST%\src\common\ffile.cpp | |
165 | copy /q src\common\file.cpp %DEST%\src\common\file.cpp | |
166 | copy /q src\common\fileconf.cpp %DEST%\src\common\fileconf.cpp | |
167 | copy /q src\common\filefn.cpp %DEST%\src\common\filefn.cpp | |
168 | copy /q src\common\filename.cpp %DEST%\src\common\filename.cpp | |
169 | copy /q src\common\filesys.cpp %DEST%\src\common\filesys.cpp | |
170 | copy /q src\common\fontmap.cpp %DEST%\src\common\fontmap.cpp | |
171 | copy /q src\common\fs_inet.cpp %DEST%\src\common\fs_inet.cpp | |
172 | copy /q src\common\fs_mem.cpp %DEST%\src\common\fs_mem.cpp | |
173 | copy /q src\common\fs_zip.cpp %DEST%\src\common\fs_zip.cpp | |
174 | copy /q src\common\ftp.cpp %DEST%\src\common\ftp.cpp | |
175 | copy /q src\common\hash.cpp %DEST%\src\common\hash.cpp | |
176 | copy /q src\common\http.cpp %DEST%\src\common\http.cpp | |
177 | copy /q src\common\intl.cpp %DEST%\src\common\intl.cpp | |
178 | copy /q src\common\ipcbase.cpp %DEST%\src\common\ipcbase.cpp | |
179 | copy /q src\common\list.cpp %DEST%\src\common\list.cpp | |
180 | copy /q src\common\log.cpp %DEST%\src\common\log.cpp | |
181 | copy /q src\common\longlong.cpp %DEST%\src\common\longlong.cpp | |
182 | copy /q src\common\memory.cpp %DEST%\src\common\memory.cpp | |
183 | copy /q src\common\mimecmn.cpp %DEST%\src\common\mimecmn.cpp | |
184 | copy /q src\common\module.cpp %DEST%\src\common\module.cpp | |
185 | copy /q src\common\mstream.cpp %DEST%\src\common\mstream.cpp | |
186 | copy /q src\common\object.cpp %DEST%\src\common\object.cpp | |
187 | copy /q src\common\objstrm.cpp %DEST%\src\common\objstrm.cpp | |
188 | copy /q src\common\process.cpp %DEST%\src\common\process.cpp | |
189 | copy /q src\common\protocol.cpp %DEST%\src\common\protocol.cpp | |
190 | copy /q src\common\regex.cpp %DEST%\src\common\regex.cpp | |
191 | copy /q src\common\sckaddr.cpp %DEST%\src\common\sckaddr.cpp | |
192 | copy /q src\common\sckfile.cpp %DEST%\src\common\sckfile.cpp | |
193 | copy /q src\common\sckipc.cpp %DEST%\src\common\sckipc.cpp | |
194 | copy /q src\common\sckstrm.cpp %DEST%\src\common\sckstrm.cpp | |
195 | copy /q src\common\serbase.cpp %DEST%\src\common\serbase.cpp | |
196 | copy /q src\common\socket.cpp %DEST%\src\common\socket.cpp | |
197 | copy /q src\common\strconv.cpp %DEST%\src\common\strconv.cpp | |
198 | copy /q src\common\stream.cpp %DEST%\src\common\stream.cpp | |
199 | copy /q src\common\string.cpp %DEST%\src\common\string.cpp | |
200 | copy /q src\common\sysopt.cpp %DEST%\src\common\sysopt.cpp | |
201 | copy /q src\common\textbuf.cpp %DEST%\src\common\textbuf.cpp | |
202 | copy /q src\common\textfile.cpp %DEST%\src\common\textfile.cpp | |
203 | copy /q src\common\timercmn.cpp %DEST%\src\common\timercmn.cpp | |
204 | copy /q src\common\tokenzr.cpp %DEST%\src\common\tokenzr.cpp | |
205 | copy /q src\common\txtstrm.cpp %DEST%\src\common\txtstrm.cpp | |
206 | copy /q src\common\unzip.c %DEST%\src\common\unzip.c | |
207 | copy /q src\common\url.cpp %DEST%\src\common\url.cpp | |
208 | copy /q src\common\utilscmn.cpp %DEST%\src\common\utilscmn.cpp | |
209 | copy /q src\common\variant.cpp %DEST%\src\common\variant.cpp | |
210 | copy /q src\common\wfstream.cpp %DEST%\src\common\wfstream.cpp | |
211 | copy /q src\common\wxchar.cpp %DEST%\src\common\wxchar.cpp | |
212 | copy /q src\common\zipstrm.cpp %DEST%\src\common\zipstrm.cpp | |
213 | copy /q src\common\zstream.cpp %DEST%\src\common\zstream.cpp | |
214 | copy /q src\unix\dir.cpp %DEST%\src\unix\dir.cpp | |
215 | copy /q src\unix\gsocket.c %DEST%\src\unix\gsocket.c | |
216 | copy /q src\unix\mimetype.cpp %DEST%\src\unix\mimetype.cpp | |
217 | copy /q src\unix\snglinst.cpp %DEST%\src\unix\snglinst.cpp | |
218 | copy /q src\unix\threadpsx.cpp %DEST%\src\unix\threadpsx.cpp | |
219 | copy /q src\unix\utilsunx.cpp %DEST%\src\unix\utilsunx.cpp | |
220 | copy /q src\msw\dde.cpp %DEST%\src\msw\dde.cpp | |
221 | copy /q src\msw\dir.cpp %DEST%\src\msw\dir.cpp | |
222 | copy /q src\msw\gsocket.c %DEST%\src\msw\gsocket.c | |
223 | copy /q src\msw\gsockmsw.c %DEST%\src\msw\gsockmsw.c | |
224 | copy /q src\msw\main.cpp %DEST%\src\msw\main.cpp | |
225 | copy /q src\msw\mimetype.cpp %DEST%\src\msw\mimetype.cpp | |
226 | copy /q src\msw\regconf.cpp %DEST%\src\msw\regconf.cpp | |
227 | copy /q src\msw\registry.cpp %DEST%\src\msw\registry.cpp | |
228 | copy /q src\msw\snglinst.cpp %DEST%\src\msw\snglinst.cpp | |
229 | copy /q src\msw\thread.cpp %DEST%\src\msw\thread.cpp | |
230 | copy /q src\msw\utils.cpp %DEST%\src\msw\utils.cpp | |
231 | copy /q src\msw\utilsexc.cpp %DEST%\src\msw\utilsexc.cpp |