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