1 #!#############################################################################
3 #! Purpose: tmake template file from which the VC++ 6.0 project file for
4 #! building all configurations of wxMSW library wxWindows.dsp
5 #! is generated by running
6 #! tmake -t vc6msw wxwin.pro -o wxWindows.dsp
7 #! Author: Vadim Zeitlin
10 #!#############################################################################
13 use wxVersion qw(GetVersion);
15 #! include the code which parses filelist.txt file and initializes
16 #! %wxCommon, %wxGeneric and %wxMSW hashes.
17 IncludeTemplate("filelist.t");
19 #! now transform these hashes into $project tags
20 foreach $file (sort keys %wxGeneric) {
21 next if $wxGeneric{$file} =~ /\b(PS|G|16|U)\b/;
22 $project{"WXGENERICSRCS"} .= $file . " "
25 foreach $file (sort keys %wxCommon) {
26 next if $wxCommon{$file} =~ /\b(16|U)\b/;
28 my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
29 $project{$tag} .= $file . " "
32 foreach $file (sort keys %wxMSW) {
33 next if $wxMSW{$file} =~ /\b16\b/;
36 if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
37 else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
38 $project{$tag} .= $file . " "
41 foreach $file (sort keys %wxHTML) {
42 next if $wxHTML{$file} =~ /\b(16|U)\b/;
43 $project{"WXHTMLSRCS"} .= $file . " "
46 foreach $file (sort keys %wxWXINCLUDE) {
47 next if $file =~ /setup.h/;
48 next if $file =~ /[^.]*.cpp$/;
49 $project{"WXHEADERS"} .= $file . " "
52 foreach $file (sort keys %wxGENERICINCLUDE) {
53 next if $wxGeneric{$file} =~ /\b(PS|G|16|U)\b/;
54 $project{"WXGENERICHEADERS"} .= $file . " "
57 foreach $file (sort keys %wxMSWINCLUDE) {
58 next if $file =~ /setup0?.h/;
59 $project{"WXMSWHEADERS"} .= $file . " "
62 foreach $file (sort keys %wxHTMLINCLUDE) {
63 $project{"WXHTMLHEADERS"} .= $file . " "
66 #! LINK_VERSION is the value of the linker /version switch,
67 #! DLL_VERSION is the version string for the DLL filename
68 my %versions = GetVersion();
69 my ($verMaj, $verMin) = ( $versions{'MAJOR'}, $versions{'MINOR'} );
70 $project{"LINK_VERSION"} = "$verMaj.$verMin";
71 $project{"DLL_VERSION"} = "$verMaj$verMin";
73 # Microsoft Developer Studio Project File - Name="wxWindows" - Package Owner=<4>
74 # Microsoft Developer Studio Generated Build File, Format Version 6.00
77 # TARGTYPE "Win32 (x86) Static Library" 0x0104
78 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
80 CFG=wxWindows - Win32 Debug
81 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
82 !MESSAGE use the Export Makefile command and run
84 !MESSAGE NMAKE /f "wxWindows.mak".
86 !MESSAGE You can specify a configuration when running NMAKE
87 !MESSAGE by defining the macro CFG on the command line. For example:
89 !MESSAGE NMAKE /f "wxWindows.mak" CFG="wxWindows - Win32 Debug"
91 !MESSAGE Possible choices for configuration are:
93 !MESSAGE "wxWindows - Win32 Release Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library")
94 !MESSAGE "wxWindows - Win32 Debug Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library")
95 !MESSAGE "wxWindows - Win32 Release Unicode" (based on "Win32 (x86) Static Library")
96 !MESSAGE "wxWindows - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")
97 !MESSAGE "wxWindows - Win32 Release DLL" (based on "Win32 (x86) Dynamic-Link Library")
98 !MESSAGE "wxWindows - Win32 Debug DLL" (based on "Win32 (x86) Dynamic-Link Library")
99 !MESSAGE "wxWindows - Win32 Release" (based on "Win32 (x86) Static Library")
100 !MESSAGE "wxWindows - Win32 Debug" (based on "Win32 (x86) Static Library")
104 # PROP AllowPerConfigDependencies 0
105 # PROP Scc_ProjName ""
106 # PROP Scc_LocalPath ""
110 !IF "$(CFG)" == "wxWindows - Win32 Release Unicode DLL"
112 # PROP BASE Use_MFC 0
113 # PROP BASE Use_Debug_Libraries 0
114 # PROP BASE Output_Dir "../lib"
115 # PROP BASE Intermediate_Dir "../ReleaseUnicodeDll"
116 # PROP BASE Target_Dir ""
118 # PROP Use_Debug_Libraries 0
119 # PROP Output_Dir "../lib"
120 # PROP Intermediate_Dir "../ReleaseUnicodeDll"
121 # PROP Ignore_Export_Lib 0
123 # ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /c
124 # ADD CPP /nologo /MD /W4 /O2 /I "../lib/mswdllu" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
125 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
126 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
127 # ADD BASE RSC /l 0x409 /d "NDEBUG"
128 # ADD RSC /l 0x409 /i "../include" /d "NDEBUG"
130 # ADD BASE BSC32 /nologo
133 # 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 winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo /dll /machine:I386 /out:"../lib/wxmsw#$ $text = $project{"DLL_VERSION"} . 'u.dll"'
134 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo #$ $text = '/version:' . $project{LINK_VERSION} . ' /dll /machine:I386 /out:"../lib/wxmsw' . $project{DLL_VERSION} . 'u.dll"'
136 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode DLL"
138 # PROP BASE Use_MFC 0
139 # PROP BASE Use_Debug_Libraries 1
140 # PROP BASE Output_Dir "../lib"
141 # PROP BASE Intermediate_Dir "../DebugUnicodeDll"
142 # PROP BASE Target_Dir ""
144 # PROP Use_Debug_Libraries 1
145 # PROP Output_Dir "../lib"
146 # PROP Intermediate_Dir "../DebugUnicodeDll"
147 # PROP Ignore_Export_Lib 0
149 # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /GZ /c
150 # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswdllud" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
151 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
152 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
153 # ADD BASE RSC /l 0x409 /d "_DEBUG"
154 # ADD RSC /l 0x409 /i "../include" /d "_DEBUG"
156 # ADD BASE BSC32 /nologo
159 # 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 winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /dll /debug /machine:I386 /pdbtype:sept /out:"../lib/wxmsw#$ $text = $project{"DLL_VERSION"} . 'ud.dll"'
160 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /nologo #$ $text = '/version:' . $project{LINK_VERSION} . ' /dll /machine:I386 /out:"../lib/wxmsw' . $project{DLL_VERSION} . 'ud.dll"'
162 !ELSEIF "$(CFG)" == "wxWindows - Win32 Release Unicode"
164 # PROP BASE Use_MFC 0
165 # PROP BASE Use_Debug_Libraries 0
166 # PROP BASE Output_Dir "../lib"
167 # PROP BASE Intermediate_Dir "../ReleaseUnicode"
168 # PROP BASE Target_Dir ""
170 # PROP Use_Debug_Libraries 0
171 # PROP Output_Dir "../lib"
172 # PROP Intermediate_Dir "../ReleaseUnicode"
174 # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
175 # ADD CPP /nologo /MD /W4 /O2 /I "../lib/mswu" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
176 # ADD BASE RSC /l 0x409
179 # ADD BASE BSC32 /nologo
182 # ADD BASE LIB32 /nologo
183 # ADD LIB32 /nologo /out:"..\lib\wxmswu.lib"
185 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode"
187 # PROP BASE Use_MFC 0
188 # PROP BASE Use_Debug_Libraries 1
189 # PROP BASE Output_Dir "../lib"
190 # PROP BASE Intermediate_Dir "../DebugUnicode"
191 # PROP BASE Target_Dir ""
193 # PROP Use_Debug_Libraries 1
194 # PROP Output_Dir "../lib"
195 # PROP Intermediate_Dir "../DebugUnicode"
197 # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
198 # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswud" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "_DEBUG" /D "__WXDEBUG__" /D WINVER=0x0400 /D "STRICT" /D "_UNICODE" /D "UNICODE" /Yu"wx/wxprec.h" /FD /c
199 # ADD BASE RSC /l 0x409
202 # ADD BASE BSC32 /nologo
205 # ADD BASE LIB32 /nologo
206 # ADD LIB32 /nologo /out:"..\lib\wxmswud.lib"
208 !ELSEIF "$(CFG)" == "wxWindows - Win32 Release DLL"
210 # PROP BASE Use_MFC 0
211 # PROP BASE Use_Debug_Libraries 0
212 # PROP BASE Output_Dir "../lib"
213 # PROP BASE Intermediate_Dir "../ReleaseDll"
214 # PROP BASE Target_Dir ""
216 # PROP Use_Debug_Libraries 0
217 # PROP Output_Dir "../lib"
218 # PROP Intermediate_Dir "../ReleaseDll"
219 # PROP Ignore_Export_Lib 0
221 # ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /c
222 # ADD CPP /nologo /MD /W4 /O2 /I "../lib/mswdll" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /Yu"wx/wxprec.h" /FD /c
223 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
224 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
225 # ADD BASE RSC /l 0x409 /d "NDEBUG"
226 # ADD RSC /l 0x409 /i "../include" /d "NDEBUG"
228 # ADD BASE BSC32 /nologo
231 # 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 winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo /dll /machine:I386 /out:"../lib/wxmsw#$ $text = $project{"DLL_VERSION"} . '.dll"'
232 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpeg.lib ..\lib\tiff.lib ..\lib\png.lib ..\lib\regex.lib ..\lib\zlib.lib /nologo #$ $text = '/version:' . $project{LINK_VERSION} . ' /dll /machine:I386 /out:"../lib/wxmsw' . $project{DLL_VERSION} . '.dll"'
234 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug DLL"
236 # PROP BASE Use_MFC 0
237 # PROP BASE Use_Debug_Libraries 1
238 # PROP BASE Output_Dir "../lib"
239 # PROP BASE Intermediate_Dir "../DebugDll"
240 # PROP BASE Target_Dir ""
242 # PROP Use_Debug_Libraries 1
243 # PROP Output_Dir "../lib"
244 # PROP Intermediate_Dir "../DebugDll"
245 # PROP Ignore_Export_Lib 0
247 # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WXWINDLL_EXPORTS" /YX /FD /GZ /c
248 # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswdlld" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "_USRDLL" /D "WIN32" /D "_DEBUG" /D WINVER=0x0400 /D "STRICT" /D "WXMAKINGDLL" /Yu"wx/wxprec.h" /FD /c
249 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
250 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
251 # ADD BASE RSC /l 0x409 /d "_DEBUG"
252 # ADD RSC /l 0x409 /i "../include" /d "_DEBUG"
254 # ADD BASE BSC32 /nologo
257 # 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 winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /dll /debug /machine:I386 /pdbtype:sept /out:"../lib/wxmsw#$ $text = $project{"DLL_VERSION"} . 'd.dll"'
258 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib comdlg32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib uuid.lib rpcrt4.lib comctl32.lib wsock32.lib winmm.lib ..\lib\jpegd.lib ..\lib\tiffd.lib ..\lib\pngd.lib ..\lib\regexd.lib ..\lib\zlibd.lib /nologo #$ $text = '/version:' . $project{LINK_VERSION} . ' /dll /machine:I386 /out:"../lib/wxmsw' . $project{DLL_VERSION} . 'd.dll"'
260 !ELSEIF "$(CFG)" == "wxWindows - Win32 Release"
262 # PROP BASE Use_MFC 0
263 # PROP BASE Use_Debug_Libraries 0
264 # PROP BASE Output_Dir "../lib"
265 # PROP BASE Intermediate_Dir "../Release"
266 # PROP BASE Target_Dir ""
268 # PROP Use_Debug_Libraries 0
269 # PROP Output_Dir "../lib"
270 # PROP Intermediate_Dir "../Release"
272 # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
273 # ADD CPP /nologo /MD /W4 /O2 /I "../lib/msw" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c
274 # ADD BASE RSC /l 0x409
277 # ADD BASE BSC32 /nologo
280 # ADD BASE LIB32 /nologo
281 # ADD LIB32 /nologo /out:"..\lib\wxmsw.lib"
283 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug"
285 # PROP BASE Use_MFC 0
286 # PROP BASE Use_Debug_Libraries 1
287 # PROP BASE Output_Dir "../lib"
288 # PROP BASE Intermediate_Dir "../Debug"
289 # PROP BASE Target_Dir ""
291 # PROP Use_Debug_Libraries 1
292 # PROP Output_Dir "../lib"
293 # PROP Intermediate_Dir "../Debug"
295 # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
296 # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/mswd" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "_DEBUG" /D "__WXDEBUG__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c
297 # ADD BASE RSC /l 0x409
300 # ADD BASE BSC32 /nologo
303 # ADD BASE LIB32 /nologo
304 # ADD LIB32 /nologo /out:"..\lib\wxmswd.lib"
310 # Name "wxWindows - Win32 Release Unicode DLL"
311 # Name "wxWindows - Win32 Debug Unicode DLL"
312 # Name "wxWindows - Win32 Release Unicode"
313 # Name "wxWindows - Win32 Debug Unicode"
314 # Name "wxWindows - Win32 Release DLL"
315 # Name "wxWindows - Win32 Debug DLL"
316 # Name "wxWindows - Win32 Release"
317 # Name "wxWindows - Win32 Debug"
318 # Begin Group "Common Files"
320 # PROP Default_Filter ""
321 #$ ExpandGlue("WXCOMMONSRCS", "# Begin Source File\n\nSOURCE=.\\common\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\common\\", "\n# End Source File\n");
322 #$ ExpandGlue("WXCSRCS", "# Begin Source File\n\nSOURCE=.\\common\\", "\n# SUBTRACT CPP /YX /Yc /Yu\n# End Source File\n# Begin Source File\n\nSOURCE=.\\common\\", "\n# SUBTRACT CPP /YX /Yc /Yu\n# End Source File\n");
325 SOURCE=.\common\dosyacc.c
326 # ADD CPP /W1 /D "USE_DEFINE" /D "IDE_INVOKED"
327 # SUBTRACT CPP /YX /Yc /Yu
330 # Begin Group "Generic Files"
332 # PROP Default_Filter ""
333 #$ ExpandGlue("WXGENERICSRCS", "# Begin Source File\n\nSOURCE=.\\generic\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\generic\\", "\n# End Source File\n");
335 # Begin Group "wxHTML Files"
337 # PROP Default_Filter ""
338 #$ ExpandGlue("WXHTMLSRCS", "# Begin Source File\n\nSOURCE=.\\html\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\html\\", "\n# End Source File\n");
340 # Begin Group "MSW Files"
342 # PROP Default_Filter ""
345 SOURCE=.\msw\dummy.cpp
346 # ADD CPP /Yc"wx/wxprec.h"
348 #$ ExpandGlue("WXMSWSRCS", "# Begin Source File\n\nSOURCE=.\\msw\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\msw\\", "\n# End Source File\n");
349 #$ ExpandGlue("WXMSWCSRCS", "# Begin Source File\n\nSOURCE=.\\msw\\", "\n# SUBTRACT CPP /YX /Yc /Yu\n# End Source File\n# Begin Source File\n\nSOURCE=.\\msw\\", "\n# SUBTRACT CPP /YX /Yc /Yu\n# End Source File\n");
350 # Begin Group "OLE Files"
352 # PROP Default_Filter ""
353 #$ ExpandGlue("WXOLESRCS", "# Begin Source File\n\nSOURCE=.\\msw\\ole\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\msw\\ole\\", "\n# End Source File\n");
356 # Begin Group "Headers"
358 # PROP Default_Filter ""
359 # Begin Group "Setup"
361 # PROP Default_Filter ""
364 SOURCE=..\include\wx\msw\setup.h
365 !IF "$(CFG)" == "wxWindows - Win32 Release Unicode DLL"
366 # Begin Custom Build - Creating ..\lib\mswdllu\wx\setup.h from $(InputPath)
367 InputPath=..\include\wx\msw\setup.h
369 "../lib/mswdllu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
370 copy "$(InputPath)" ..\lib\mswdllu\wx\setup.h
373 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode DLL"
374 # Begin Custom Build - Creating ..\lib\mswdllud\wx\setup.h from $(InputPath)
375 InputPath=..\include\wx\msw\setup.h
377 "../lib/mswdllud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
378 copy "$(InputPath)" ..\lib\mswdllud\wx\setup.h
381 !ELSEIF "$(CFG)" == "wxWindows - Win32 Release Unicode"
382 # Begin Custom Build - Creating ..\lib\mswu\wx\setup.h from $(InputPath)
383 InputPath=..\include\wx\msw\setup.h
385 "../lib/mswu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
386 copy "$(InputPath)" ..\lib\mswu\wx\setup.h
389 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug Unicode"
390 # Begin Custom Build - Creating ..\lib\mswud\wx\setup.h from $(InputPath)
391 InputPath=..\include\wx\msw\setup.h
393 "../lib/mswud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
394 copy "$(InputPath)" ..\lib\mswud\wx\setup.h
397 !ELSEIF "$(CFG)" == "wxWindows - Win32 Release DLL"
398 # Begin Custom Build - Creating ..\lib\mswdll\wx\setup.h from $(InputPath)
399 InputPath=..\include\wx\msw\setup.h
401 "../lib/mswdll/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
402 copy "$(InputPath)" ..\lib\mswdll\wx\setup.h
405 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug DLL"
406 # Begin Custom Build - Creating ..\lib\mswdlld\wx\setup.h from $(InputPath)
407 InputPath=..\include\wx\msw\setup.h
409 "../lib/mswdlld/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
410 copy "$(InputPath)" ..\lib\mswdlld\wx\setup.h
413 !ELSEIF "$(CFG)" == "wxWindows - Win32 Release"
414 # Begin Custom Build - Creating ..\lib\msw\wx\setup.h from $(InputPath)
415 InputPath=..\include\wx\msw\setup.h
417 "../lib/msw/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
418 copy "$(InputPath)" ..\lib\msw\wx\setup.h
421 !ELSEIF "$(CFG)" == "wxWindows - Win32 Debug"
422 # Begin Custom Build - Creating ..\lib\mswd\wx\setup.h from $(InputPath)
423 InputPath=..\include\wx\msw\setup.h
425 "../lib/mswd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
426 copy "$(InputPath)" ..\lib\mswd\wx\setup.h
432 # Begin Group "Common"
434 # PROP Default_Filter ""
435 #$ ExpandGlue("WXHEADERS", "# Begin Source File\n\nSOURCE=..\\include\\wx\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=..\\include\\wx\\", "\n# End Source File\n");
439 # PROP Default_Filter ""
440 #$ ExpandGlue("WXMSWHEADERS", "# Begin Source File\n\nSOURCE=..\\include\\wx\\msw\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=..\\include\\wx\\msw\\", "\n# End Source File\n");
442 # Begin Group "Generic"
444 # PROP Default_Filter ""
445 #$ ExpandGlue("WXGENERICHEADERS", "# Begin Source File\n\nSOURCE=..\\include\\wx\\generic\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=..\\include\\wx\\generic\\", "\n# End Source File\n");
449 # PROP Default_Filter ""
450 #$ ExpandGlue("WXHTMLHEADERS", "# Begin Source File\n\nSOURCE=..\\include\\wx\\html\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=..\\include\\wx\\html\\", "\n# End Source File\n");
455 #! vi: set sta ts=8 sw=4 noet nolist tw=0 ft=perl: