]> git.saurik.com Git - wxWidgets.git/blob - utils/configtool/src/wxconfigtool.dsp
f87880a55e2ac4d56e4e66d769b7174682a37fa9
[wxWidgets.git] / utils / configtool / src / wxconfigtool.dsp
1 # Microsoft Developer Studio Project File - Name="wxconfigtool" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Application" 0x0101
6
7 CFG=wxconfigtool - Win32 DebugDev
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 "wxconfigtool.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 "wxconfigtool.mak" CFG="wxconfigtool - Win32 DebugDev"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "wxconfigtool - Win32 Debug DLL" (based on "Win32 (x86) Application")
21 !MESSAGE "wxconfigtool - Win32 Release DLL" (based on "Win32 (x86) Application")
22 !MESSAGE "wxconfigtool - Win32 DebugStable" (based on "Win32 (x86) Application")
23 !MESSAGE "wxconfigtool - Win32 ReleaseStable" (based on "Win32 (x86) Application")
24 !MESSAGE "wxconfigtool - Win32 DebugDev" (based on "Win32 (x86) Application")
25 !MESSAGE "wxconfigtool - Win32 ReleaseDev" (based on "Win32 (x86) Application")
26 !MESSAGE
27
28 # Begin Project
29 # PROP AllowPerConfigDependencies 0
30 # PROP Scc_ProjName ""
31 # PROP Scc_LocalPath ""
32 CPP=cl.exe
33 MTL=midl.exe
34 RSC=rc.exe
35
36 !IF "$(CFG)" == "wxconfigtool - Win32 Debug DLL"
37
38 # PROP BASE Use_MFC 0
39 # PROP BASE Use_Debug_Libraries 1
40 # PROP BASE Output_Dir "DebugDLL"
41 # PROP BASE Intermediate_Dir "DebugDLL"
42 # PROP BASE Target_Dir ""
43 # PROP Use_MFC 0
44 # PROP Use_Debug_Libraries 1
45 # PROP Output_Dir "DebugDLL"
46 # PROP Intermediate_Dir "DebugDLL"
47 # PROP Ignore_Export_Lib 0
48 # PROP Target_Dir ""
49 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
50 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(WXWIN)/include" /I "$(WXWIN)/lib/mswdlld" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXUSINGDLL=1 /FD /c
51 # SUBTRACT CPP /YX /Yc /Yu
52 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
53 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
54 # ADD BASE RSC /l 0x809 /d "_DEBUG"
55 # ADD RSC /l 0x809 /d "_DEBUG"
56 BSC32=bscmake.exe
57 # ADD BASE BSC32 /nologo
58 # ADD BSC32 /nologo
59 LINK32=link.exe
60 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
61 # ADD LINK32 wxvc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wininet.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /pdbtype:sept /libpath:"$(WXWIN)\lib"
62
63 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 Release DLL"
64
65 # PROP BASE Use_MFC 0
66 # PROP BASE Use_Debug_Libraries 0
67 # PROP BASE Output_Dir "ReleaseDLL"
68 # PROP BASE Intermediate_Dir "ReleaseDLL"
69 # PROP BASE Target_Dir ""
70 # PROP Use_MFC 0
71 # PROP Use_Debug_Libraries 0
72 # PROP Output_Dir "ReleaseDLL"
73 # PROP Intermediate_Dir "ReleaseDLL"
74 # PROP Ignore_Export_Lib 0
75 # PROP Target_Dir ""
76 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
77 # ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "$(WXWIN)/include" /I "$(WXWIN)/lib/mswdll" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXUSINGDLL=1 /FD /c
78 # SUBTRACT CPP /YX
79 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
80 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
81 # ADD BASE RSC /l 0x809 /d "NDEBUG"
82 # ADD RSC /l 0x809 /d "NDEBUG"
83 BSC32=bscmake.exe
84 # ADD BASE BSC32 /nologo
85 # ADD BSC32 /nologo
86 LINK32=link.exe
87 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows /machine:I386
88 # ADD LINK32 wxvc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wininet.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /libpath:"$(WXWIN)\lib"
89
90 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 DebugStable"
91
92 # PROP BASE Use_MFC 0
93 # PROP BASE Use_Debug_Libraries 1
94 # PROP BASE Output_Dir "wxconfigtool___Win32_DebugStable"
95 # PROP BASE Intermediate_Dir "wxconfigtool___Win32_DebugStable"
96 # PROP BASE Ignore_Export_Lib 0
97 # PROP BASE Target_Dir ""
98 # PROP Use_MFC 0
99 # PROP Use_Debug_Libraries 1
100 # PROP Output_Dir "DebugStable"
101 # PROP Intermediate_Dir "DebugStable"
102 # PROP Ignore_Export_Lib 0
103 # PROP Target_Dir ""
104 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(WXWIN)\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c
105 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(WXWINSTABLE)/include" /I "$(WXWINSTABLE)/lib/mswd" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
106 # SUBTRACT CPP /YX
107 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
108 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
109 # ADD BASE RSC /l 0x809 /d "_DEBUG"
110 # ADD RSC /l 0x809 /d "_DEBUG"
111 BSC32=bscmake.exe
112 # ADD BASE BSC32 /nologo
113 # ADD BSC32 /nologo
114 LINK32=link.exe
115 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wxvc.lib jpeg.lib tiff.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /pdbtype:sept /libpath:"$(WXWIN)\src\Debug" /libpath:"$(WXWIN)\src\jpeg\Debug" /libpath:"$(WXWIN)\src\tiff\Debug" /libpath:"$(WXWIN)\lib"
116 # ADD LINK32 winmm.lib wxmswd.lib jpegd.lib tiffd.lib pngd.lib zlibd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wininet.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /pdbtype:sept /libpath:"$(WXWINSTABLE)\lib"
117
118 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseStable"
119
120 # PROP BASE Use_MFC 0
121 # PROP BASE Use_Debug_Libraries 0
122 # PROP BASE Output_Dir "wxconfigtool___Win32_ReleaseStable"
123 # PROP BASE Intermediate_Dir "wxconfigtool___Win32_ReleaseStable"
124 # PROP BASE Ignore_Export_Lib 0
125 # PROP BASE Target_Dir ""
126 # PROP Use_MFC 0
127 # PROP Use_Debug_Libraries 0
128 # PROP Output_Dir "ReleaseStable"
129 # PROP Intermediate_Dir "ReleaseStable"
130 # PROP Ignore_Export_Lib 0
131 # PROP Target_Dir ""
132 # ADD BASE CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "$(WXWIN)\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
133 # SUBTRACT BASE CPP /YX
134 # ADD CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "$(WXWINSTABLE)/include" /I "$(WXWINSTABLE)/lib/msw" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
135 # SUBTRACT CPP /YX
136 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
137 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
138 # ADD BASE RSC /l 0x809 /d "NDEBUG"
139 # ADD RSC /l 0x809 /d "NDEBUG"
140 BSC32=bscmake.exe
141 # ADD BASE BSC32 /nologo
142 # ADD BSC32 /nologo
143 LINK32=link.exe
144 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wxvc.lib jpeg.lib tiff.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /libpath:"$(WXWIN)\src\Release" /libpath:"$(WXWIN)\src\jpeg\Release" /libpath:"$(WXWIN)\src\tiff\Release" /libpath:"$(WXWIN)\lib"
145 # ADD LINK32 winmm.lib wxmsw.lib jpeg.lib tiff.lib png.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wininet.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /libpath:"$(WXWINSTABLE)\lib"
146
147 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 DebugDev"
148
149 # PROP BASE Use_MFC 0
150 # PROP BASE Use_Debug_Libraries 1
151 # PROP BASE Output_Dir "wxconfigtool___Win32_DebugDev"
152 # PROP BASE Intermediate_Dir "wxconfigtool___Win32_DebugDev"
153 # PROP BASE Ignore_Export_Lib 0
154 # PROP BASE Target_Dir ""
155 # PROP Use_MFC 0
156 # PROP Use_Debug_Libraries 1
157 # PROP Output_Dir "DebugDev"
158 # PROP Intermediate_Dir "DebugDev"
159 # PROP Ignore_Export_Lib 0
160 # PROP Target_Dir ""
161 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(WXWINDEV)\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /c
162 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "$(WXWIN)/include" /I "$(WXWIN)/lib/mswd" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
163 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
164 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
165 # ADD BASE RSC /l 0x809 /d "_DEBUG"
166 # ADD RSC /l 0x809 /d "_DEBUG"
167 BSC32=bscmake.exe
168 # ADD BASE BSC32 /nologo
169 # ADD BSC32 /nologo
170 LINK32=link.exe
171 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxd.lib jpegd.lib tiffd.lib pngd.lib zlibd.lib xpmd.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /pdbtype:sept /libpath:"$(WXWINDEV)\lib"
172 # ADD LINK32 winmm.lib wxmswd.lib jpegd.lib tiffd.lib pngd.lib zlibd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wininet.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /pdbtype:sept /libpath:"$(WXWIN)\lib"
173
174 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseDev"
175
176 # PROP BASE Use_MFC 0
177 # PROP BASE Use_Debug_Libraries 0
178 # PROP BASE Output_Dir "wxconfigtool___Win32_ReleaseDev"
179 # PROP BASE Intermediate_Dir "wxconfigtool___Win32_ReleaseDev"
180 # PROP BASE Ignore_Export_Lib 0
181 # PROP BASE Target_Dir ""
182 # PROP Use_MFC 0
183 # PROP Use_Debug_Libraries 0
184 # PROP Output_Dir "ReleaseDev"
185 # PROP Intermediate_Dir "ReleaseDev"
186 # PROP Ignore_Export_Lib 0
187 # PROP Target_Dir ""
188 # ADD BASE CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "$(WXWINDEV)\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /c
189 # ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "$(WXWIN)/include" /I "$(WXWIN)/lib/mswd" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
190 # SUBTRACT CPP /YX
191 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
192 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
193 # ADD BASE RSC /l 0x809 /d "NDEBUG"
194 # ADD RSC /l 0x809 /d "NDEBUG"
195 BSC32=bscmake.exe
196 # ADD BASE BSC32 /nologo
197 # ADD BSC32 /nologo
198 LINK32=link.exe
199 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wx.lib jpeg.lib tiff.lib png.lib xpm.lib zlib.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /libpath:"$(WXWINDEV)\lib"
200 # ADD LINK32 winmm.lib wxmsw.lib jpeg.lib tiff.lib png.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib wininet.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /libpath:"$(WXWIN)\lib"
201
202 !ENDIF
203
204 # Begin Target
205
206 # Name "wxconfigtool - Win32 Debug DLL"
207 # Name "wxconfigtool - Win32 Release DLL"
208 # Name "wxconfigtool - Win32 DebugStable"
209 # Name "wxconfigtool - Win32 ReleaseStable"
210 # Name "wxconfigtool - Win32 DebugDev"
211 # Name "wxconfigtool - Win32 ReleaseDev"
212 # Begin Group "Source files"
213
214 # PROP Default_Filter ""
215 # Begin Group "Header files"
216
217 # PROP Default_Filter ""
218 # Begin Source File
219
220 SOURCE=.\appsettings.h
221 # End Source File
222 # Begin Source File
223
224 SOURCE=.\configbrowser.h
225 # End Source File
226 # Begin Source File
227
228 SOURCE=.\configitem.h
229 # End Source File
230 # Begin Source File
231
232 SOURCE=.\configitemselector.h
233 # End Source File
234 # Begin Source File
235
236 SOURCE=.\configtooldoc.h
237 # End Source File
238 # Begin Source File
239
240 SOURCE=.\configtoolview.h
241 # End Source File
242 # Begin Source File
243
244 SOURCE=.\configtree.h
245 # End Source File
246 # Begin Source File
247
248 SOURCE=.\custompropertydialog.h
249 # End Source File
250 # Begin Source File
251
252 SOURCE=.\htmlparser.h
253 # End Source File
254 # Begin Source File
255
256 SOURCE=.\mainframe.h
257 # End Source File
258 # Begin Source File
259
260 SOURCE=.\propeditor.h
261 # End Source File
262 # Begin Source File
263
264 SOURCE=.\property.h
265 # End Source File
266 # Begin Source File
267
268 SOURCE=.\settingsdialog.h
269 # End Source File
270 # Begin Source File
271
272 SOURCE=.\symbols.h
273 # End Source File
274 # Begin Source File
275
276 SOURCE=.\utils.h
277 # End Source File
278 # Begin Source File
279
280 SOURCE=.\wxconfigtool.h
281 # End Source File
282 # End Group
283 # Begin Source File
284
285 SOURCE=.\appsettings.cpp
286 # End Source File
287 # Begin Source File
288
289 SOURCE=.\configbrowser.cpp
290 # End Source File
291 # Begin Source File
292
293 SOURCE=.\configitem.cpp
294 # End Source File
295 # Begin Source File
296
297 SOURCE=.\configitemselector.cpp
298 # End Source File
299 # Begin Source File
300
301 SOURCE=.\configtooldoc.cpp
302 # End Source File
303 # Begin Source File
304
305 SOURCE=.\configtoolview.cpp
306 # End Source File
307 # Begin Source File
308
309 SOURCE=.\configtree.cpp
310 # End Source File
311 # Begin Source File
312
313 SOURCE=.\custompropertydialog.cpp
314 # End Source File
315 # Begin Source File
316
317 SOURCE=.\htmlparser.cpp
318 # End Source File
319 # Begin Source File
320
321 SOURCE=.\mainframe.cpp
322 # SUBTRACT CPP /YX /Yc /Yu
323 # End Source File
324 # Begin Source File
325
326 SOURCE=.\makefile.b32
327 # End Source File
328 # Begin Source File
329
330 SOURCE=.\propeditor.cpp
331 # End Source File
332 # Begin Source File
333
334 SOURCE=.\property.cpp
335 # End Source File
336 # Begin Source File
337
338 SOURCE=.\settingsdialog.cpp
339 # End Source File
340 # Begin Source File
341
342 SOURCE=.\utils.cpp
343 # End Source File
344 # Begin Source File
345
346 SOURCE=.\wxconfigtool.cpp
347 # SUBTRACT CPP /YX /Yc
348 # End Source File
349 # Begin Source File
350
351 SOURCE=.\wxconfigtool.rc
352
353 !IF "$(CFG)" == "wxconfigtool - Win32 Debug DLL"
354
355 # ADD BASE RSC /l 0x809
356 # ADD RSC /l 0x809 /i "$(WXWIN)\include"
357
358 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 Release DLL"
359
360 # ADD BASE RSC /l 0x809
361 # ADD RSC /l 0x809 /i "$(WXWIN)\include"
362
363 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 DebugStable"
364
365 # ADD BASE RSC /l 0x809
366 # ADD RSC /l 0x809 /i "$(WXWINSTABLE)\include" /d "wxUSE_NO_MANIFEST"
367
368 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseStable"
369
370 # ADD BASE RSC /l 0x809
371 # ADD RSC /l 0x809 /i "$(WXWINSTABLE)\include" /d "wxUSE_NO_MANIFEST"
372
373 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 DebugDev"
374
375 # ADD BASE RSC /l 0x809
376 # ADD RSC /l 0x809 /i "$(WXWIN)\include"
377
378 !ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseDev"
379
380 # ADD BASE RSC /l 0x809
381 # ADD RSC /l 0x809 /i "$(WXWIN)\include"
382
383 !ENDIF
384
385 # End Source File
386 # End Group
387 # Begin Group "Documents"
388
389 # PROP Default_Filter ""
390 # Begin Source File
391
392 SOURCE=..\docs\licence.txt
393 # End Source File
394 # Begin Source File
395
396 SOURCE=..\docs\notes.txt
397 # End Source File
398 # Begin Source File
399
400 SOURCE="..\docs\readme-after.txt"
401 # End Source File
402 # Begin Source File
403
404 SOURCE=..\docs\readme.txt
405 # End Source File
406 # Begin Source File
407
408 SOURCE=..\docs\todo.txt
409 # End Source File
410 # End Group
411 # Begin Group "Resources"
412
413 # PROP Default_Filter ""
414 # End Group
415 # Begin Group "Distribution"
416
417 # PROP Default_Filter ""
418 # Begin Source File
419
420 SOURCE=..\scripts\buildapp
421 # End Source File
422 # Begin Source File
423
424 SOURCE=..\scripts\innobott.txt
425 # End Source File
426 # Begin Source File
427
428 SOURCE=..\scripts\innotop.txt
429 # End Source File
430 # Begin Source File
431
432 SOURCE=..\scripts\makeapp
433 # End Source File
434 # Begin Source File
435
436 SOURCE=.\Makefile
437 # End Source File
438 # Begin Source File
439
440 SOURCE=..\scripts\makeinno.sh
441 # End Source File
442 # Begin Source File
443
444 SOURCE=.\makeprog.env
445 # End Source File
446 # Begin Source File
447
448 SOURCE=..\scripts\makesetup.sh
449 # End Source File
450 # Begin Source File
451
452 SOURCE=..\scripts\maketarball.sh
453 # End Source File
454 # Begin Source File
455
456 SOURCE=..\scripts\setup.var
457 # End Source File
458 # End Group
459 # Begin Group "Manual"
460
461 # PROP Default_Filter ""
462 # Begin Source File
463
464 SOURCE=..\docs\manual\configtool.tex
465 # End Source File
466 # Begin Source File
467
468 SOURCE=..\docs\manual\Makefile
469 # End Source File
470 # Begin Source File
471
472 SOURCE=..\docs\manual\makefile.vc
473 # End Source File
474 # Begin Source File
475
476 SOURCE=..\docs\manual\tex2rtf.ini
477 # End Source File
478 # End Group
479 # Begin Source File
480
481 SOURCE=.\wx\msw\blank.cur
482 # End Source File
483 # Begin Source File
484
485 SOURCE=.\wx\msw\bullseye.cur
486 # End Source File
487 # Begin Source File
488
489 SOURCE=.\wx\msw\cdrom.ico
490 # End Source File
491 # Begin Source File
492
493 SOURCE=.\wx\msw\computer.ico
494 # End Source File
495 # Begin Source File
496
497 SOURCE=.\wx\msw\drive.ico
498 # End Source File
499 # Begin Source File
500
501 SOURCE=.\wx\msw\file1.ico
502 # End Source File
503 # Begin Source File
504
505 SOURCE=.\wx\msw\floppy.ico
506 # End Source File
507 # Begin Source File
508
509 SOURCE=.\wx\msw\folder1.ico
510 # End Source File
511 # Begin Source File
512
513 SOURCE=.\wx\msw\folder2.ico
514 # End Source File
515 # Begin Source File
516
517 SOURCE=.\wx\msw\hand.cur
518 # End Source File
519 # Begin Source File
520
521 SOURCE=.\wx\msw\magnif1.cur
522 # End Source File
523 # Begin Source File
524
525 SOURCE=.\wx\msw\noentry.cur
526 # End Source File
527 # Begin Source File
528
529 SOURCE=.\wx\msw\pbrush.cur
530 # End Source File
531 # Begin Source File
532
533 SOURCE=.\wx\msw\pencil.cur
534 # End Source File
535 # Begin Source File
536
537 SOURCE=.\wx\msw\pntleft.cur
538 # End Source File
539 # Begin Source File
540
541 SOURCE=.\wx\msw\pntright.cur
542 # End Source File
543 # Begin Source File
544
545 SOURCE=.\wx\msw\query.cur
546 # End Source File
547 # Begin Source File
548
549 SOURCE=.\wx\msw\removble.ico
550 # End Source File
551 # Begin Source File
552
553 SOURCE=.\wx\msw\rightarr.cur
554 # End Source File
555 # Begin Source File
556
557 SOURCE=.\wx\msw\roller.cur
558 # End Source File
559 # Begin Source File
560
561 SOURCE=.\wx\msw\size.cur
562 # End Source File
563 # Begin Source File
564
565 SOURCE=.\wx\msw\watch1.cur
566 # End Source File
567 # Begin Source File
568
569 SOURCE=.\bitmaps\wxconfigtool.ico
570 # End Source File
571 # End Target
572 # End Project