]>
Commit | Line | Data |
---|---|---|
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 | ||
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 "$(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" | |
168 | BSC32=bscmake.exe | |
169 | # ADD BASE BSC32 /nologo | |
170 | # ADD BSC32 /nologo | |
171 | LINK32=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" | |
196 | BSC32=bscmake.exe | |
197 | # ADD BASE BSC32 /nologo | |
198 | # ADD BSC32 /nologo | |
199 | LINK32=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 | ||
221 | SOURCE=.\appsettings.h | |
222 | # End Source File | |
223 | # Begin Source File | |
224 | ||
225 | SOURCE=.\configitem.h | |
226 | # End Source File | |
227 | # Begin Source File | |
228 | ||
229 | SOURCE=.\configitemselector.h | |
230 | # End Source File | |
231 | # Begin Source File | |
232 | ||
233 | SOURCE=.\configtooldoc.h | |
234 | # End Source File | |
235 | # Begin Source File | |
236 | ||
237 | SOURCE=.\configtoolview.h | |
238 | # End Source File | |
239 | # Begin Source File | |
240 | ||
241 | SOURCE=.\configtree.h | |
242 | # End Source File | |
243 | # Begin Source File | |
244 | ||
245 | SOURCE=.\custompropertydialog.h | |
246 | # End Source File | |
247 | # Begin Source File | |
248 | ||
249 | SOURCE=.\htmlparser.h | |
250 | # End Source File | |
251 | # Begin Source File | |
252 | ||
253 | SOURCE=.\mainframe.h | |
254 | # End Source File | |
255 | # Begin Source File | |
256 | ||
257 | SOURCE=.\propeditor.h | |
258 | # End Source File | |
259 | # Begin Source File | |
260 | ||
261 | SOURCE=.\property.h | |
262 | # End Source File | |
263 | # Begin Source File | |
264 | ||
265 | SOURCE=.\settingsdialog.h | |
266 | # End Source File | |
267 | # Begin Source File | |
268 | ||
269 | SOURCE=.\symbols.h | |
270 | # End Source File | |
271 | # Begin Source File | |
272 | ||
273 | SOURCE=.\utils.h | |
274 | # End Source File | |
275 | # Begin Source File | |
276 | ||
277 | SOURCE=.\wxconfigtool.h | |
278 | # End Source File | |
279 | # End Group | |
280 | # Begin Source File | |
281 | ||
282 | SOURCE=.\appsettings.cpp | |
283 | # End Source File | |
284 | # Begin Source File | |
285 | ||
286 | SOURCE=.\configitem.cpp | |
287 | # End Source File | |
288 | # Begin Source File | |
289 | ||
290 | SOURCE=.\configitemselector.cpp | |
291 | # End Source File | |
292 | # Begin Source File | |
293 | ||
294 | SOURCE=.\configtooldoc.cpp | |
295 | # End Source File | |
296 | # Begin Source File | |
297 | ||
298 | SOURCE=.\configtoolview.cpp | |
299 | # End Source File | |
300 | # Begin Source File | |
301 | ||
302 | SOURCE=.\configtree.cpp | |
303 | # End Source File | |
304 | # Begin Source File | |
305 | ||
306 | SOURCE=.\custompropertydialog.cpp | |
307 | # End Source File | |
308 | # Begin Source File | |
309 | ||
310 | SOURCE=.\htmlparser.cpp | |
311 | # End Source File | |
312 | # Begin Source File | |
313 | ||
314 | SOURCE=.\mainframe.cpp | |
315 | # SUBTRACT CPP /YX /Yc /Yu | |
316 | # End Source File | |
317 | # Begin Source File | |
318 | ||
319 | SOURCE=.\makefile.b32 | |
320 | # End Source File | |
321 | # Begin Source File | |
322 | ||
323 | SOURCE=.\propeditor.cpp | |
324 | # End Source File | |
325 | # Begin Source File | |
326 | ||
327 | SOURCE=.\property.cpp | |
328 | # End Source File | |
329 | # Begin Source File | |
330 | ||
331 | SOURCE=.\settingsdialog.cpp | |
332 | # End Source File | |
333 | # Begin Source File | |
334 | ||
335 | SOURCE=.\utils.cpp | |
336 | # End Source File | |
337 | # Begin Source File | |
338 | ||
339 | SOURCE=.\wxconfigtool.cpp | |
340 | # SUBTRACT CPP /YX /Yc | |
341 | # End Source File | |
342 | # Begin Source File | |
343 | ||
344 | SOURCE=.\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 | ||
385 | SOURCE=..\docs\licence.txt | |
386 | # End Source File | |
387 | # Begin Source File | |
388 | ||
389 | SOURCE=..\docs\notes.txt | |
390 | # End Source File | |
391 | # Begin Source File | |
392 | ||
393 | SOURCE="..\docs\readme-after.txt" | |
394 | # End Source File | |
395 | # Begin Source File | |
396 | ||
397 | SOURCE=..\docs\readme.txt | |
398 | # End Source File | |
399 | # Begin Source File | |
400 | ||
401 | SOURCE=..\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 | ||
413 | SOURCE=..\scripts\buildapp | |
414 | # End Source File | |
415 | # Begin Source File | |
416 | ||
417 | SOURCE=..\scripts\innobott.txt | |
418 | # End Source File | |
419 | # Begin Source File | |
420 | ||
421 | SOURCE=..\scripts\innotop.txt | |
422 | # End Source File | |
423 | # Begin Source File | |
424 | ||
425 | SOURCE=..\scripts\makeapp | |
426 | # End Source File | |
427 | # Begin Source File | |
428 | ||
429 | SOURCE=.\Makefile | |
430 | # End Source File | |
431 | # Begin Source File | |
432 | ||
433 | SOURCE=..\scripts\makeinno.sh | |
434 | # End Source File | |
435 | # Begin Source File | |
436 | ||
437 | SOURCE=.\makeprog.env | |
438 | # End Source File | |
439 | # Begin Source File | |
440 | ||
441 | SOURCE=..\scripts\makesetup.sh | |
442 | # End Source File | |
443 | # Begin Source File | |
444 | ||
445 | SOURCE=..\scripts\maketarball.sh | |
446 | # End Source File | |
447 | # Begin Source File | |
448 | ||
449 | SOURCE=..\scripts\setup.var | |
450 | # End Source File | |
451 | # End Group | |
452 | # Begin Group "Manual" | |
453 | ||
454 | # PROP Default_Filter "" | |
455 | # Begin Source File | |
456 | ||
457 | SOURCE=..\docs\manual\configtool.tex | |
458 | # End Source File | |
459 | # Begin Source File | |
460 | ||
461 | SOURCE=..\docs\manual\Makefile | |
462 | # End Source File | |
463 | # Begin Source File | |
464 | ||
465 | SOURCE=..\docs\manual\makefile.vc | |
466 | # End Source File | |
467 | # Begin Source File | |
468 | ||
469 | SOURCE=..\docs\manual\tex2rtf.ini | |
470 | # End Source File | |
471 | # End Group | |
01ebf752 JS |
472 | # Begin Source File |
473 | ||
474 | SOURCE=.\wx\msw\blank.cur | |
475 | # End Source File | |
476 | # Begin Source File | |
477 | ||
478 | SOURCE=.\wx\msw\bullseye.cur | |
479 | # End Source File | |
480 | # Begin Source File | |
481 | ||
482 | SOURCE=.\wx\msw\cdrom.ico | |
483 | # End Source File | |
484 | # Begin Source File | |
485 | ||
486 | SOURCE=.\wx\msw\computer.ico | |
487 | # End Source File | |
488 | # Begin Source File | |
489 | ||
490 | SOURCE=.\wx\msw\drive.ico | |
491 | # End Source File | |
492 | # Begin Source File | |
493 | ||
494 | SOURCE=.\wx\msw\file1.ico | |
495 | # End Source File | |
496 | # Begin Source File | |
497 | ||
498 | SOURCE=.\wx\msw\floppy.ico | |
499 | # End Source File | |
500 | # Begin Source File | |
501 | ||
502 | SOURCE=.\wx\msw\folder1.ico | |
503 | # End Source File | |
504 | # Begin Source File | |
505 | ||
506 | SOURCE=.\wx\msw\folder2.ico | |
507 | # End Source File | |
508 | # Begin Source File | |
509 | ||
510 | SOURCE=.\wx\msw\hand.cur | |
511 | # End Source File | |
512 | # Begin Source File | |
513 | ||
514 | SOURCE=.\wx\msw\magnif1.cur | |
515 | # End Source File | |
516 | # Begin Source File | |
517 | ||
518 | SOURCE=.\wx\msw\noentry.cur | |
519 | # End Source File | |
520 | # Begin Source File | |
521 | ||
522 | SOURCE=.\wx\msw\pbrush.cur | |
523 | # End Source File | |
524 | # Begin Source File | |
525 | ||
526 | SOURCE=.\wx\msw\pencil.cur | |
527 | # End Source File | |
528 | # Begin Source File | |
529 | ||
530 | SOURCE=.\wx\msw\pntleft.cur | |
531 | # End Source File | |
532 | # Begin Source File | |
533 | ||
534 | SOURCE=.\wx\msw\pntright.cur | |
535 | # End Source File | |
536 | # Begin Source File | |
537 | ||
538 | SOURCE=.\wx\msw\query.cur | |
539 | # End Source File | |
540 | # Begin Source File | |
541 | ||
542 | SOURCE=.\wx\msw\removble.ico | |
543 | # End Source File | |
544 | # Begin Source File | |
545 | ||
546 | SOURCE=.\wx\msw\rightarr.cur | |
547 | # End Source File | |
548 | # Begin Source File | |
549 | ||
550 | SOURCE=.\wx\msw\roller.cur | |
551 | # End Source File | |
552 | # Begin Source File | |
553 | ||
554 | SOURCE=.\wx\msw\size.cur | |
555 | # End Source File | |
556 | # Begin Source File | |
557 | ||
558 | SOURCE=.\wx\msw\watch1.cur | |
559 | # End Source File | |
560 | # Begin Source File | |
561 | ||
562 | SOURCE=.\bitmaps\wxconfigtool.ico | |
563 | # End Source File | |
d7463f75 JS |
564 | # End Target |
565 | # End Project |