]>
Commit | Line | Data |
---|---|---|
28249f11 | 1 | # Microsoft Developer Studio Project File - Name="base" - Package Owner=<4> |
d7ac64ee VS |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
3 | # ** DO NOT EDIT ** | |
4 | ||
5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 | |
28249f11 | 6 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 |
d7ac64ee | 7 | |
28249f11 | 8 | CFG=base - Win32 DLL Release |
d7ac64ee VS |
9 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, |
10 | !MESSAGE use the Export Makefile command and run | |
11 | !MESSAGE | |
28249f11 | 12 | !MESSAGE NMAKE /f "wx_base.mak". |
d7ac64ee VS |
13 | !MESSAGE |
14 | !MESSAGE You can specify a configuration when running NMAKE | |
15 | !MESSAGE by defining the macro CFG on the command line. For example: | |
16 | !MESSAGE | |
28249f11 | 17 | !MESSAGE NMAKE /f "wx_base.mak" CFG="base - Win32 DLL Release" |
d7ac64ee VS |
18 | !MESSAGE |
19 | !MESSAGE Possible choices for configuration are: | |
20 | !MESSAGE | |
28249f11 VS |
21 | !MESSAGE "base - Win32 Debug" (based on "Win32 (x86) Static Library") |
22 | !MESSAGE "base - Win32 Release" (based on "Win32 (x86) Static Library") | |
23 | !MESSAGE "base - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") | |
24 | !MESSAGE "base - Win32 Unicode Release" (based on "Win32 (x86) Static Library") | |
25 | !MESSAGE "base - Win32 Universal Debug" (based on "Win32 (x86) Static Library") | |
26 | !MESSAGE "base - Win32 Universal Release" (based on "Win32 (x86) Static Library") | |
27 | !MESSAGE "base - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") | |
28 | !MESSAGE "base - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") | |
29 | !MESSAGE "base - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") | |
30 | !MESSAGE "base - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") | |
31 | !MESSAGE "base - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") | |
32 | !MESSAGE "base - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") | |
33 | !MESSAGE "base - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") | |
34 | !MESSAGE "base - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") | |
35 | !MESSAGE "base - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") | |
36 | !MESSAGE "base - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") | |
d7ac64ee VS |
37 | !MESSAGE |
38 | ||
39 | # Begin Project | |
40 | # PROP AllowPerConfigDependencies 0 | |
41 | # PROP Scc_ProjName "" | |
42 | # PROP Scc_LocalPath "" | |
43 | CPP=cl.exe | |
d7ac64ee VS |
44 | RSC=rc.exe |
45 | ||
28249f11 VS |
46 | !IF "$(CFG)" == "base - Win32 Debug" |
47 | ||
48 | # PROP BASE Use_MFC 0 | |
49 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 50 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
51 | # PROP BASE Intermediate_Dir "vc_mswd\base" |
52 | # PROP BASE Target_Dir "" | |
53 | # PROP Use_MFC 0 | |
54 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 55 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
56 | # PROP Intermediate_Dir "vc_mswd\base" |
57 | # PROP Target_Dir "" | |
e2412466 VS |
58 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
59 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
60 | # ADD BASE RSC /l 0x405 |
61 | # ADD RSC /l 0x405 | |
62 | BSC32=bscmake.exe | |
63 | # ADD BASE BSC32 /nologo | |
64 | # ADD BSC32 /nologo | |
65 | LIB32=link.exe -lib | |
75a0a7b7 VS |
66 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25d.lib" |
67 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25d.lib" | |
28249f11 VS |
68 | |
69 | !ELSEIF "$(CFG)" == "base - Win32 Release" | |
70 | ||
71 | # PROP BASE Use_MFC 0 | |
72 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 73 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
74 | # PROP BASE Intermediate_Dir "vc_msw\base" |
75 | # PROP BASE Target_Dir "" | |
76 | # PROP Use_MFC 0 | |
77 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 78 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
79 | # PROP Intermediate_Dir "vc_msw\base" |
80 | # PROP Target_Dir "" | |
e2412466 VS |
81 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\msw" /Fd..\..\lib\vc_lib\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
82 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\msw" /Fd..\..\lib\vc_lib\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
83 | # ADD BASE RSC /l 0x405 |
84 | # ADD RSC /l 0x405 | |
85 | BSC32=bscmake.exe | |
86 | # ADD BASE BSC32 /nologo | |
87 | # ADD BSC32 /nologo | |
88 | LIB32=link.exe -lib | |
75a0a7b7 VS |
89 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25.lib" |
90 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25.lib" | |
28249f11 VS |
91 | |
92 | !ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" | |
93 | ||
94 | # PROP BASE Use_MFC 0 | |
95 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 96 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
97 | # PROP BASE Intermediate_Dir "vc_mswud\base" |
98 | # PROP BASE Target_Dir "" | |
99 | # PROP Use_MFC 0 | |
100 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 101 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
102 | # PROP Intermediate_Dir "vc_mswud\base" |
103 | # PROP Target_Dir "" | |
e2412466 VS |
104 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
105 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
106 | # ADD BASE RSC /l 0x405 |
107 | # ADD RSC /l 0x405 | |
108 | BSC32=bscmake.exe | |
109 | # ADD BASE BSC32 /nologo | |
110 | # ADD BSC32 /nologo | |
111 | LIB32=link.exe -lib | |
75a0a7b7 VS |
112 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25ud.lib" |
113 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25ud.lib" | |
28249f11 VS |
114 | |
115 | !ELSEIF "$(CFG)" == "base - Win32 Unicode Release" | |
116 | ||
117 | # PROP BASE Use_MFC 0 | |
118 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 119 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
120 | # PROP BASE Intermediate_Dir "vc_mswu\base" |
121 | # PROP BASE Target_Dir "" | |
122 | # PROP Use_MFC 0 | |
123 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 124 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
125 | # PROP Intermediate_Dir "vc_mswu\base" |
126 | # PROP Target_Dir "" | |
e2412466 VS |
127 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\mswu" /Fd..\..\lib\vc_lib\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
128 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\mswu" /Fd..\..\lib\vc_lib\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
129 | # ADD BASE RSC /l 0x405 |
130 | # ADD RSC /l 0x405 | |
131 | BSC32=bscmake.exe | |
132 | # ADD BASE BSC32 /nologo | |
133 | # ADD BSC32 /nologo | |
134 | LIB32=link.exe -lib | |
75a0a7b7 VS |
135 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25u.lib" |
136 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25u.lib" | |
28249f11 VS |
137 | |
138 | !ELSEIF "$(CFG)" == "base - Win32 Universal Debug" | |
139 | ||
140 | # PROP BASE Use_MFC 0 | |
141 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 142 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
143 | # PROP BASE Intermediate_Dir "vc_mswunivd\base" |
144 | # PROP BASE Target_Dir "" | |
145 | # PROP Use_MFC 0 | |
146 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 147 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
148 | # PROP Intermediate_Dir "vc_mswunivd\base" |
149 | # PROP Target_Dir "" | |
e2412466 VS |
150 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswunivd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
151 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswunivd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
152 | # ADD BASE RSC /l 0x405 |
153 | # ADD RSC /l 0x405 | |
154 | BSC32=bscmake.exe | |
155 | # ADD BASE BSC32 /nologo | |
156 | # ADD BSC32 /nologo | |
157 | LIB32=link.exe -lib | |
75a0a7b7 VS |
158 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25d.lib" |
159 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25d.lib" | |
28249f11 VS |
160 | |
161 | !ELSEIF "$(CFG)" == "base - Win32 Universal Release" | |
162 | ||
163 | # PROP BASE Use_MFC 0 | |
164 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 165 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
166 | # PROP BASE Intermediate_Dir "vc_mswuniv\base" |
167 | # PROP BASE Target_Dir "" | |
168 | # PROP Use_MFC 0 | |
169 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 170 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
171 | # PROP Intermediate_Dir "vc_mswuniv\base" |
172 | # PROP Target_Dir "" | |
e2412466 VS |
173 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\mswuniv" /Fd..\..\lib\vc_lib\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
174 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\mswuniv" /Fd..\..\lib\vc_lib\wxbase25.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
175 | # ADD BASE RSC /l 0x405 |
176 | # ADD RSC /l 0x405 | |
177 | BSC32=bscmake.exe | |
178 | # ADD BASE BSC32 /nologo | |
179 | # ADD BSC32 /nologo | |
180 | LIB32=link.exe -lib | |
75a0a7b7 VS |
181 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25.lib" |
182 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25.lib" | |
28249f11 VS |
183 | |
184 | !ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" | |
185 | ||
186 | # PROP BASE Use_MFC 0 | |
187 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 188 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
189 | # PROP BASE Intermediate_Dir "vc_mswunivud\base" |
190 | # PROP BASE Target_Dir "" | |
191 | # PROP Use_MFC 0 | |
192 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 193 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
194 | # PROP Intermediate_Dir "vc_mswunivud\base" |
195 | # PROP Target_Dir "" | |
e2412466 VS |
196 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswunivud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
197 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_lib\mswunivud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase25ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
198 | # ADD BASE RSC /l 0x405 |
199 | # ADD RSC /l 0x405 | |
200 | BSC32=bscmake.exe | |
201 | # ADD BASE BSC32 /nologo | |
202 | # ADD BSC32 /nologo | |
203 | LIB32=link.exe -lib | |
75a0a7b7 VS |
204 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25ud.lib" |
205 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25ud.lib" | |
28249f11 VS |
206 | |
207 | !ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" | |
208 | ||
209 | # PROP BASE Use_MFC 0 | |
210 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 211 | # PROP BASE Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
212 | # PROP BASE Intermediate_Dir "vc_mswunivu\base" |
213 | # PROP BASE Target_Dir "" | |
214 | # PROP Use_MFC 0 | |
215 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 216 | # PROP Output_Dir "..\..\lib\vc_lib" |
28249f11 VS |
217 | # PROP Intermediate_Dir "vc_mswunivu\base" |
218 | # PROP Target_Dir "" | |
e2412466 VS |
219 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\mswunivu" /Fd..\..\lib\vc_lib\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c |
220 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_lib\mswunivu" /Fd..\..\lib\vc_lib\wxbase25u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c | |
28249f11 VS |
221 | # ADD BASE RSC /l 0x405 |
222 | # ADD RSC /l 0x405 | |
223 | BSC32=bscmake.exe | |
224 | # ADD BASE BSC32 /nologo | |
225 | # ADD BSC32 /nologo | |
226 | LIB32=link.exe -lib | |
75a0a7b7 VS |
227 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25u.lib" |
228 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase25u.lib" | |
28249f11 VS |
229 | |
230 | !ELSEIF "$(CFG)" == "base - Win32 DLL Debug" | |
d7ac64ee VS |
231 | |
232 | # PROP BASE Use_MFC 0 | |
233 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 234 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 235 | # PROP BASE Intermediate_Dir "vc_mswddll\base" |
d7ac64ee VS |
236 | # PROP BASE Target_Dir "" |
237 | # PROP Use_MFC 0 | |
238 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 239 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 240 | # PROP Intermediate_Dir "vc_mswddll\base" |
d7ac64ee | 241 | # PROP Target_Dir "" |
e2412466 VS |
242 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswd" /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
243 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswd" /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
244 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
245 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
246 | # ADD BASE RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\include" /i "..\..\lib\vc_dll\mswd" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
247 | # ADD RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\include" /i "..\..\lib\vc_dll\mswd" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
248 | BSC32=bscmake.exe |
249 | # ADD BASE BSC32 /nologo | |
250 | # ADD BSC32 /nologo | |
251 | LINK32=link.exe | |
75a0a7b7 VS |
252 | # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25d.lib" /debug |
253 | # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25d.lib" /debug | |
d7ac64ee | 254 | |
28249f11 | 255 | !ELSEIF "$(CFG)" == "base - Win32 DLL Release" |
d7ac64ee VS |
256 | |
257 | # PROP BASE Use_MFC 0 | |
258 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 259 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 260 | # PROP BASE Intermediate_Dir "vc_mswdll\base" |
d7ac64ee VS |
261 | # PROP BASE Target_Dir "" |
262 | # PROP Use_MFC 0 | |
263 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 264 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 265 | # PROP Intermediate_Dir "vc_mswdll\base" |
d7ac64ee | 266 | # PROP Target_Dir "" |
e2412466 VS |
267 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\msw" /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
268 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\msw" /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
269 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
270 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
271 | # ADD BASE RSC /l 0x405 /d "__WXMSW__" /i "..\..\include" /i "..\..\lib\vc_dll\msw" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
272 | # ADD RSC /l 0x405 /d "__WXMSW__" /i "..\..\include" /i "..\..\lib\vc_dll\msw" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
273 | BSC32=bscmake.exe |
274 | # ADD BASE BSC32 /nologo | |
275 | # ADD BSC32 /nologo | |
276 | LINK32=link.exe | |
75a0a7b7 VS |
277 | # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25.lib" |
278 | # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25.lib" | |
d7ac64ee | 279 | |
28249f11 | 280 | !ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" |
d7ac64ee VS |
281 | |
282 | # PROP BASE Use_MFC 0 | |
283 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 284 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 285 | # PROP BASE Intermediate_Dir "vc_mswuddll\base" |
d7ac64ee VS |
286 | # PROP BASE Target_Dir "" |
287 | # PROP Use_MFC 0 | |
288 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 289 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 290 | # PROP Intermediate_Dir "vc_mswuddll\base" |
d7ac64ee | 291 | # PROP Target_Dir "" |
e2412466 VS |
292 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswud" /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
293 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswud" /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
294 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
295 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
296 | # ADD BASE RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswud" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
297 | # ADD RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswud" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
298 | BSC32=bscmake.exe |
299 | # ADD BASE BSC32 /nologo | |
300 | # ADD BSC32 /nologo | |
301 | LINK32=link.exe | |
75a0a7b7 VS |
302 | # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25ud.lib" /debug |
303 | # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25ud.lib" /debug | |
d7ac64ee | 304 | |
28249f11 | 305 | !ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" |
d7ac64ee VS |
306 | |
307 | # PROP BASE Use_MFC 0 | |
308 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 309 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 310 | # PROP BASE Intermediate_Dir "vc_mswudll\base" |
d7ac64ee VS |
311 | # PROP BASE Target_Dir "" |
312 | # PROP Use_MFC 0 | |
313 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 314 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 315 | # PROP Intermediate_Dir "vc_mswudll\base" |
d7ac64ee | 316 | # PROP Target_Dir "" |
e2412466 VS |
317 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\mswu" /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
318 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\mswu" /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
319 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
320 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
321 | # ADD BASE RSC /l 0x405 /d "__WXMSW__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswu" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
322 | # ADD RSC /l 0x405 /d "__WXMSW__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswu" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
323 | BSC32=bscmake.exe |
324 | # ADD BASE BSC32 /nologo | |
325 | # ADD BSC32 /nologo | |
326 | LINK32=link.exe | |
75a0a7b7 VS |
327 | # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25u.lib" |
328 | # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25u.lib" | |
d7ac64ee | 329 | |
28249f11 | 330 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" |
d7ac64ee VS |
331 | |
332 | # PROP BASE Use_MFC 0 | |
333 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 334 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 335 | # PROP BASE Intermediate_Dir "vc_mswunivddll\base" |
d7ac64ee VS |
336 | # PROP BASE Target_Dir "" |
337 | # PROP Use_MFC 0 | |
338 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 339 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 340 | # PROP Intermediate_Dir "vc_mswunivddll\base" |
d7ac64ee | 341 | # PROP Target_Dir "" |
e2412466 VS |
342 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswunivd" /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
343 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswunivd" /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
344 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
345 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
346 | # ADD BASE RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\include" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
347 | # ADD RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\include" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
348 | BSC32=bscmake.exe |
349 | # ADD BASE BSC32 /nologo | |
350 | # ADD BSC32 /nologo | |
351 | LINK32=link.exe | |
75a0a7b7 VS |
352 | # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25d.lib" /debug |
353 | # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25d.lib" /debug | |
d7ac64ee | 354 | |
28249f11 | 355 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" |
d7ac64ee VS |
356 | |
357 | # PROP BASE Use_MFC 0 | |
358 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 359 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 360 | # PROP BASE Intermediate_Dir "vc_mswunivdll\base" |
d7ac64ee VS |
361 | # PROP BASE Target_Dir "" |
362 | # PROP Use_MFC 0 | |
363 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 364 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 365 | # PROP Intermediate_Dir "vc_mswunivdll\base" |
d7ac64ee | 366 | # PROP Target_Dir "" |
e2412466 VS |
367 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\mswuniv" /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
368 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\mswuniv" /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
369 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
370 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
371 | # ADD BASE RSC /l 0x405 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\include" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
372 | # ADD RSC /l 0x405 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\include" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
373 | BSC32=bscmake.exe |
374 | # ADD BASE BSC32 /nologo | |
375 | # ADD BSC32 /nologo | |
376 | LINK32=link.exe | |
75a0a7b7 VS |
377 | # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25.lib" |
378 | # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25.lib" | |
d7ac64ee | 379 | |
28249f11 | 380 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" |
d7ac64ee VS |
381 | |
382 | # PROP BASE Use_MFC 0 | |
383 | # PROP BASE Use_Debug_Libraries 1 | |
75a0a7b7 | 384 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 385 | # PROP BASE Intermediate_Dir "vc_mswunivuddll\base" |
d7ac64ee VS |
386 | # PROP BASE Target_Dir "" |
387 | # PROP Use_MFC 0 | |
388 | # PROP Use_Debug_Libraries 1 | |
75a0a7b7 | 389 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 390 | # PROP Intermediate_Dir "vc_mswunivuddll\base" |
d7ac64ee | 391 | # PROP Target_Dir "" |
e2412466 VS |
392 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswunivud" /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
393 | # ADD CPP /nologo /FD /W4 /GR /GX /MDd /Od /I "..\..\include" /I "..\..\lib\vc_dll\mswunivud" /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase250ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
394 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
395 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
396 | # ADD BASE RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
397 | # ADD RSC /l 0x405 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
398 | BSC32=bscmake.exe |
399 | # ADD BASE BSC32 /nologo | |
400 | # ADD BSC32 /nologo | |
401 | LINK32=link.exe | |
75a0a7b7 VS |
402 | # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25ud.lib" /debug |
403 | # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25ud.lib" /debug | |
d7ac64ee | 404 | |
28249f11 | 405 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" |
d7ac64ee VS |
406 | |
407 | # PROP BASE Use_MFC 0 | |
408 | # PROP BASE Use_Debug_Libraries 0 | |
75a0a7b7 | 409 | # PROP BASE Output_Dir "..\..\lib\vc_dll" |
28249f11 | 410 | # PROP BASE Intermediate_Dir "vc_mswunivudll\base" |
d7ac64ee VS |
411 | # PROP BASE Target_Dir "" |
412 | # PROP Use_MFC 0 | |
413 | # PROP Use_Debug_Libraries 0 | |
75a0a7b7 | 414 | # PROP Output_Dir "..\..\lib\vc_dll" |
28249f11 | 415 | # PROP Intermediate_Dir "vc_mswunivudll\base" |
d7ac64ee | 416 | # PROP Target_Dir "" |
e2412466 VS |
417 | # ADD BASE CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\mswunivu" /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c |
418 | # ADD CPP /nologo /FD /W4 /GR /GX /MD /O1 /I "..\..\include" /I "..\..\lib\vc_dll\mswunivu" /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase250u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c | |
2265a2d5 VS |
419 | # ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 |
420 | # ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_UNICODE=1 /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 | |
75a0a7b7 VS |
421 | # ADD BASE RSC /l 0x405 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 |
422 | # ADD RSC /l 0x405 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d wxUSE_UNICODE=1 /i "..\..\include" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 | |
d7ac64ee VS |
423 | BSC32=bscmake.exe |
424 | # ADD BASE BSC32 /nologo | |
425 | # ADD BSC32 /nologo | |
426 | LINK32=link.exe | |
75a0a7b7 VS |
427 | # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25u.lib" |
428 | # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase250u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase25u.lib" | |
d7ac64ee VS |
429 | |
430 | !ENDIF | |
431 | ||
432 | # Begin Target | |
433 | ||
28249f11 VS |
434 | # Name "base - Win32 Debug" |
435 | # Name "base - Win32 Release" | |
436 | # Name "base - Win32 Unicode Debug" | |
437 | # Name "base - Win32 Unicode Release" | |
438 | # Name "base - Win32 Universal Debug" | |
439 | # Name "base - Win32 Universal Release" | |
440 | # Name "base - Win32 Universal Unicode Debug" | |
441 | # Name "base - Win32 Universal Unicode Release" | |
442 | # Name "base - Win32 DLL Debug" | |
443 | # Name "base - Win32 DLL Release" | |
444 | # Name "base - Win32 DLL Unicode Debug" | |
445 | # Name "base - Win32 DLL Unicode Release" | |
446 | # Name "base - Win32 DLL Universal Debug" | |
447 | # Name "base - Win32 DLL Universal Release" | |
448 | # Name "base - Win32 DLL Universal Unicode Debug" | |
449 | # Name "base - Win32 DLL Universal Unicode Release" | |
2265a2d5 | 450 | # Begin Group "Common Sources" |
d7ac64ee VS |
451 | |
452 | # PROP Default_Filter "" | |
453 | # Begin Source File | |
454 | ||
2265a2d5 VS |
455 | SOURCE=..\..\src\common\appbase.cpp |
456 | # End Source File | |
457 | # Begin Source File | |
d7ac64ee | 458 | |
2265a2d5 VS |
459 | SOURCE=..\..\src\common\clntdata.cpp |
460 | # End Source File | |
461 | # Begin Source File | |
d7ac64ee | 462 | |
2265a2d5 VS |
463 | SOURCE=..\..\src\common\cmdline.cpp |
464 | # End Source File | |
465 | # Begin Source File | |
d7ac64ee | 466 | |
2265a2d5 VS |
467 | SOURCE=..\..\src\common\config.cpp |
468 | # End Source File | |
469 | # Begin Source File | |
d7ac64ee | 470 | |
2265a2d5 VS |
471 | SOURCE=..\..\src\common\datetime.cpp |
472 | # End Source File | |
473 | # Begin Source File | |
d7ac64ee | 474 | |
2265a2d5 VS |
475 | SOURCE=..\..\src\common\datstrm.cpp |
476 | # End Source File | |
477 | # Begin Source File | |
d7ac64ee | 478 | |
2265a2d5 VS |
479 | SOURCE=..\..\src\common\dircmn.cpp |
480 | # End Source File | |
481 | # Begin Source File | |
d7ac64ee | 482 | |
2265a2d5 VS |
483 | SOURCE=..\..\src\common\dynarray.cpp |
484 | # End Source File | |
485 | # Begin Source File | |
d7ac64ee | 486 | |
2265a2d5 VS |
487 | SOURCE=..\..\src\common\dynlib.cpp |
488 | # End Source File | |
489 | # Begin Source File | |
d7ac64ee | 490 | |
2265a2d5 VS |
491 | SOURCE=..\..\src\common\dynload.cpp |
492 | # End Source File | |
493 | # Begin Source File | |
d7ac64ee | 494 | |
2265a2d5 VS |
495 | SOURCE=..\..\src\common\encconv.cpp |
496 | # End Source File | |
497 | # Begin Source File | |
d7ac64ee | 498 | |
2265a2d5 VS |
499 | SOURCE=..\..\src\common\event.cpp |
500 | # End Source File | |
501 | # Begin Source File | |
d7ac64ee | 502 | |
2265a2d5 VS |
503 | SOURCE=..\..\src\common\extended.c |
504 | # SUBTRACT CPP /YX /Yc /Yu | |
505 | # End Source File | |
506 | # Begin Source File | |
d7ac64ee | 507 | |
2265a2d5 VS |
508 | SOURCE=..\..\src\common\ffile.cpp |
509 | # End Source File | |
510 | # Begin Source File | |
d7ac64ee | 511 | |
2265a2d5 VS |
512 | SOURCE=..\..\src\common\file.cpp |
513 | # End Source File | |
514 | # Begin Source File | |
d7ac64ee | 515 | |
2265a2d5 VS |
516 | SOURCE=..\..\src\common\fileconf.cpp |
517 | # End Source File | |
518 | # Begin Source File | |
d7ac64ee | 519 | |
2265a2d5 VS |
520 | SOURCE=..\..\src\common\filefn.cpp |
521 | # End Source File | |
522 | # Begin Source File | |
d7ac64ee | 523 | |
2265a2d5 | 524 | SOURCE=..\..\src\common\filename.cpp |
d7ac64ee | 525 | # End Source File |
2265a2d5 | 526 | # Begin Source File |
d7ac64ee | 527 | |
2265a2d5 VS |
528 | SOURCE=..\..\src\common\filesys.cpp |
529 | # End Source File | |
d7ac64ee VS |
530 | # Begin Source File |
531 | ||
2265a2d5 | 532 | SOURCE=..\..\src\common\fmapbase.cpp |
d7ac64ee VS |
533 | # End Source File |
534 | # Begin Source File | |
535 | ||
2265a2d5 | 536 | SOURCE=..\..\src\common\fs_mem.cpp |
d7ac64ee VS |
537 | # End Source File |
538 | # Begin Source File | |
539 | ||
2265a2d5 | 540 | SOURCE=..\..\src\common\fs_zip.cpp |
d7ac64ee VS |
541 | # End Source File |
542 | # Begin Source File | |
543 | ||
2265a2d5 | 544 | SOURCE=..\..\src\common\hash.cpp |
d7ac64ee VS |
545 | # End Source File |
546 | # Begin Source File | |
547 | ||
2265a2d5 | 548 | SOURCE=..\..\src\common\hashmap.cpp |
d7ac64ee VS |
549 | # End Source File |
550 | # Begin Source File | |
551 | ||
2265a2d5 | 552 | SOURCE=..\..\src\common\init.cpp |
d7ac64ee VS |
553 | # End Source File |
554 | # Begin Source File | |
555 | ||
2265a2d5 | 556 | SOURCE=..\..\src\common\intl.cpp |
d7ac64ee VS |
557 | # End Source File |
558 | # Begin Source File | |
559 | ||
2265a2d5 | 560 | SOURCE=..\..\src\common\ipcbase.cpp |
d7ac64ee VS |
561 | # End Source File |
562 | # Begin Source File | |
563 | ||
2265a2d5 | 564 | SOURCE=..\..\src\common\list.cpp |
d7ac64ee VS |
565 | # End Source File |
566 | # Begin Source File | |
567 | ||
2265a2d5 | 568 | SOURCE=..\..\src\common\log.cpp |
d7ac64ee VS |
569 | # End Source File |
570 | # Begin Source File | |
571 | ||
2265a2d5 | 572 | SOURCE=..\..\src\common\longlong.cpp |
d7ac64ee VS |
573 | # End Source File |
574 | # Begin Source File | |
575 | ||
2265a2d5 | 576 | SOURCE=..\..\src\common\memory.cpp |
d7ac64ee VS |
577 | # End Source File |
578 | # Begin Source File | |
579 | ||
2265a2d5 | 580 | SOURCE=..\..\src\common\mimecmn.cpp |
d7ac64ee VS |
581 | # End Source File |
582 | # Begin Source File | |
583 | ||
2265a2d5 | 584 | SOURCE=..\..\src\common\module.cpp |
d7ac64ee VS |
585 | # End Source File |
586 | # Begin Source File | |
587 | ||
2265a2d5 | 588 | SOURCE=..\..\src\common\msgout.cpp |
d7ac64ee VS |
589 | # End Source File |
590 | # Begin Source File | |
591 | ||
2265a2d5 | 592 | SOURCE=..\..\src\common\mstream.cpp |
d7ac64ee VS |
593 | # End Source File |
594 | # Begin Source File | |
595 | ||
2265a2d5 | 596 | SOURCE=..\..\src\common\object.cpp |
d7ac64ee VS |
597 | # End Source File |
598 | # Begin Source File | |
599 | ||
2265a2d5 | 600 | SOURCE=..\..\src\common\process.cpp |
d7ac64ee VS |
601 | # End Source File |
602 | # Begin Source File | |
603 | ||
2265a2d5 | 604 | SOURCE=..\..\src\common\regex.cpp |
d7ac64ee VS |
605 | # End Source File |
606 | # Begin Source File | |
607 | ||
2265a2d5 | 608 | SOURCE=..\..\src\common\stopwatch.cpp |
d7ac64ee VS |
609 | # End Source File |
610 | # Begin Source File | |
611 | ||
2265a2d5 | 612 | SOURCE=..\..\src\common\strconv.cpp |
d7ac64ee VS |
613 | # End Source File |
614 | # Begin Source File | |
615 | ||
2265a2d5 | 616 | SOURCE=..\..\src\common\stream.cpp |
d7ac64ee VS |
617 | # End Source File |
618 | # Begin Source File | |
619 | ||
2265a2d5 | 620 | SOURCE=..\..\src\common\string.cpp |
d7ac64ee VS |
621 | # End Source File |
622 | # Begin Source File | |
623 | ||
2265a2d5 | 624 | SOURCE=..\..\src\common\sysopt.cpp |
d7ac64ee VS |
625 | # End Source File |
626 | # Begin Source File | |
627 | ||
2265a2d5 | 628 | SOURCE=..\..\src\common\textbuf.cpp |
d7ac64ee VS |
629 | # End Source File |
630 | # Begin Source File | |
631 | ||
2265a2d5 | 632 | SOURCE=..\..\src\common\textfile.cpp |
d7ac64ee VS |
633 | # End Source File |
634 | # Begin Source File | |
635 | ||
2265a2d5 | 636 | SOURCE=..\..\src\common\tokenzr.cpp |
d7ac64ee VS |
637 | # End Source File |
638 | # Begin Source File | |
639 | ||
2265a2d5 | 640 | SOURCE=..\..\src\common\txtstrm.cpp |
d7ac64ee VS |
641 | # End Source File |
642 | # Begin Source File | |
643 | ||
2265a2d5 VS |
644 | SOURCE=..\..\src\common\unzip.c |
645 | # SUBTRACT CPP /YX /Yc /Yu | |
d7ac64ee VS |
646 | # End Source File |
647 | # Begin Source File | |
648 | ||
2265a2d5 | 649 | SOURCE=..\..\src\common\utilscmn.cpp |
d7ac64ee VS |
650 | # End Source File |
651 | # Begin Source File | |
652 | ||
2265a2d5 | 653 | SOURCE=..\..\src\common\variant.cpp |
d7ac64ee VS |
654 | # End Source File |
655 | # Begin Source File | |
656 | ||
2265a2d5 | 657 | SOURCE=..\..\src\common\wfstream.cpp |
d7ac64ee VS |
658 | # End Source File |
659 | # Begin Source File | |
660 | ||
2265a2d5 | 661 | SOURCE=..\..\src\common\wxchar.cpp |
d7ac64ee VS |
662 | # End Source File |
663 | # Begin Source File | |
664 | ||
e8f60bac RD |
665 | SOURCE=..\..\src\common\xti.cpp |
666 | # End Source File | |
667 | # Begin Source File | |
668 | ||
669 | SOURCE=..\..\src\common\xtistrm.cpp | |
670 | # End Source File | |
671 | # Begin Source File | |
672 | ||
2265a2d5 | 673 | SOURCE=..\..\src\common\zipstrm.cpp |
d7ac64ee VS |
674 | # End Source File |
675 | # Begin Source File | |
676 | ||
2265a2d5 | 677 | SOURCE=..\..\src\common\zstream.cpp |
d7ac64ee | 678 | # End Source File |
2265a2d5 VS |
679 | # End Group |
680 | # Begin Group "MSW Sources" | |
681 | ||
682 | # PROP Default_Filter "" | |
d7ac64ee VS |
683 | # Begin Source File |
684 | ||
2265a2d5 | 685 | SOURCE=..\..\src\msw\basemsw.cpp |
d7ac64ee VS |
686 | # End Source File |
687 | # Begin Source File | |
688 | ||
2265a2d5 | 689 | SOURCE=..\..\src\msw\crashrpt.cpp |
d7ac64ee VS |
690 | # End Source File |
691 | # Begin Source File | |
692 | ||
2265a2d5 | 693 | SOURCE=..\..\src\msw\dde.cpp |
d7ac64ee VS |
694 | # End Source File |
695 | # Begin Source File | |
696 | ||
2265a2d5 | 697 | SOURCE=..\..\src\msw\dir.cpp |
d7ac64ee VS |
698 | # End Source File |
699 | # Begin Source File | |
700 | ||
2265a2d5 VS |
701 | SOURCE=..\..\src\msw\dummy.cpp |
702 | # ADD BASE CPP /Yc"wx/wxprec.h" | |
703 | # ADD CPP /Yc"wx/wxprec.h" | |
d7ac64ee VS |
704 | # End Source File |
705 | # Begin Source File | |
706 | ||
2265a2d5 | 707 | SOURCE=..\..\src\msw\main.cpp |
d7ac64ee VS |
708 | # End Source File |
709 | # Begin Source File | |
710 | ||
2265a2d5 | 711 | SOURCE=..\..\src\msw\mimetype.cpp |
d7ac64ee VS |
712 | # End Source File |
713 | # Begin Source File | |
714 | ||
2265a2d5 | 715 | SOURCE=..\..\src\msw\mslu.cpp |
d7ac64ee VS |
716 | # End Source File |
717 | # Begin Source File | |
718 | ||
2265a2d5 | 719 | SOURCE=..\..\src\msw\regconf.cpp |
d7ac64ee VS |
720 | # End Source File |
721 | # Begin Source File | |
722 | ||
2265a2d5 | 723 | SOURCE=..\..\src\msw\registry.cpp |
d7ac64ee VS |
724 | # End Source File |
725 | # Begin Source File | |
726 | ||
2265a2d5 | 727 | SOURCE=..\..\src\msw\snglinst.cpp |
d7ac64ee VS |
728 | # End Source File |
729 | # Begin Source File | |
730 | ||
2265a2d5 | 731 | SOURCE=..\..\src\msw\thread.cpp |
d7ac64ee VS |
732 | # End Source File |
733 | # Begin Source File | |
734 | ||
2265a2d5 | 735 | SOURCE=..\..\src\msw\utils.cpp |
d7ac64ee VS |
736 | # End Source File |
737 | # Begin Source File | |
738 | ||
2265a2d5 | 739 | SOURCE=..\..\src\msw\utilsexc.cpp |
d7ac64ee VS |
740 | # End Source File |
741 | # Begin Source File | |
742 | ||
2265a2d5 | 743 | SOURCE=..\..\src\msw\volume.cpp |
d7ac64ee | 744 | # End Source File |
2265a2d5 VS |
745 | # End Group |
746 | # Begin Group "Setup Headers" | |
747 | ||
748 | # PROP Default_Filter "" | |
d7ac64ee VS |
749 | # Begin Source File |
750 | ||
2265a2d5 VS |
751 | SOURCE=..\..\include\wx\msw\setup.h |
752 | ||
28249f11 VS |
753 | !IF "$(CFG)" == "base - Win32 Debug" |
754 | ||
2d26882c | 755 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h |
28249f11 VS |
756 | InputPath=..\include\wx\msw\setup.h |
757 | ||
2d26882c VS |
758 | "..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
759 | copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h | |
28249f11 VS |
760 | |
761 | # End Custom Build | |
762 | ||
763 | !ELSEIF "$(CFG)" == "base - Win32 Release" | |
764 | ||
2d26882c | 765 | # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h |
28249f11 VS |
766 | InputPath=..\include\wx\msw\setup.h |
767 | ||
2d26882c VS |
768 | "..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
769 | copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h | |
28249f11 VS |
770 | |
771 | # End Custom Build | |
772 | ||
773 | !ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" | |
774 | ||
2d26882c | 775 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h |
28249f11 VS |
776 | InputPath=..\include\wx\msw\setup.h |
777 | ||
2d26882c VS |
778 | "..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
779 | copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h | |
28249f11 VS |
780 | |
781 | # End Custom Build | |
782 | ||
783 | !ELSEIF "$(CFG)" == "base - Win32 Unicode Release" | |
784 | ||
2d26882c | 785 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h |
28249f11 VS |
786 | InputPath=..\include\wx\msw\setup.h |
787 | ||
2d26882c VS |
788 | "..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
789 | copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h | |
28249f11 VS |
790 | |
791 | # End Custom Build | |
792 | ||
793 | !ELSEIF "$(CFG)" == "base - Win32 Universal Debug" | |
794 | ||
2d26882c | 795 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h |
28249f11 VS |
796 | InputPath=..\include\wx\msw\setup.h |
797 | ||
2d26882c VS |
798 | "..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
799 | copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h | |
28249f11 VS |
800 | |
801 | # End Custom Build | |
802 | ||
803 | !ELSEIF "$(CFG)" == "base - Win32 Universal Release" | |
804 | ||
2d26882c | 805 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h |
28249f11 VS |
806 | InputPath=..\include\wx\msw\setup.h |
807 | ||
2d26882c VS |
808 | "..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
809 | copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h | |
28249f11 VS |
810 | |
811 | # End Custom Build | |
812 | ||
813 | !ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" | |
814 | ||
2d26882c | 815 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h |
28249f11 VS |
816 | InputPath=..\include\wx\msw\setup.h |
817 | ||
2d26882c VS |
818 | "..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
819 | copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h | |
28249f11 VS |
820 | |
821 | # End Custom Build | |
822 | ||
823 | !ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" | |
824 | ||
2d26882c | 825 | # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h |
28249f11 VS |
826 | InputPath=..\include\wx\msw\setup.h |
827 | ||
2d26882c VS |
828 | "..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
829 | copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h | |
28249f11 VS |
830 | |
831 | # End Custom Build | |
832 | ||
833 | !ELSEIF "$(CFG)" == "base - Win32 DLL Debug" | |
2265a2d5 | 834 | |
2d26882c | 835 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h |
2265a2d5 VS |
836 | InputPath=..\include\wx\msw\setup.h |
837 | ||
2d26882c VS |
838 | "..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
839 | copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h | |
2265a2d5 VS |
840 | |
841 | # End Custom Build | |
842 | ||
28249f11 | 843 | !ELSEIF "$(CFG)" == "base - Win32 DLL Release" |
2265a2d5 | 844 | |
2d26882c | 845 | # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h |
2265a2d5 VS |
846 | InputPath=..\include\wx\msw\setup.h |
847 | ||
2d26882c VS |
848 | "..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
849 | copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h | |
2265a2d5 VS |
850 | |
851 | # End Custom Build | |
852 | ||
28249f11 | 853 | !ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" |
2265a2d5 | 854 | |
2d26882c | 855 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h |
2265a2d5 VS |
856 | InputPath=..\include\wx\msw\setup.h |
857 | ||
2d26882c VS |
858 | "..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
859 | copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h | |
2265a2d5 VS |
860 | |
861 | # End Custom Build | |
862 | ||
28249f11 | 863 | !ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" |
2265a2d5 | 864 | |
2d26882c | 865 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h |
2265a2d5 VS |
866 | InputPath=..\include\wx\msw\setup.h |
867 | ||
2d26882c VS |
868 | "..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
869 | copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h | |
2265a2d5 VS |
870 | |
871 | # End Custom Build | |
872 | ||
28249f11 | 873 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" |
2265a2d5 | 874 | |
2d26882c | 875 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h |
2265a2d5 VS |
876 | InputPath=..\include\wx\msw\setup.h |
877 | ||
2d26882c VS |
878 | "..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
879 | copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h | |
2265a2d5 VS |
880 | |
881 | # End Custom Build | |
882 | ||
28249f11 | 883 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" |
2265a2d5 | 884 | |
2d26882c | 885 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h |
2265a2d5 VS |
886 | InputPath=..\include\wx\msw\setup.h |
887 | ||
2d26882c VS |
888 | "..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
889 | copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h | |
2265a2d5 VS |
890 | |
891 | # End Custom Build | |
892 | ||
28249f11 | 893 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" |
2265a2d5 | 894 | |
2d26882c | 895 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h |
2265a2d5 VS |
896 | InputPath=..\include\wx\msw\setup.h |
897 | ||
2d26882c VS |
898 | "..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
899 | copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h | |
2265a2d5 VS |
900 | |
901 | # End Custom Build | |
902 | ||
28249f11 | 903 | !ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" |
2265a2d5 | 904 | |
2d26882c | 905 | # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h |
2265a2d5 | 906 | InputPath=..\include\wx\msw\setup.h |
d7ac64ee | 907 | |
2d26882c VS |
908 | "..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
909 | copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h | |
d7ac64ee | 910 | |
2265a2d5 | 911 | # End Custom Build |
d7ac64ee | 912 | |
2265a2d5 | 913 | !ENDIF |
d7ac64ee | 914 | |
d7ac64ee | 915 | # End Source File |
2265a2d5 VS |
916 | # End Group |
917 | # Begin Group "MSW Headers" | |
d7ac64ee | 918 | |
2265a2d5 | 919 | # PROP Default_Filter "" |
d7ac64ee VS |
920 | # Begin Source File |
921 | ||
fe6e5818 VS |
922 | SOURCE=..\..\include\wx\msw\apptbase.h |
923 | # End Source File | |
924 | # Begin Source File | |
925 | ||
926 | SOURCE=..\..\include\wx\msw\apptrait.h | |
927 | # End Source File | |
928 | # Begin Source File | |
929 | ||
fd9f42b6 VS |
930 | SOURCE=..\..\include\wx\msw\chkconf.h |
931 | # End Source File | |
932 | # Begin Source File | |
933 | ||
934 | SOURCE=..\..\include\wx\msw\crashrpt.h | |
935 | # End Source File | |
936 | # Begin Source File | |
937 | ||
938 | SOURCE=..\..\include\wx\msw\dde.h | |
939 | # End Source File | |
940 | # Begin Source File | |
941 | ||
942 | SOURCE=..\..\include\wx\msw\gccpriv.h | |
943 | # End Source File | |
944 | # Begin Source File | |
945 | ||
946 | SOURCE=..\..\include\wx\msw\mimetype.h | |
947 | # End Source File | |
948 | # Begin Source File | |
949 | ||
950 | SOURCE=..\..\include\wx\msw\winundef.h | |
951 | # End Source File | |
952 | # Begin Source File | |
953 | ||
954 | SOURCE=..\..\include\wx\msw\wrapcctl.h | |
955 | # End Source File | |
956 | # Begin Source File | |
957 | ||
958 | SOURCE=..\..\include\wx\msw\wrapwin.h | |
959 | # End Source File | |
2265a2d5 VS |
960 | # End Group |
961 | # Begin Group "Common Headers" | |
d7ac64ee | 962 | |
2265a2d5 | 963 | # PROP Default_Filter "" |
d7ac64ee VS |
964 | # Begin Source File |
965 | ||
187cf772 VS |
966 | SOURCE=..\..\include\wx\afterstd.h |
967 | # End Source File | |
968 | # Begin Source File | |
969 | ||
2265a2d5 | 970 | SOURCE=..\..\include\wx\app.h |
d7ac64ee VS |
971 | # End Source File |
972 | # Begin Source File | |
973 | ||
2265a2d5 | 974 | SOURCE=..\..\include\wx\apptrait.h |
d7ac64ee VS |
975 | # End Source File |
976 | # Begin Source File | |
977 | ||
2265a2d5 | 978 | SOURCE=..\..\include\wx\arrstr.h |
d7ac64ee VS |
979 | # End Source File |
980 | # Begin Source File | |
981 | ||
2265a2d5 | 982 | SOURCE=..\..\include\wx\beforestd.h |
d7ac64ee VS |
983 | # End Source File |
984 | # Begin Source File | |
985 | ||
2265a2d5 | 986 | SOURCE=..\..\include\wx\buffer.h |
d7ac64ee VS |
987 | # End Source File |
988 | # Begin Source File | |
989 | ||
2265a2d5 | 990 | SOURCE=..\..\include\wx\build.h |
d7ac64ee VS |
991 | # End Source File |
992 | # Begin Source File | |
993 | ||
2265a2d5 | 994 | SOURCE=..\..\include\wx\chkconf.h |
d7ac64ee VS |
995 | # End Source File |
996 | # Begin Source File | |
997 | ||
2265a2d5 | 998 | SOURCE=..\..\include\wx\clntdata.h |
d7ac64ee VS |
999 | # End Source File |
1000 | # Begin Source File | |
1001 | ||
2265a2d5 | 1002 | SOURCE=..\..\include\wx\cmdline.h |
d7ac64ee VS |
1003 | # End Source File |
1004 | # Begin Source File | |
1005 | ||
2265a2d5 | 1006 | SOURCE=..\..\include\wx\confbase.h |
d7ac64ee VS |
1007 | # End Source File |
1008 | # Begin Source File | |
1009 | ||
2265a2d5 | 1010 | SOURCE=..\..\include\wx\config.h |
d7ac64ee VS |
1011 | # End Source File |
1012 | # Begin Source File | |
1013 | ||
2265a2d5 | 1014 | SOURCE=..\..\include\wx\containr.h |
d7ac64ee VS |
1015 | # End Source File |
1016 | # Begin Source File | |
1017 | ||
2265a2d5 | 1018 | SOURCE=..\..\include\wx\datetime.h |
d7ac64ee VS |
1019 | # End Source File |
1020 | # Begin Source File | |
1021 | ||
2265a2d5 | 1022 | SOURCE=..\..\include\wx\datstrm.h |
d7ac64ee | 1023 | # End Source File |
d7ac64ee VS |
1024 | # Begin Source File |
1025 | ||
2265a2d5 | 1026 | SOURCE=..\..\include\wx\dde.h |
d7ac64ee VS |
1027 | # End Source File |
1028 | # Begin Source File | |
1029 | ||
2265a2d5 | 1030 | SOURCE=..\..\include\wx\debug.h |
d7ac64ee VS |
1031 | # End Source File |
1032 | # Begin Source File | |
1033 | ||
2265a2d5 | 1034 | SOURCE=..\..\include\wx\defs.h |
d7ac64ee VS |
1035 | # End Source File |
1036 | # Begin Source File | |
1037 | ||
2265a2d5 | 1038 | SOURCE=..\..\include\wx\dir.h |
d7ac64ee VS |
1039 | # End Source File |
1040 | # Begin Source File | |
1041 | ||
2265a2d5 | 1042 | SOURCE=..\..\include\wx\dynarray.h |
d7ac64ee VS |
1043 | # End Source File |
1044 | # Begin Source File | |
1045 | ||
2265a2d5 | 1046 | SOURCE=..\..\include\wx\dynlib.h |
d7ac64ee VS |
1047 | # End Source File |
1048 | # Begin Source File | |
1049 | ||
2265a2d5 | 1050 | SOURCE=..\..\include\wx\dynload.h |
d7ac64ee VS |
1051 | # End Source File |
1052 | # Begin Source File | |
1053 | ||
2265a2d5 | 1054 | SOURCE=..\..\include\wx\encconv.h |
d7ac64ee VS |
1055 | # End Source File |
1056 | # Begin Source File | |
1057 | ||
2265a2d5 | 1058 | SOURCE=..\..\include\wx\event.h |
d7ac64ee VS |
1059 | # End Source File |
1060 | # Begin Source File | |
1061 | ||
2265a2d5 | 1062 | SOURCE=..\..\include\wx\features.h |
d7ac64ee VS |
1063 | # End Source File |
1064 | # Begin Source File | |
1065 | ||
2265a2d5 | 1066 | SOURCE=..\..\include\wx\ffile.h |
d7ac64ee VS |
1067 | # End Source File |
1068 | # Begin Source File | |
1069 | ||
2265a2d5 | 1070 | SOURCE=..\..\include\wx\file.h |
d7ac64ee VS |
1071 | # End Source File |
1072 | # Begin Source File | |
1073 | ||
2265a2d5 | 1074 | SOURCE=..\..\include\wx\fileconf.h |
d7ac64ee VS |
1075 | # End Source File |
1076 | # Begin Source File | |
1077 | ||
2265a2d5 | 1078 | SOURCE=..\..\include\wx\filefn.h |
d7ac64ee VS |
1079 | # End Source File |
1080 | # Begin Source File | |
1081 | ||
2265a2d5 | 1082 | SOURCE=..\..\include\wx\filename.h |
d7ac64ee VS |
1083 | # End Source File |
1084 | # Begin Source File | |
1085 | ||
2265a2d5 | 1086 | SOURCE=..\..\include\wx\filesys.h |
d7ac64ee VS |
1087 | # End Source File |
1088 | # Begin Source File | |
1089 | ||
2265a2d5 | 1090 | SOURCE=..\..\include\wx\fontenc.h |
d7ac64ee VS |
1091 | # End Source File |
1092 | # Begin Source File | |
1093 | ||
2265a2d5 | 1094 | SOURCE=..\..\include\wx\fontmap.h |
d7ac64ee VS |
1095 | # End Source File |
1096 | # Begin Source File | |
1097 | ||
2265a2d5 | 1098 | SOURCE=..\..\include\wx\fs_mem.h |
d7ac64ee VS |
1099 | # End Source File |
1100 | # Begin Source File | |
1101 | ||
2265a2d5 | 1102 | SOURCE=..\..\include\wx\fs_zip.h |
d7ac64ee VS |
1103 | # End Source File |
1104 | # Begin Source File | |
1105 | ||
2265a2d5 | 1106 | SOURCE=..\..\include\wx\hash.h |
d7ac64ee VS |
1107 | # End Source File |
1108 | # Begin Source File | |
1109 | ||
2265a2d5 | 1110 | SOURCE=..\..\include\wx\hashmap.h |
d7ac64ee VS |
1111 | # End Source File |
1112 | # Begin Source File | |
1113 | ||
fe6e5818 VS |
1114 | SOURCE=..\..\include\wx\hashset.h |
1115 | # End Source File | |
1116 | # Begin Source File | |
1117 | ||
2265a2d5 | 1118 | SOURCE=..\..\include\wx\iconloc.h |
d7ac64ee VS |
1119 | # End Source File |
1120 | # Begin Source File | |
1121 | ||
2265a2d5 | 1122 | SOURCE=..\..\include\wx\init.h |
d7ac64ee VS |
1123 | # End Source File |
1124 | # Begin Source File | |
1125 | ||
2265a2d5 | 1126 | SOURCE=..\..\include\wx\intl.h |
d7ac64ee VS |
1127 | # End Source File |
1128 | # Begin Source File | |
1129 | ||
2265a2d5 | 1130 | SOURCE=..\..\include\wx\iosfwrap.h |
d7ac64ee VS |
1131 | # End Source File |
1132 | # Begin Source File | |
1133 | ||
2265a2d5 | 1134 | SOURCE=..\..\include\wx\ioswrap.h |
d7ac64ee VS |
1135 | # End Source File |
1136 | # Begin Source File | |
1137 | ||
2265a2d5 | 1138 | SOURCE=..\..\include\wx\ipc.h |
d7ac64ee VS |
1139 | # End Source File |
1140 | # Begin Source File | |
1141 | ||
2265a2d5 | 1142 | SOURCE=..\..\include\wx\ipcbase.h |
d7ac64ee VS |
1143 | # End Source File |
1144 | # Begin Source File | |
1145 | ||
2265a2d5 | 1146 | SOURCE=..\..\include\wx\isql.h |
d7ac64ee VS |
1147 | # End Source File |
1148 | # Begin Source File | |
1149 | ||
2265a2d5 | 1150 | SOURCE=..\..\include\wx\isqlext.h |
d7ac64ee VS |
1151 | # End Source File |
1152 | # Begin Source File | |
1153 | ||
2265a2d5 | 1154 | SOURCE=..\..\include\wx\list.h |
d7ac64ee VS |
1155 | # End Source File |
1156 | # Begin Source File | |
1157 | ||
2265a2d5 | 1158 | SOURCE=..\..\include\wx\log.h |
d7ac64ee VS |
1159 | # End Source File |
1160 | # Begin Source File | |
1161 | ||
2265a2d5 | 1162 | SOURCE=..\..\include\wx\longlong.h |
d7ac64ee VS |
1163 | # End Source File |
1164 | # Begin Source File | |
1165 | ||
2265a2d5 | 1166 | SOURCE=..\..\include\wx\math.h |
d7ac64ee VS |
1167 | # End Source File |
1168 | # Begin Source File | |
1169 | ||
2265a2d5 | 1170 | SOURCE=..\..\include\wx\memconf.h |
d7ac64ee VS |
1171 | # End Source File |
1172 | # Begin Source File | |
1173 | ||
2265a2d5 | 1174 | SOURCE=..\..\include\wx\memory.h |
d7ac64ee VS |
1175 | # End Source File |
1176 | # Begin Source File | |
1177 | ||
2265a2d5 | 1178 | SOURCE=..\..\include\wx\memtext.h |
d7ac64ee VS |
1179 | # End Source File |
1180 | # Begin Source File | |
1181 | ||
2265a2d5 | 1182 | SOURCE=..\..\include\wx\mimetype.h |
d7ac64ee VS |
1183 | # End Source File |
1184 | # Begin Source File | |
1185 | ||
2265a2d5 | 1186 | SOURCE=..\..\include\wx\module.h |
d7ac64ee VS |
1187 | # End Source File |
1188 | # Begin Source File | |
1189 | ||
2265a2d5 | 1190 | SOURCE=..\..\include\wx\msgout.h |
d7ac64ee VS |
1191 | # End Source File |
1192 | # Begin Source File | |
1193 | ||
2265a2d5 | 1194 | SOURCE=..\..\include\wx\mstream.h |
d7ac64ee VS |
1195 | # End Source File |
1196 | # Begin Source File | |
1197 | ||
2265a2d5 | 1198 | SOURCE=..\..\include\wx\object.h |
d7ac64ee VS |
1199 | # End Source File |
1200 | # Begin Source File | |
1201 | ||
2265a2d5 | 1202 | SOURCE=..\..\include\wx\platform.h |
d7ac64ee VS |
1203 | # End Source File |
1204 | # Begin Source File | |
1205 | ||
2265a2d5 | 1206 | SOURCE=..\..\include\wx\process.h |
d7ac64ee VS |
1207 | # End Source File |
1208 | # Begin Source File | |
1209 | ||
fe6e5818 VS |
1210 | SOURCE=..\..\include\wx\ptr_scpd.h |
1211 | # End Source File | |
1212 | # Begin Source File | |
1213 | ||
2265a2d5 | 1214 | SOURCE=..\..\include\wx\regex.h |
d7ac64ee VS |
1215 | # End Source File |
1216 | # Begin Source File | |
1217 | ||
fe6e5818 VS |
1218 | SOURCE=..\..\include\wx\scopeguard.h |
1219 | # End Source File | |
1220 | # Begin Source File | |
1221 | ||
2265a2d5 | 1222 | SOURCE=..\..\include\wx\snglinst.h |
d7ac64ee VS |
1223 | # End Source File |
1224 | # Begin Source File | |
1225 | ||
2265a2d5 | 1226 | SOURCE=..\..\include\wx\stopwatch.h |
d7ac64ee VS |
1227 | # End Source File |
1228 | # Begin Source File | |
1229 | ||
2265a2d5 | 1230 | SOURCE=..\..\include\wx\strconv.h |
d7ac64ee VS |
1231 | # End Source File |
1232 | # Begin Source File | |
1233 | ||
2265a2d5 | 1234 | SOURCE=..\..\include\wx\stream.h |
d7ac64ee VS |
1235 | # End Source File |
1236 | # Begin Source File | |
1237 | ||
2265a2d5 | 1238 | SOURCE=..\..\include\wx\string.h |
d7ac64ee VS |
1239 | # End Source File |
1240 | # Begin Source File | |
1241 | ||
2265a2d5 | 1242 | SOURCE=..\..\include\wx\sysopt.h |
d7ac64ee VS |
1243 | # End Source File |
1244 | # Begin Source File | |
1245 | ||
2265a2d5 | 1246 | SOURCE=..\..\include\wx\textbuf.h |
d7ac64ee VS |
1247 | # End Source File |
1248 | # Begin Source File | |
1249 | ||
2265a2d5 | 1250 | SOURCE=..\..\include\wx\textfile.h |
d7ac64ee | 1251 | # End Source File |
d7ac64ee VS |
1252 | # Begin Source File |
1253 | ||
2265a2d5 | 1254 | SOURCE=..\..\include\wx\thread.h |
d7ac64ee VS |
1255 | # End Source File |
1256 | # Begin Source File | |
1257 | ||
fe6e5818 VS |
1258 | SOURCE=..\..\include\wx\timer.h |
1259 | # End Source File | |
1260 | # Begin Source File | |
1261 | ||
2265a2d5 | 1262 | SOURCE=..\..\include\wx\tokenzr.h |
d7ac64ee VS |
1263 | # End Source File |
1264 | # Begin Source File | |
1265 | ||
2265a2d5 | 1266 | SOURCE=..\..\include\wx\txtstrm.h |
d7ac64ee VS |
1267 | # End Source File |
1268 | # Begin Source File | |
1269 | ||
2265a2d5 | 1270 | SOURCE=..\..\include\wx\types.h |
d7ac64ee VS |
1271 | # End Source File |
1272 | # Begin Source File | |
1273 | ||
2265a2d5 | 1274 | SOURCE=..\..\include\wx\utils.h |
d7ac64ee VS |
1275 | # End Source File |
1276 | # Begin Source File | |
1277 | ||
2265a2d5 | 1278 | SOURCE=..\..\include\wx\variant.h |
d7ac64ee VS |
1279 | # End Source File |
1280 | # Begin Source File | |
1281 | ||
2265a2d5 | 1282 | SOURCE=..\..\include\wx\vector.h |
d7ac64ee VS |
1283 | # End Source File |
1284 | # Begin Source File | |
1285 | ||
2265a2d5 | 1286 | SOURCE=..\..\include\wx\version.h |
d7ac64ee VS |
1287 | # End Source File |
1288 | # Begin Source File | |
1289 | ||
2265a2d5 | 1290 | SOURCE=..\..\include\wx\volume.h |
d7ac64ee VS |
1291 | # End Source File |
1292 | # Begin Source File | |
1293 | ||
2265a2d5 | 1294 | SOURCE=..\..\include\wx\wfstream.h |
d7ac64ee VS |
1295 | # End Source File |
1296 | # Begin Source File | |
1297 | ||
2265a2d5 | 1298 | SOURCE=..\..\include\wx\wx.h |
d7ac64ee VS |
1299 | # End Source File |
1300 | # Begin Source File | |
1301 | ||
2265a2d5 | 1302 | SOURCE=..\..\include\wx\wxchar.h |
d7ac64ee VS |
1303 | # End Source File |
1304 | # Begin Source File | |
1305 | ||
2265a2d5 | 1306 | SOURCE=..\..\include\wx\wxprec.h |
d7ac64ee VS |
1307 | # End Source File |
1308 | # Begin Source File | |
1309 | ||
e8f60bac RD |
1310 | SOURCE=..\..\include\wx\xti.h |
1311 | # End Source File | |
1312 | # Begin Source File | |
1313 | ||
1314 | SOURCE=..\..\include\wx\xtistrm.h | |
1315 | # End Source File | |
1316 | # Begin Source File | |
1317 | ||
2265a2d5 | 1318 | SOURCE=..\..\include\wx\zipstrm.h |
d7ac64ee VS |
1319 | # End Source File |
1320 | # Begin Source File | |
1321 | ||
2265a2d5 | 1322 | SOURCE=..\..\include\wx\zstream.h |
d7ac64ee VS |
1323 | # End Source File |
1324 | # End Group | |
1325 | # End Target | |
1326 | # End Project | |
1327 |