]> git.saurik.com Git - wxWidgets.git/blame - utils/configtool/src/wxconfigtool.dsp
Platform and compiler-specific checking for MSW and Mac now done
[wxWidgets.git] / utils / configtool / src / wxconfigtool.dsp
CommitLineData
d7463f75
JS
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
7CFG=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 ""
32CPP=cl.exe
33MTL=midl.exe
34RSC=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"
56BSC32=bscmake.exe
57# ADD BASE BSC32 /nologo
58# ADD BSC32 /nologo
59LINK32=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"
83BSC32=bscmake.exe
84# ADD BASE BSC32 /nologo
85# ADD BSC32 /nologo
86LINK32=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"
111BSC32=bscmake.exe
112# ADD BASE BSC32 /nologo
113# ADD BSC32 /nologo
114LINK32=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"
140BSC32=bscmake.exe
141# ADD BASE BSC32 /nologo
142# ADD BSC32 /nologo
143LINK32=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 "$(WXWINDEV)/include" /I "$(WXWINDEV)/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# SUBTRACT CPP /YX
164# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
165# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
166# ADD BASE RSC /l 0x809 /d "_DEBUG"
167# ADD RSC /l 0x809 /d "_DEBUG"
168BSC32=bscmake.exe
169# ADD BASE BSC32 /nologo
170# ADD BSC32 /nologo
171LINK32=link.exe
172# 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"
173# 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"
174
175!ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseDev"
176
177# PROP BASE Use_MFC 0
178# PROP BASE Use_Debug_Libraries 0
179# PROP BASE Output_Dir "wxconfigtool___Win32_ReleaseDev"
180# PROP BASE Intermediate_Dir "wxconfigtool___Win32_ReleaseDev"
181# PROP BASE Ignore_Export_Lib 0
182# PROP BASE Target_Dir ""
183# PROP Use_MFC 0
184# PROP Use_Debug_Libraries 0
185# PROP Output_Dir "ReleaseDev"
186# PROP Intermediate_Dir "ReleaseDev"
187# PROP Ignore_Export_Lib 0
188# PROP Target_Dir ""
189# 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
190# ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "$(WXWINDEV)/include" /I "$(WXWINDEV)/lib/mswd" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
191# SUBTRACT CPP /YX
192# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
193# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
194# ADD BASE RSC /l 0x809 /d "NDEBUG"
195# ADD RSC /l 0x809 /d "NDEBUG"
196BSC32=bscmake.exe
197# ADD BASE BSC32 /nologo
198# ADD BSC32 /nologo
199LINK32=link.exe
200# 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"
201# 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"
202
203!ENDIF
204
205# Begin Target
206
207# Name "wxconfigtool - Win32 Debug DLL"
208# Name "wxconfigtool - Win32 Release DLL"
209# Name "wxconfigtool - Win32 DebugStable"
210# Name "wxconfigtool - Win32 ReleaseStable"
211# Name "wxconfigtool - Win32 DebugDev"
212# Name "wxconfigtool - Win32 ReleaseDev"
213# Begin Group "Source files"
214
215# PROP Default_Filter ""
216# Begin Group "Header files"
217
218# PROP Default_Filter ""
219# Begin Source File
220
221SOURCE=.\appsettings.h
222# End Source File
223# Begin Source File
224
225SOURCE=.\configitem.h
226# End Source File
227# Begin Source File
228
229SOURCE=.\configitemselector.h
230# End Source File
231# Begin Source File
232
233SOURCE=.\configtooldoc.h
234# End Source File
235# Begin Source File
236
237SOURCE=.\configtoolview.h
238# End Source File
239# Begin Source File
240
241SOURCE=.\configtree.h
242# End Source File
243# Begin Source File
244
245SOURCE=.\custompropertydialog.h
246# End Source File
247# Begin Source File
248
249SOURCE=.\htmlparser.h
250# End Source File
251# Begin Source File
252
253SOURCE=.\mainframe.h
254# End Source File
255# Begin Source File
256
257SOURCE=.\propeditor.h
258# End Source File
259# Begin Source File
260
261SOURCE=.\property.h
262# End Source File
263# Begin Source File
264
265SOURCE=.\settingsdialog.h
266# End Source File
267# Begin Source File
268
269SOURCE=.\symbols.h
270# End Source File
271# Begin Source File
272
273SOURCE=.\utils.h
274# End Source File
275# Begin Source File
276
277SOURCE=.\wxconfigtool.h
278# End Source File
279# End Group
280# Begin Source File
281
282SOURCE=.\appsettings.cpp
283# End Source File
284# Begin Source File
285
286SOURCE=.\configitem.cpp
287# End Source File
288# Begin Source File
289
290SOURCE=.\configitemselector.cpp
291# End Source File
292# Begin Source File
293
294SOURCE=.\configtooldoc.cpp
295# End Source File
296# Begin Source File
297
298SOURCE=.\configtoolview.cpp
299# End Source File
300# Begin Source File
301
302SOURCE=.\configtree.cpp
303# End Source File
304# Begin Source File
305
306SOURCE=.\custompropertydialog.cpp
307# End Source File
308# Begin Source File
309
310SOURCE=.\htmlparser.cpp
311# End Source File
312# Begin Source File
313
314SOURCE=.\mainframe.cpp
315# SUBTRACT CPP /YX /Yc /Yu
316# End Source File
317# Begin Source File
318
319SOURCE=.\makefile.b32
320# End Source File
321# Begin Source File
322
323SOURCE=.\propeditor.cpp
324# End Source File
325# Begin Source File
326
327SOURCE=.\property.cpp
328# End Source File
329# Begin Source File
330
331SOURCE=.\settingsdialog.cpp
332# End Source File
333# Begin Source File
334
335SOURCE=.\utils.cpp
336# End Source File
337# Begin Source File
338
339SOURCE=.\wxconfigtool.cpp
340# SUBTRACT CPP /YX /Yc
341# End Source File
342# Begin Source File
343
344SOURCE=.\wxconfigtool.rc
345
346!IF "$(CFG)" == "wxconfigtool - Win32 Debug DLL"
347
348# ADD BASE RSC /l 0x809
349# ADD RSC /l 0x809 /i "$(WXWIN)\include"
350
351!ELSEIF "$(CFG)" == "wxconfigtool - Win32 Release DLL"
352
353# ADD BASE RSC /l 0x809
354# ADD RSC /l 0x809 /i "$(WXWIN)\include"
355
356!ELSEIF "$(CFG)" == "wxconfigtool - Win32 DebugStable"
357
358# ADD BASE RSC /l 0x809
01ebf752 359# ADD RSC /l 0x809 /i "$(WXWINSTABLE)\include" /d "wxUSE_NO_MANIFEST"
d7463f75
JS
360
361!ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseStable"
362
363# ADD BASE RSC /l 0x809
01ebf752 364# ADD RSC /l 0x809 /i "$(WXWINSTABLE)\include" /d "wxUSE_NO_MANIFEST"
d7463f75
JS
365
366!ELSEIF "$(CFG)" == "wxconfigtool - Win32 DebugDev"
367
368# ADD BASE RSC /l 0x809
369# ADD RSC /l 0x809 /i "$(WXWINDEV)\include"
370
371!ELSEIF "$(CFG)" == "wxconfigtool - Win32 ReleaseDev"
372
373# ADD BASE RSC /l 0x809
374# ADD RSC /l 0x809 /i "$(WXWINDEV)\include"
375
376!ENDIF
377
378# End Source File
379# End Group
380# Begin Group "Documents"
381
382# PROP Default_Filter ""
383# Begin Source File
384
385SOURCE=..\docs\licence.txt
386# End Source File
387# Begin Source File
388
389SOURCE=..\docs\notes.txt
390# End Source File
391# Begin Source File
392
393SOURCE="..\docs\readme-after.txt"
394# End Source File
395# Begin Source File
396
397SOURCE=..\docs\readme.txt
398# End Source File
399# Begin Source File
400
401SOURCE=..\docs\todo.txt
402# End Source File
403# End Group
404# Begin Group "Resources"
405
406# PROP Default_Filter ""
407# End Group
408# Begin Group "Distribution"
409
410# PROP Default_Filter ""
411# Begin Source File
412
413SOURCE=..\scripts\buildapp
414# End Source File
415# Begin Source File
416
417SOURCE=..\scripts\innobott.txt
418# End Source File
419# Begin Source File
420
421SOURCE=..\scripts\innotop.txt
422# End Source File
423# Begin Source File
424
425SOURCE=..\scripts\makeapp
426# End Source File
427# Begin Source File
428
429SOURCE=.\Makefile
430# End Source File
431# Begin Source File
432
433SOURCE=..\scripts\makeinno.sh
434# End Source File
435# Begin Source File
436
437SOURCE=.\makeprog.env
438# End Source File
439# Begin Source File
440
441SOURCE=..\scripts\makesetup.sh
442# End Source File
443# Begin Source File
444
445SOURCE=..\scripts\maketarball.sh
446# End Source File
447# Begin Source File
448
449SOURCE=..\scripts\setup.var
450# End Source File
451# End Group
452# Begin Group "Manual"
453
454# PROP Default_Filter ""
455# Begin Source File
456
457SOURCE=..\docs\manual\configtool.tex
458# End Source File
459# Begin Source File
460
461SOURCE=..\docs\manual\Makefile
462# End Source File
463# Begin Source File
464
465SOURCE=..\docs\manual\makefile.vc
466# End Source File
467# Begin Source File
468
469SOURCE=..\docs\manual\tex2rtf.ini
470# End Source File
471# End Group
01ebf752
JS
472# Begin Source File
473
474SOURCE=.\wx\msw\blank.cur
475# End Source File
476# Begin Source File
477
478SOURCE=.\wx\msw\bullseye.cur
479# End Source File
480# Begin Source File
481
482SOURCE=.\wx\msw\cdrom.ico
483# End Source File
484# Begin Source File
485
486SOURCE=.\wx\msw\computer.ico
487# End Source File
488# Begin Source File
489
490SOURCE=.\wx\msw\drive.ico
491# End Source File
492# Begin Source File
493
494SOURCE=.\wx\msw\file1.ico
495# End Source File
496# Begin Source File
497
498SOURCE=.\wx\msw\floppy.ico
499# End Source File
500# Begin Source File
501
502SOURCE=.\wx\msw\folder1.ico
503# End Source File
504# Begin Source File
505
506SOURCE=.\wx\msw\folder2.ico
507# End Source File
508# Begin Source File
509
510SOURCE=.\wx\msw\hand.cur
511# End Source File
512# Begin Source File
513
514SOURCE=.\wx\msw\magnif1.cur
515# End Source File
516# Begin Source File
517
518SOURCE=.\wx\msw\noentry.cur
519# End Source File
520# Begin Source File
521
522SOURCE=.\wx\msw\pbrush.cur
523# End Source File
524# Begin Source File
525
526SOURCE=.\wx\msw\pencil.cur
527# End Source File
528# Begin Source File
529
530SOURCE=.\wx\msw\pntleft.cur
531# End Source File
532# Begin Source File
533
534SOURCE=.\wx\msw\pntright.cur
535# End Source File
536# Begin Source File
537
538SOURCE=.\wx\msw\query.cur
539# End Source File
540# Begin Source File
541
542SOURCE=.\wx\msw\removble.ico
543# End Source File
544# Begin Source File
545
546SOURCE=.\wx\msw\rightarr.cur
547# End Source File
548# Begin Source File
549
550SOURCE=.\wx\msw\roller.cur
551# End Source File
552# Begin Source File
553
554SOURCE=.\wx\msw\size.cur
555# End Source File
556# Begin Source File
557
558SOURCE=.\wx\msw\watch1.cur
559# End Source File
560# Begin Source File
561
562SOURCE=.\bitmaps\wxconfigtool.ico
563# End Source File
d7463f75
JS
564# End Target
565# End Project