]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/tools/configtool/standalone/wxwin/ConfigtoolVC.dsp
Initial revision
[karo-tx-redboot.git] / tools / src / tools / configtool / standalone / wxwin / ConfigtoolVC.dsp
1 # Microsoft Developer Studio Project File - Name="ConfigtoolVC" - 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=ConfigtoolVC - Win32 ANSI Debug For Recent wxWin
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 "ConfigtoolVC.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 "ConfigtoolVC.mak" CFG="ConfigtoolVC - Win32 ANSI Debug For Recent wxWin"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "ConfigtoolVC - Win32 Release" (based on "Win32 (x86) Application")
21 !MESSAGE "ConfigtoolVC - Win32 Debug" (based on "Win32 (x86) Application")
22 !MESSAGE "ConfigtoolVC - Win32 ANSI Debug" (based on "Win32 (x86) Application")
23 !MESSAGE "ConfigtoolVC - Win32 ANSI Release" (based on "Win32 (x86) Application")
24 !MESSAGE "ConfigtoolVC - Win32 ANSI Debug For Recent wxWin" (based on "Win32 (x86) Application")
25 !MESSAGE "ConfigtoolVC - Win32 ANSI Release for Recent wxWin" (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)" == "ConfigtoolVC - Win32 Release"
37
38 # PROP BASE Use_MFC 0
39 # PROP BASE Use_Debug_Libraries 0
40 # PROP BASE Output_Dir "Release"
41 # PROP BASE Intermediate_Dir "Release"
42 # PROP BASE Target_Dir ""
43 # PROP Use_MFC 0
44 # PROP Use_Debug_Libraries 0
45 # PROP Output_Dir "v:\ConfigToolWX\Release"
46 # PROP Intermediate_Dir "v:\ConfigToolWX\Release"
47 # PROP Ignore_Export_Lib 0
48 # PROP Target_Dir ""
49 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
50 # ADD CPP /nologo /MD /W3 /GR /GX /O1 /Ob2 /I "v:\cdl\Release\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"ecpch.h" /FD /c
51 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
52 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
53 # ADD BASE RSC /l 0x809 /d "NDEBUG"
54 # ADD RSC /l 0x809 /d "NDEBUG"
55 BSC32=bscmake.exe
56 # ADD BASE BSC32 /nologo
57 # ADD BSC32 /nologo
58 LINK32=link.exe
59 # 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 winmm.lib /nologo /subsystem:windows /machine:I386
60 # ADD LINK32 wx.lib wxmsw.lib xpm.lib png.lib zlib.lib jpeg.lib tiff.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 shlwapi.lib winmm.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"v:/ConfigToolWX/Release/configtool.exe" /libpath:"v:\cdl\release\lib"
61
62 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 Debug"
63
64 # PROP BASE Use_MFC 0
65 # PROP BASE Use_Debug_Libraries 1
66 # PROP BASE Output_Dir "Debug"
67 # PROP BASE Intermediate_Dir "Debug"
68 # PROP BASE Target_Dir ""
69 # PROP Use_MFC 0
70 # PROP Use_Debug_Libraries 1
71 # PROP Output_Dir "v:\ConfigToolWX\Debug"
72 # PROP Intermediate_Dir "v:\ConfigToolWX\Debug"
73 # PROP Ignore_Export_Lib 0
74 # PROP Target_Dir ""
75 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
76 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "v:\cdl\Debug\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /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"ecpch.h" /FD /c
77 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
78 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
79 # ADD BASE RSC /l 0x809 /d "_DEBUG"
80 # ADD RSC /l 0x809 /d "_DEBUG"
81 BSC32=bscmake.exe
82 # ADD BASE BSC32 /nologo
83 # ADD BSC32 /nologo
84 LINK32=link.exe
85 # 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 winmm.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
86 # ADD LINK32 wxd.lib wxmswd.lib xpmd.lib pngd.lib zlibd.lib jpegd.lib tiffd.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 winmm.lib shlwapi.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82d.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"v:/ConfigToolWX/Debug/configtool.exe" /pdbtype:sept /libpath:"v:\cdl\debug\lib"
87
88 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Debug"
89
90 # PROP BASE Use_MFC 0
91 # PROP BASE Use_Debug_Libraries 1
92 # PROP BASE Output_Dir "ConfigtoolVC___Win32_ANSI_Debug"
93 # PROP BASE Intermediate_Dir "ConfigtoolVC___Win32_ANSI_Debug"
94 # PROP BASE Ignore_Export_Lib 0
95 # PROP BASE Target_Dir ""
96 # PROP Use_MFC 0
97 # PROP Use_Debug_Libraries 1
98 # PROP Output_Dir "v:\ConfigToolWX\ANSIDebug"
99 # PROP Intermediate_Dir "v:\ConfigToolWX\ANSIDebug"
100 # PROP Ignore_Export_Lib 0
101 # PROP Target_Dir ""
102 # ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "v:\cdl\Debug\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /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"ecpch.h" /FD /c
103 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "v:\cdl\Debug\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /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"ecpch.h" /FD /c
104 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
105 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
106 # ADD BASE RSC /l 0x809 /d "_DEBUG"
107 # ADD RSC /l 0x809 /d "_DEBUG"
108 BSC32=bscmake.exe
109 # ADD BASE BSC32 /nologo
110 # ADD BSC32 /nologo
111 LINK32=link.exe
112 # ADD BASE LINK32 wxd.lib xpmd.lib pngd.lib zlibd.lib jpegd.lib tiffd.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 winmm.lib shlwapi.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82d.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"Debug/configtool.exe" /pdbtype:sept /libpath:"v:\cdl\debug\lib"
113 # ADD LINK32 wxd.lib pngd.lib zlibd.lib jpegd.lib tiffd.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 winmm.lib shlwapi.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82d.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"v:/ConfigToolWX/ANSIDebug/configtool.exe" /pdbtype:sept /libpath:"v:\cdl\debug\lib"
114
115 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Release"
116
117 # PROP BASE Use_MFC 0
118 # PROP BASE Use_Debug_Libraries 0
119 # PROP BASE Output_Dir "ConfigtoolVC___Win32_ANSI_Release"
120 # PROP BASE Intermediate_Dir "ConfigtoolVC___Win32_ANSI_Release"
121 # PROP BASE Ignore_Export_Lib 0
122 # PROP BASE Target_Dir ""
123 # PROP Use_MFC 0
124 # PROP Use_Debug_Libraries 0
125 # PROP Output_Dir "v:\ConfigToolWX\ANSIRelease"
126 # PROP Intermediate_Dir "v:\ConfigToolWX\ANSIRelease"
127 # PROP Ignore_Export_Lib 0
128 # PROP Target_Dir ""
129 # ADD BASE CPP /nologo /MD /W3 /GR /GX /O1 /Ob2 /I "v:\cdl\Release\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"ecpch.h" /FD /c
130 # ADD CPP /nologo /MD /W3 /GR /GX /O1 /Ob2 /I "v:\cdl\Release\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"ecpch.h" /FD /c
131 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
132 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
133 # ADD BASE RSC /l 0x809 /d "NDEBUG"
134 # ADD RSC /l 0x809 /d "NDEBUG"
135 BSC32=bscmake.exe
136 # ADD BASE BSC32 /nologo
137 # ADD BSC32 /nologo
138 LINK32=link.exe
139 # ADD BASE LINK32 wx.lib xpm.lib png.lib zlib.lib jpeg.lib tiff.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 shlwapi.lib winmm.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"Release/configtool.exe" /libpath:"v:\cdl\release\lib"
140 # ADD LINK32 wx.lib png.lib zlib.lib jpeg.lib tiff.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 shlwapi.lib winmm.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"v:/ConfigToolWX/ANSIRelease/configtool.exe" /libpath:"v:\cdl\release\lib"
141
142 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Debug For Recent wxWin"
143
144 # PROP BASE Use_MFC 0
145 # PROP BASE Use_Debug_Libraries 1
146 # PROP BASE Output_Dir "ConfigtoolVC___Win32_ANSI_Debug_For_Recent_wxWin"
147 # PROP BASE Intermediate_Dir "ConfigtoolVC___Win32_ANSI_Debug_For_Recent_wxWin"
148 # PROP BASE Ignore_Export_Lib 0
149 # PROP BASE Target_Dir ""
150 # PROP Use_MFC 0
151 # PROP Use_Debug_Libraries 1
152 # PROP Output_Dir "v:\ConfigToolWX\ANSIDebug"
153 # PROP Intermediate_Dir "v:\ConfigToolWX\ANSIDebug"
154 # PROP Ignore_Export_Lib 0
155 # PROP Target_Dir ""
156 # ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "v:\cdl\Debug\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /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"ecpch.h" /FD /c
157 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "v:\cdl\Debug\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /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"ecpch.h" /FD /c
158 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
159 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
160 # ADD BASE RSC /l 0x809 /d "_DEBUG"
161 # ADD RSC /l 0x809 /d "_DEBUG"
162 BSC32=bscmake.exe
163 # ADD BASE BSC32 /nologo
164 # ADD BSC32 /nologo
165 LINK32=link.exe
166 # ADD BASE LINK32 wxd.lib pngd.lib zlibd.lib jpegd.lib tiffd.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 winmm.lib shlwapi.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82d.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"v:/ConfigToolWX/ANSIDebug/configtool.exe" /pdbtype:sept /libpath:"v:\cdl\debug\lib"
167 # ADD LINK32 wxmswd.lib pngd.lib zlibd.lib jpegd.lib tiffd.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 winmm.lib shlwapi.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82d.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"v:/ConfigToolWX/ANSIDebug/configtool.exe" /pdbtype:sept /libpath:"v:\cdl\debug\lib"
168
169 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Release for Recent wxWin"
170
171 # PROP BASE Use_MFC 0
172 # PROP BASE Use_Debug_Libraries 0
173 # PROP BASE Output_Dir "ConfigtoolVC___Win32_ANSI_Release_for_Recent_wxWin"
174 # PROP BASE Intermediate_Dir "ConfigtoolVC___Win32_ANSI_Release_for_Recent_wxWin"
175 # PROP BASE Ignore_Export_Lib 0
176 # PROP BASE Target_Dir ""
177 # PROP Use_MFC 0
178 # PROP Use_Debug_Libraries 0
179 # PROP Output_Dir "v:\ConfigToolWX\ANSIRelease"
180 # PROP Intermediate_Dir "v:\ConfigToolWX\ANSIRelease"
181 # PROP Ignore_Export_Lib 0
182 # PROP Target_Dir ""
183 # ADD BASE CPP /nologo /MD /W3 /GR /GX /O1 /Ob2 /I "v:\cdl\Release\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"ecpch.h" /FD /c
184 # ADD CPP /nologo /MD /W3 /GR /GX /O1 /Ob2 /I "v:\cdl\Release\include" /I "..\..\common\common" /I "..\..\..\Utils\common" /I "..\..\..\ecostest\common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"ecpch.h" /FD /c
185 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
186 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
187 # ADD BASE RSC /l 0x809 /d "NDEBUG"
188 # ADD RSC /l 0x809 /d "NDEBUG"
189 BSC32=bscmake.exe
190 # ADD BASE BSC32 /nologo
191 # ADD BSC32 /nologo
192 LINK32=link.exe
193 # ADD BASE LINK32 wx.lib png.lib zlib.lib jpeg.lib tiff.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 shlwapi.lib winmm.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"v:/ConfigToolWX/ANSIRelease/configtool.exe" /libpath:"v:\cdl\release\lib"
194 # ADD LINK32 wxmsw.lib png.lib zlib.lib jpeg.lib tiff.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 shlwapi.lib winmm.lib htmlhelp.lib cyginfra.lib cdl.lib tcl82.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"v:/ConfigToolWX/ANSIRelease/configtool.exe" /libpath:"v:\cdl\release\lib"
195
196 !ENDIF 
197
198 # Begin Target
199
200 # Name "ConfigtoolVC - Win32 Release"
201 # Name "ConfigtoolVC - Win32 Debug"
202 # Name "ConfigtoolVC - Win32 ANSI Debug"
203 # Name "ConfigtoolVC - Win32 ANSI Release"
204 # Name "ConfigtoolVC - Win32 ANSI Debug For Recent wxWin"
205 # Name "ConfigtoolVC - Win32 ANSI Release for Recent wxWin"
206 # Begin Group "GUI files"
207
208 # PROP Default_Filter ""
209 # Begin Source File
210
211 SOURCE=.\aboutdlg.cpp
212 # End Source File
213 # Begin Source File
214
215 SOURCE=.\aboutdlg.h
216 # End Source File
217 # Begin Source File
218
219 SOURCE=.\admindlg.cpp
220 # End Source File
221 # Begin Source File
222
223 SOURCE=.\admindlg.h
224 # End Source File
225 # Begin Source File
226
227 SOURCE=.\appsettings.cpp
228 # End Source File
229 # Begin Source File
230
231 SOURCE=.\appsettings.h
232 # End Source File
233 # Begin Source File
234
235 SOURCE=.\buildoptionsdlg.cpp
236 # End Source File
237 # Begin Source File
238
239 SOURCE=.\buildoptionsdlg.h
240 # End Source File
241 # Begin Source File
242
243 SOURCE=.\choosereposdlg.cpp
244 # End Source File
245 # Begin Source File
246
247 SOURCE=.\choosereposdlg.h
248 # End Source File
249 # Begin Source File
250
251 SOURCE=.\configitem.cpp
252 # End Source File
253 # Begin Source File
254
255 SOURCE=.\configitem.h
256 # End Source File
257 # Begin Source File
258
259 SOURCE=.\configpropdlg.cpp
260 # End Source File
261 # Begin Source File
262
263 SOURCE=.\configpropdlg.h
264 # End Source File
265 # Begin Source File
266
267 SOURCE=.\configtool.cpp
268 # ADD CPP /I "..\..\..\include" /Yc"ecpch.h"
269 # End Source File
270 # Begin Source File
271
272 SOURCE=.\configtool.h
273 # End Source File
274 # Begin Source File
275
276 SOURCE=.\configtool.rc
277 # ADD BASE RSC /l 0x809
278 # ADD RSC /l 0x809
279 # End Source File
280 # Begin Source File
281
282 SOURCE=.\configtooldoc.cpp
283 # End Source File
284 # Begin Source File
285
286 SOURCE=.\configtooldoc.h
287 # End Source File
288 # Begin Source File
289
290 SOURCE=.\configtoolview.cpp
291 # End Source File
292 # Begin Source File
293
294 SOURCE=.\configtoolview.h
295 # End Source File
296 # Begin Source File
297
298 SOURCE=.\configtree.cpp
299 # End Source File
300 # Begin Source File
301
302 SOURCE=.\configtree.h
303 # End Source File
304 # Begin Source File
305
306 SOURCE=.\conflictsdlg.cpp
307 # End Source File
308 # Begin Source File
309
310 SOURCE=.\conflictsdlg.h
311 # End Source File
312 # Begin Source File
313
314 SOURCE=.\conflictwin.cpp
315 # End Source File
316 # Begin Source File
317
318 SOURCE=.\conflictwin.h
319 # End Source File
320 # Begin Source File
321
322 SOURCE=.\docsystem.cpp
323 # End Source File
324 # Begin Source File
325
326 SOURCE=.\docsystem.h
327 # End Source File
328 # Begin Source File
329
330 SOURCE=.\ecpch.h
331 # End Source File
332 # Begin Source File
333
334 SOURCE=.\ecscrolwin.cpp
335 # ADD CPP /Yu
336 # End Source File
337 # Begin Source File
338
339 SOURCE=.\ecscrolwin.h
340 # End Source File
341 # Begin Source File
342
343 SOURCE=.\ecutils.cpp
344 # End Source File
345 # Begin Source File
346
347 SOURCE=.\ecutils.h
348 # End Source File
349 # Begin Source File
350
351 SOURCE=.\filename.cpp
352 # End Source File
353 # Begin Source File
354
355 SOURCE=.\filename.h
356 # End Source File
357 # Begin Source File
358
359 SOURCE=.\finddlg.cpp
360 # End Source File
361 # Begin Source File
362
363 SOURCE=.\finddlg.h
364 # End Source File
365 # Begin Source File
366
367 SOURCE=.\folderdlg.cpp
368 # End Source File
369 # Begin Source File
370
371 SOURCE=.\folderdlg.h
372 # End Source File
373 # Begin Source File
374
375 SOURCE=.\htmlparser.cpp
376 # End Source File
377 # Begin Source File
378
379 SOURCE=.\htmlparser.h
380 # End Source File
381 # Begin Source File
382
383 SOURCE=.\licensedlg.cpp
384 # End Source File
385 # Begin Source File
386
387 SOURCE=.\licensedlg.h
388 # End Source File
389 # Begin Source File
390
391 SOURCE=.\mainwin.cpp
392
393 !IF  "$(CFG)" == "ConfigtoolVC - Win32 Release"
394
395 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 Debug"
396
397 # ADD CPP /Yu
398
399 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Debug"
400
401 # ADD BASE CPP /Yu
402 # ADD CPP /Yu
403
404 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Release"
405
406 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Debug For Recent wxWin"
407
408 # ADD BASE CPP /Yu
409 # ADD CPP /Yu
410
411 !ELSEIF  "$(CFG)" == "ConfigtoolVC - Win32 ANSI Release for Recent wxWin"
412
413 !ENDIF 
414
415 # End Source File
416 # Begin Source File
417
418 SOURCE=.\mainwin.h
419 # End Source File
420 # Begin Source File
421
422 SOURCE=.\memmap.cpp
423 # End Source File
424 # Begin Source File
425
426 SOURCE=.\memmap.h
427 # End Source File
428 # Begin Source File
429
430 SOURCE=.\mltwin.cpp
431 # End Source File
432 # Begin Source File
433
434 SOURCE=.\mltwin.h
435 # End Source File
436 # Begin Source File
437
438 SOURCE=.\msgdlgex.cpp
439 # End Source File
440 # Begin Source File
441
442 SOURCE=.\msgdlgex.h
443 # End Source File
444 # Begin Source File
445
446 SOURCE=.\outputwin.cpp
447 # End Source File
448 # Begin Source File
449
450 SOURCE=.\outputwin.h
451 # End Source File
452 # Begin Source File
453
454 SOURCE=.\packagesdlg.cpp
455 # End Source File
456 # Begin Source File
457
458 SOURCE=.\packagesdlg.h
459 # End Source File
460 # Begin Source File
461
462 SOURCE=.\platformeditordlg.cpp
463 # End Source File
464 # Begin Source File
465
466 SOURCE=.\platformeditordlg.h
467 # End Source File
468 # Begin Source File
469
470 SOURCE=.\platformsdlg.cpp
471 # End Source File
472 # Begin Source File
473
474 SOURCE=.\platformsdlg.h
475 # End Source File
476 # Begin Source File
477
478 SOURCE=.\propertywin.cpp
479 # End Source File
480 # Begin Source File
481
482 SOURCE=.\propertywin.h
483 # End Source File
484 # Begin Source File
485
486 SOURCE=.\reposdlg.cpp
487 # End Source File
488 # Begin Source File
489
490 SOURCE=.\reposdlg.h
491 # End Source File
492 # Begin Source File
493
494 SOURCE=.\runtestsdlg.cpp
495 # End Source File
496 # Begin Source File
497
498 SOURCE=.\runtestsdlg.h
499 # End Source File
500 # Begin Source File
501
502 SOURCE=.\sectiondlg.cpp
503 # End Source File
504 # Begin Source File
505
506 SOURCE=.\sectiondlg.h
507 # End Source File
508 # Begin Source File
509
510 SOURCE=.\settingsdlg.cpp
511 # End Source File
512 # Begin Source File
513
514 SOURCE=.\settingsdlg.h
515 # End Source File
516 # Begin Source File
517
518 SOURCE=.\shortdescrwin.cpp
519 # End Source File
520 # Begin Source File
521
522 SOURCE=.\shortdescrwin.h
523 # End Source File
524 # Begin Source File
525
526 SOURCE=.\solutionswin.cpp
527 # End Source File
528 # Begin Source File
529
530 SOURCE=.\solutionswin.h
531 # End Source File
532 # Begin Source File
533
534 SOURCE=.\splittree.cpp
535 # End Source File
536 # Begin Source File
537
538 SOURCE=.\splittree.h
539 # End Source File
540 # Begin Source File
541
542 SOURCE=.\templatesdlg.cpp
543 # End Source File
544 # Begin Source File
545
546 SOURCE=.\templatesdlg.h
547 # End Source File
548 # End Group
549 # Begin Group "Common files"
550
551 # PROP Default_Filter ""
552 # Begin Source File
553
554 SOURCE=..\..\common\common\build.cxx
555 # SUBTRACT CPP /YX /Yc /Yu
556 # End Source File
557 # Begin Source File
558
559 SOURCE=..\..\..\Utils\common\Collections.cpp
560 # SUBTRACT CPP /YX /Yc /Yu
561 # End Source File
562 # Begin Source File
563
564 SOURCE=..\..\..\Utils\common\Collections.h
565 # End Source File
566 # Begin Source File
567
568 SOURCE=..\..\..\Utils\common\eCosSerial.cpp
569 # SUBTRACT CPP /YX /Yc /Yu
570 # End Source File
571 # Begin Source File
572
573 SOURCE=..\..\..\Utils\common\eCosSerial.h
574 # End Source File
575 # Begin Source File
576
577 SOURCE=..\..\..\Utils\common\eCosSocket.cpp
578 # SUBTRACT CPP /YX /Yc /Yu
579 # End Source File
580 # Begin Source File
581
582 SOURCE=..\..\..\Utils\common\eCosSocket.h
583 # End Source File
584 # Begin Source File
585
586 SOURCE=..\..\..\Utils\common\eCosStd.cpp
587 # SUBTRACT CPP /YX /Yc /Yu
588 # End Source File
589 # Begin Source File
590
591 SOURCE=..\..\..\Utils\common\eCosStd.h
592 # End Source File
593 # Begin Source File
594
595 SOURCE=..\..\..\ecostest\common\eCosTest.cpp
596 # SUBTRACT CPP /YX /Yc /Yu
597 # End Source File
598 # Begin Source File
599
600 SOURCE=..\..\..\ecostest\common\eCosTest.h
601 # End Source File
602 # Begin Source File
603
604 SOURCE=..\..\..\ecostest\common\eCosTestDownloadFilter.cpp
605 # SUBTRACT CPP /YX /Yc /Yu
606 # End Source File
607 # Begin Source File
608
609 SOURCE=..\..\..\ecostest\common\eCosTestDownloadFilter.h
610 # End Source File
611 # Begin Source File
612
613 SOURCE=..\..\..\ecostest\common\eCosTestPlatform.cpp
614 # SUBTRACT CPP /YX /Yc /Yu
615 # End Source File
616 # Begin Source File
617
618 SOURCE=..\..\..\ecostest\common\eCosTestPlatform.h
619 # End Source File
620 # Begin Source File
621
622 SOURCE=..\..\..\ecostest\common\eCosTestSerialFilter.cpp
623 # SUBTRACT CPP /YX /Yc /Yu
624 # End Source File
625 # Begin Source File
626
627 SOURCE=..\..\..\ecostest\common\eCosTestSerialFilter.h
628 # End Source File
629 # Begin Source File
630
631 SOURCE=..\..\..\ecostest\common\eCosTestUtils.cpp
632 # SUBTRACT CPP /YX /Yc /Yu
633 # End Source File
634 # Begin Source File
635
636 SOURCE=..\..\..\ecostest\common\eCosTestUtils.h
637 # End Source File
638 # Begin Source File
639
640 SOURCE=..\..\..\Utils\common\eCosThreadUtils.cpp
641 # SUBTRACT CPP /YX /Yc /Yu
642 # End Source File
643 # Begin Source File
644
645 SOURCE=..\..\..\Utils\common\eCosThreadUtils.h
646 # End Source File
647 # Begin Source File
648
649 SOURCE=..\..\..\Utils\common\eCosTrace.cpp
650 # SUBTRACT CPP /YX /Yc /Yu
651 # End Source File
652 # Begin Source File
653
654 SOURCE=..\..\..\Utils\common\eCosTrace.h
655 # End Source File
656 # Begin Source File
657
658 SOURCE=..\..\common\common\flags.cxx
659 # SUBTRACT CPP /YX /Yc /Yu
660 # End Source File
661 # Begin Source File
662
663 SOURCE=..\..\..\Utils\common\Properties.cpp
664 # SUBTRACT CPP /YX /Yc /Yu
665 # End Source File
666 # Begin Source File
667
668 SOURCE=..\..\..\Utils\common\Properties.h
669 # End Source File
670 # Begin Source File
671
672 SOURCE=..\..\..\ecostest\common\ResetAttributes.cpp
673 # SUBTRACT CPP /YX /Yc /Yu
674 # End Source File
675 # Begin Source File
676
677 SOURCE=..\..\..\ecostest\common\ResetAttributes.h
678 # End Source File
679 # Begin Source File
680
681 SOURCE=..\..\..\Utils\common\Subprocess.cpp
682 # SUBTRACT CPP /YX /Yc /Yu
683 # End Source File
684 # Begin Source File
685
686 SOURCE=..\..\..\Utils\common\Subprocess.h
687 # End Source File
688 # Begin Source File
689
690 SOURCE=..\..\..\ecostest\common\TestResource.cpp
691 # SUBTRACT CPP /YX /Yc /Yu
692 # End Source File
693 # Begin Source File
694
695 SOURCE=..\..\..\ecostest\common\TestResource.h
696 # End Source File
697 # Begin Source File
698
699 SOURCE=..\..\..\Utils\common\wcharunix.h
700 # End Source File
701 # End Group
702 # Begin Group "Doc & Setup files"
703
704 # PROP Default_Filter ""
705 # Begin Source File
706
707 SOURCE=.\about.htm
708 # End Source File
709 # Begin Source File
710
711 SOURCE=..\..\..\..\ChangeLog
712 # End Source File
713 # Begin Source File
714
715 SOURCE=.\CHANGES.txt
716 # End Source File
717 # Begin Source File
718
719 SOURCE=.\setup\innobott.txt
720 # End Source File
721 # Begin Source File
722
723 SOURCE=.\setup\innotop.txt
724 # End Source File
725 # Begin Source File
726
727 SOURCE=.\Makefile
728 # End Source File
729 # Begin Source File
730
731 SOURCE=.\setup\makesetup.sh
732 # End Source File
733 # Begin Source File
734
735 SOURCE=.\setup\maketarball.sh
736 # End Source File
737 # Begin Source File
738
739 SOURCE=.\readme.html
740 # End Source File
741 # Begin Source File
742
743 SOURCE=.\README.txt
744 # End Source File
745 # Begin Source File
746
747 SOURCE=.\symbols.h
748 # End Source File
749 # Begin Source File
750
751 SOURCE=.\TODO.txt
752 # End Source File
753 # End Group
754 # Begin Source File
755
756 SOURCE=..\..\ChangeLog
757 # End Source File
758 # End Target
759 # End Project