]>
Commit | Line | Data |
---|---|---|
3fd99dfc VZ |
1 | # Microsoft Developer Studio Project File - Name="wxBase" - Package Owner=<4> |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
3 | # ** DO NOT EDIT ** | |
4 | ||
5 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 | |
6 | ||
7 | CFG=wxBase - Win32 Debug | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
10 | !MESSAGE | |
11 | !MESSAGE NMAKE /f "wxBase.mak". | |
12 | !MESSAGE | |
13 | !MESSAGE You can specify a configuration when running NMAKE | |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
15 | !MESSAGE | |
16 | !MESSAGE NMAKE /f "wxBase.mak" CFG="wxBase - Win32 Debug" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "wxBase - Win32 Release" (based on "Win32 (x86) Static Library") | |
21 | !MESSAGE "wxBase - Win32 Debug" (based on "Win32 (x86) Static Library") | |
22 | !MESSAGE | |
23 | ||
24 | # Begin Project | |
25 | # PROP AllowPerConfigDependencies 0 | |
26 | # PROP Scc_ProjName "" | |
27 | # PROP Scc_LocalPath "" | |
28 | CPP=cl.exe | |
29 | RSC=rc.exe | |
30 | ||
31 | !IF "$(CFG)" == "wxBase - Win32 Release" | |
32 | ||
33 | # PROP BASE Use_MFC 0 | |
34 | # PROP BASE Use_Debug_Libraries 0 | |
730cae58 GT |
35 | # PROP BASE Output_Dir "lib" |
36 | # PROP BASE Intermediate_Dir "src/msw/BaseRelease" | |
3fd99dfc VZ |
37 | # PROP BASE Target_Dir "" |
38 | # PROP Use_MFC 0 | |
39 | # PROP Use_Debug_Libraries 0 | |
730cae58 GT |
40 | # PROP Output_Dir "lib" |
41 | # PROP Intermediate_Dir "src/msw/BaseRelease" | |
3fd99dfc | 42 | # PROP Target_Dir "" |
f6bcfd97 | 43 | # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MT" /YX /FD /c |
730cae58 | 44 | # ADD CPP /nologo /MD /W4 /Zi /O2 /I "$(WXWIN)\include" /I "$(WXWIN)\src\zlib" /D "NDEBUG" /D wxUSE_GUI=0 /D WIN95=1 /D "__WIN95__" /D "WIN32" /D "_WIN32" /D WINVER=0x400 /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN32__" /D "_MT" /Yu"wx/wxprec.h" /FD /c |
3fd99dfc VZ |
45 | # ADD BASE RSC /l 0x409 |
46 | # ADD RSC /l 0x409 | |
47 | BSC32=bscmake.exe | |
48 | # ADD BASE BSC32 /nologo | |
49 | # ADD BSC32 /nologo | |
50 | LIB32=link.exe -lib | |
51 | # ADD BASE LIB32 /nologo | |
730cae58 | 52 | # ADD LIB32 /nologo /out:"lib\wxBase.lib" |
3fd99dfc VZ |
53 | |
54 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug" | |
55 | ||
56 | # PROP BASE Use_MFC 0 | |
57 | # PROP BASE Use_Debug_Libraries 1 | |
730cae58 GT |
58 | # PROP BASE Output_Dir "lib" |
59 | # PROP BASE Intermediate_Dir "src/msw/BaseDebug" | |
3fd99dfc VZ |
60 | # PROP BASE Target_Dir "" |
61 | # PROP Use_MFC 0 | |
62 | # PROP Use_Debug_Libraries 1 | |
730cae58 GT |
63 | # PROP Output_Dir "lib" |
64 | # PROP Intermediate_Dir "src/msw/BaseDebug" | |
3fd99dfc | 65 | # PROP Target_Dir "" |
f6bcfd97 | 66 | # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MT" /YX /FD /c |
730cae58 | 67 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "$(WXWIN)\include" /I "$(WXWIN)\src\zlib" /D "_DEBUG" /D DEBUG=1 /D WXDEBUG=1 /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "__WIN95__" /D "WIN32" /D "_WIN32" /D WINVER=0x400 /D "__WINDOWS__" /D "__WIN32__" /D "__WXMSW__" /D "_MT" /Fr /Yu"wx/wxprec.h" /FD /c |
3fd99dfc VZ |
68 | # ADD BASE RSC /l 0x409 |
69 | # ADD RSC /l 0x409 | |
70 | BSC32=bscmake.exe | |
71 | # ADD BASE BSC32 /nologo | |
72 | # ADD BSC32 /nologo /o"lib/wxBase.bsc" | |
73 | LIB32=link.exe -lib | |
74 | # ADD BASE LIB32 /nologo | |
730cae58 | 75 | # ADD LIB32 /nologo /out:"lib\wxBased.lib" |
3fd99dfc VZ |
76 | |
77 | !ENDIF | |
78 | ||
79 | # Begin Target | |
80 | ||
81 | # Name "wxBase - Win32 Release" | |
82 | # Name "wxBase - Win32 Debug" | |
730cae58 GT |
83 | |
84 | # PROP Default_Filter "" | |
85 | # Begin Source File | |
86 | ||
87 | SOURCE=.\src\msw\dummy.cpp | |
88 | # ADD CPP /Yc"wx/wxprec.h" | |
89 | # End Source File | |
3fd99dfc VZ |
90 | # Begin Source File |
91 | ||
92 | SOURCE=.\src\common\appcmn.cpp | |
93 | # End Source File | |
94 | # Begin Source File | |
95 | ||
d7da9756 VZ |
96 | SOURCE=.\src\common\cmdline.cpp |
97 | # End Source File | |
98 | # Begin Source File | |
99 | ||
3fd99dfc VZ |
100 | SOURCE=.\src\common\config.cpp |
101 | # End Source File | |
102 | # Begin Source File | |
103 | ||
104 | SOURCE=.\src\common\datetime.cpp | |
105 | # End Source File | |
106 | # Begin Source File | |
107 | ||
d7da9756 VZ |
108 | SOURCE=.\src\common\datstrm.cpp |
109 | # End Source File | |
110 | # Begin Source File | |
111 | ||
730cae58 | 112 | SOURCE=.\src\common\db.cpp |
6dfec4b8 VZ |
113 | # End Source File |
114 | # Begin Source File | |
115 | ||
730cae58 | 116 | SOURCE=.\src\common\dbtable.cpp |
6dfec4b8 VZ |
117 | # End Source File |
118 | # Begin Source File | |
119 | ||
7ba4fbeb VZ |
120 | SOURCE=.\src\msw\dummy.cpp |
121 | # ADD CPP /Yc"wx/wxprec.h" | |
122 | # End Source File | |
123 | # Begin Source File | |
124 | ||
3fd99dfc VZ |
125 | SOURCE=.\src\common\dynarray.cpp |
126 | # End Source File | |
127 | # Begin Source File | |
128 | ||
129 | SOURCE=.\src\common\dynlib.cpp | |
130 | # End Source File | |
131 | # Begin Source File | |
132 | ||
f6bcfd97 BP |
133 | SOURCE=.\src\common\encconv.cpp |
134 | # End Source File | |
135 | # Begin Source File | |
136 | ||
3fd99dfc VZ |
137 | SOURCE=.\src\common\event.cpp |
138 | # End Source File | |
139 | # Begin Source File | |
140 | ||
3fd99dfc VZ |
141 | SOURCE=.\src\common\ffile.cpp |
142 | # End Source File | |
143 | # Begin Source File | |
144 | ||
145 | SOURCE=.\src\common\file.cpp | |
146 | # End Source File | |
147 | # Begin Source File | |
148 | ||
149 | SOURCE=.\src\common\fileconf.cpp | |
150 | # End Source File | |
151 | # Begin Source File | |
152 | ||
153 | SOURCE=.\src\common\filefn.cpp | |
154 | # End Source File | |
155 | # Begin Source File | |
156 | ||
730cae58 GT |
157 | SOURCE=.\src\common\filename.cpp |
158 | # End Source File | |
159 | # Begin Source File | |
160 | ||
3fd99dfc VZ |
161 | SOURCE=.\src\common\filesys.cpp |
162 | # End Source File | |
163 | # Begin Source File | |
164 | ||
f6bcfd97 BP |
165 | SOURCE=.\src\common\fontmap.cpp |
166 | # End Source File | |
167 | # Begin Source File | |
168 | ||
d7da9756 VZ |
169 | SOURCE=.\src\common\fs_inet.cpp |
170 | # End Source File | |
171 | # Begin Source File | |
172 | ||
173 | SOURCE=.\src\common\fs_mem.cpp | |
174 | # End Source File | |
175 | # Begin Source File | |
176 | ||
177 | SOURCE=.\src\common\fs_zip.cpp | |
178 | # End Source File | |
179 | # Begin Source File | |
180 | ||
117082d1 VZ |
181 | SOURCE=.\src\common\ftp.cpp |
182 | # End Source File | |
183 | # Begin Source File | |
184 | ||
3fd99dfc VZ |
185 | SOURCE=.\src\common\hash.cpp |
186 | # End Source File | |
187 | # Begin Source File | |
188 | ||
117082d1 | 189 | SOURCE=.\src\common\http.cpp |
3fd99dfc VZ |
190 | # End Source File |
191 | # Begin Source File | |
192 | ||
193 | SOURCE=.\src\common\intl.cpp | |
194 | # End Source File | |
195 | # Begin Source File | |
196 | ||
d7da9756 VZ |
197 | SOURCE=.\src\common\ipcbase.cpp |
198 | # End Source File | |
199 | # Begin Source File | |
200 | ||
3fd99dfc VZ |
201 | SOURCE=.\src\common\list.cpp |
202 | # End Source File | |
203 | # Begin Source File | |
204 | ||
205 | SOURCE=.\src\common\log.cpp | |
206 | # End Source File | |
207 | # Begin Source File | |
208 | ||
209 | SOURCE=.\src\common\longlong.cpp | |
210 | # End Source File | |
211 | # Begin Source File | |
212 | ||
730cae58 | 213 | SOURCE=.\src\common\memory.cpp |
6dfec4b8 VZ |
214 | # End Source File |
215 | # Begin Source File | |
216 | ||
d7da9756 VZ |
217 | SOURCE=.\src\common\mimecmn.cpp |
218 | # End Source File | |
219 | # Begin Source File | |
220 | ||
3fd99dfc VZ |
221 | SOURCE=.\src\common\module.cpp |
222 | # End Source File | |
223 | # Begin Source File | |
224 | ||
d7da9756 VZ |
225 | SOURCE=.\src\common\mstream.cpp |
226 | # End Source File | |
227 | # Begin Source File | |
228 | ||
3fd99dfc VZ |
229 | SOURCE=.\src\common\object.cpp |
230 | # End Source File | |
231 | # Begin Source File | |
232 | ||
d7da9756 VZ |
233 | SOURCE=.\src\common\objstrm.cpp |
234 | # End Source File | |
235 | # Begin Source File | |
236 | ||
3fd99dfc VZ |
237 | SOURCE=.\src\common\process.cpp |
238 | # End Source File | |
239 | # Begin Source File | |
240 | ||
117082d1 | 241 | SOURCE=.\src\common\protocol.cpp |
3fd99dfc VZ |
242 | # End Source File |
243 | # Begin Source File | |
244 | ||
117082d1 VZ |
245 | SOURCE=.\src\common\sckaddr.cpp |
246 | # End Source File | |
247 | # Begin Source File | |
248 | ||
249 | SOURCE=.\src\common\sckfile.cpp | |
250 | # End Source File | |
251 | # Begin Source File | |
252 | ||
253 | SOURCE=.\src\common\sckipc.cpp | |
254 | # End Source File | |
255 | # Begin Source File | |
256 | ||
257 | SOURCE=.\src\common\sckstrm.cpp | |
3fd99dfc VZ |
258 | # End Source File |
259 | # Begin Source File | |
260 | ||
d7da9756 VZ |
261 | SOURCE=.\src\common\serbase.cpp |
262 | # End Source File | |
263 | # Begin Source File | |
264 | ||
117082d1 VZ |
265 | SOURCE=.\src\common\socket.cpp |
266 | # End Source File | |
267 | # Begin Source File | |
268 | ||
3fd99dfc VZ |
269 | SOURCE=.\src\common\strconv.cpp |
270 | # End Source File | |
271 | # Begin Source File | |
272 | ||
273 | SOURCE=.\src\common\stream.cpp | |
274 | # End Source File | |
275 | # Begin Source File | |
276 | ||
277 | SOURCE=.\src\common\string.cpp | |
278 | # End Source File | |
279 | # Begin Source File | |
280 | ||
281 | SOURCE=.\src\common\textfile.cpp | |
282 | # End Source File | |
283 | # Begin Source File | |
284 | ||
6dfec4b8 | 285 | SOURCE=.\src\common\timercmn.cpp |
117082d1 VZ |
286 | # End Source File |
287 | # Begin Source File | |
288 | ||
6dfec4b8 | 289 | SOURCE=.\src\common\tokenzr.cpp |
117082d1 VZ |
290 | # End Source File |
291 | # Begin Source File | |
292 | ||
6dfec4b8 | 293 | SOURCE=.\src\common\txtstrm.cpp |
117082d1 VZ |
294 | # End Source File |
295 | # Begin Source File | |
296 | ||
730cae58 | 297 | SOURCE=.\src\common\url.cpp |
117082d1 VZ |
298 | # End Source File |
299 | # Begin Source File | |
300 | ||
730cae58 | 301 | SOURCE=.\src\common\utilscmn.cpp |
117082d1 VZ |
302 | # End Source File |
303 | # Begin Source File | |
304 | ||
730cae58 | 305 | SOURCE=.\src\common\variant.cpp |
117082d1 VZ |
306 | # End Source File |
307 | # Begin Source File | |
308 | ||
730cae58 | 309 | SOURCE=.\src\common\wfstream.cpp |
117082d1 VZ |
310 | # End Source File |
311 | # Begin Source File | |
312 | ||
730cae58 | 313 | SOURCE=.\src\common\wxchar.cpp |
3fd99dfc VZ |
314 | # End Source File |
315 | # Begin Source File | |
316 | ||
730cae58 | 317 | SOURCE=.\src\common\zipstrm.cpp |
3fd99dfc VZ |
318 | # End Source File |
319 | # Begin Source File | |
320 | ||
730cae58 | 321 | SOURCE=.\src\common\zstream.cpp |
3fd99dfc VZ |
322 | # End Source File |
323 | # Begin Source File | |
324 | ||
730cae58 | 325 | SOURCE=.\src\common\init.cpp |
d7da9756 | 326 | # End Source File |
730cae58 | 327 | |
d7da9756 VZ |
328 | # Begin Source File |
329 | ||
730cae58 | 330 | SOURCE=.\src\msw\dde.cpp |
3fd99dfc VZ |
331 | # End Source File |
332 | # Begin Source File | |
333 | ||
730cae58 | 334 | SOURCE=.\src\msw\dir.cpp |
117082d1 | 335 | # End Source File |
117082d1 VZ |
336 | # Begin Source File |
337 | ||
730cae58 | 338 | SOURCE=.\src\msw\main.cpp |
3fd99dfc | 339 | # End Source File |
730cae58 GT |
340 | # Begin Source File |
341 | ||
342 | SOURCE=.\src\msw\mimetype.cpp | |
343 | # End Source File | |
344 | # Begin Source File | |
345 | ||
346 | SOURCE=.\src\msw\regconf.cpp | |
347 | # End Source File | |
348 | # Begin Source File | |
349 | ||
350 | SOURCE=.\src\msw\registry.cpp | |
351 | # End Source File | |
352 | # Begin Source File | |
353 | ||
354 | SOURCE=.\src\msw\thread.cpp | |
355 | # End Source File | |
356 | # Begin Source File | |
357 | ||
358 | SOURCE=.\src\msw\utils.cpp | |
359 | # End Source File | |
360 | # Begin Source File | |
361 | ||
362 | SOURCE=.\src\msw\utilsexc.cpp | |
363 | # End Source File | |
364 | ||
365 | # Begin Source File | |
366 | ||
367 | SOURCE=.\src\common\extended.c | |
368 | # SUBTRACT CPP /YX /Yc /Yu | |
369 | # End Source File | |
370 | # Begin Source File | |
371 | ||
372 | SOURCE=.\src\common\unzip.c | |
373 | # SUBTRACT CPP /YX /Yc /Yu | |
374 | # End Source File | |
375 | ||
376 | # Begin Source File | |
377 | ||
378 | SOURCE=.\src\msw\gsocket.c | |
379 | # SUBTRACT CPP /YX /Yc /Yu | |
380 | # End Source File | |
381 | # Begin Source File | |
382 | ||
383 | SOURCE=.\src\msw\gsockmsw.c | |
384 | # SUBTRACT CPP /YX /Yc /Yu | |
385 | # End Source File | |
386 | ||
387 | ||
3fd99dfc VZ |
388 | # End Target |
389 | # End Project |