]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/svg/makefile.vc
reversed change
[wxWidgets.git] / contrib / samples / svg / makefile.vc
CommitLineData
0ca4ab85
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
cdf3a589 6
fd9f42b6 7!include <../../../build/msw/config.vc>
cdf3a589 8
0ca4ab85
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
cdf3a589 12
0ca4ab85 13### Variables: ###
cdf3a589 14
0ca4ab85
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3f55f5b8
VS
19SVGTEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
20 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\svgtest.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
21 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
22 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
23 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
a4ad36cd 24 /I.\..\..\include $(CXXFLAGS) $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9)
0ca4ab85 25SVGTEST_OBJECTS = \
fd9f42b6 26 $(OBJS)\svgtest_sample.res \
0ca4ab85
VS
27 $(OBJS)\svgtest_svgtest.obj
28
29### Conditionally set variables: ###
30
75a0a7b7
VS
31!if "$(SHARED)" == "0"
32LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
33!endif
34!if "$(SHARED)" == "1"
35LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
36!endif
0ca4ab85
VS
37!if "$(USE_GUI)" == "0"
38PORTNAME = base
39!endif
40!if "$(USE_GUI)" == "1"
41PORTNAME = msw
42!endif
3f55f5b8
VS
43!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
44WXDEBUGFLAG = d
45!endif
46!if "$(DEBUG_FLAG)" == "1"
0ca4ab85
VS
47WXDEBUGFLAG = d
48!endif
49!if "$(SHARED)" == "1"
50WXDLLFLAG = dll
51!endif
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
3f55f5b8
VS
58!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
59__DEBUGINFO_0 = /Zi
0ca4ab85 60!endif
3f55f5b8
VS
61!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 =
0ca4ab85 63!endif
3f55f5b8
VS
64!if "$(DEBUG_INFO)" == "0"
65__DEBUGINFO_0 =
0ca4ab85 66!endif
3f55f5b8
VS
67!if "$(DEBUG_INFO)" == "1"
68__DEBUGINFO_0 = /Zi
0ca4ab85 69!endif
3f55f5b8
VS
70!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_1 = /DEBUG
0ca4ab85 72!endif
3f55f5b8
VS
73!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 =
0ca4ab85 75!endif
3f55f5b8
VS
76!if "$(DEBUG_INFO)" == "0"
77__DEBUGINFO_1 =
78!endif
79!if "$(DEBUG_INFO)" == "1"
80__DEBUGINFO_1 = /DEBUG
81!endif
82!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
83__DEBUGINFO_3 = d
84!endif
85!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
86__DEBUGINFO_3 =
87!endif
88!if "$(DEBUG_INFO)" == "0"
89__DEBUGINFO_3 =
90!endif
91!if "$(DEBUG_INFO)" == "1"
92__DEBUGINFO_3 = d
93!endif
94!if "$(DEBUG_RUNTIME_LIBS)" == "0"
95__DEBUGRUNTIME_3 =
96!endif
97!if "$(DEBUG_RUNTIME_LIBS)" == "1"
98__DEBUGRUNTIME_3 = d
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "default"
101__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
102!endif
103!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
104__DEBUG_DEFINE_p = /D__WXDEBUG__
105!endif
106!if "$(DEBUG_FLAG)" == "1"
0ca4ab85
VS
107__DEBUG_DEFINE_p = /D__WXDEBUG__
108!endif
fd9f42b6
VS
109!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
111!endif
112!if "$(DEBUG_FLAG)" == "1"
113__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
114!endif
0ca4ab85
VS
115!if "$(SHARED)" == "1"
116__DLLFLAG_p = /DWXUSINGDLL
117!endif
fd9f42b6
VS
118!if "$(SHARED)" == "1"
119__DLLFLAG_p_1 = /d WXUSINGDLL
120!endif
a4ad36cd
VS
121!if "$(USE_EXCEPTIONS)" == "0"
122__EXCEPTIONSFLAG_8 =
123!endif
124!if "$(USE_EXCEPTIONS)" == "1"
125__EXCEPTIONSFLAG_8 = /GR
126!endif
127!if "$(USE_EXCEPTIONS)" == "0"
128__EXCEPTIONSFLAG_9 =
129!endif
130!if "$(USE_EXCEPTIONS)" == "1"
131__EXCEPTIONSFLAG_9 = /GX
132!endif
0ca4ab85
VS
133!if "$(USE_GUI)" == "1"
134__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
135!endif
136!if "$(USE_GUI)" == "1"
137__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
138!endif
139!if "$(USE_GUI)" == "1"
140__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
141!endif
ec08d395
JS
142!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
143__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
144!endif
145!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
146__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
147!endif
148!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
149__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
150!endif
151!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
152__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
153!endif
0ca4ab85
VS
154!if "$(BUILD)" == "debug"
155__OPTIMIZEFLAG_4 = /Od
156!endif
157!if "$(BUILD)" == "release"
158__OPTIMIZEFLAG_4 = /O2
159!endif
160!if "$(RUNTIME_LIBS)" == "dynamic"
161__RUNTIME_LIBS_7 = D
162!endif
163!if "$(RUNTIME_LIBS)" == "static"
164__RUNTIME_LIBS_7 = T
165!endif
166!if "$(UNICODE)" == "1"
ec08d395 167__UNICODE_DEFINE_p = /D_UNICODE
0ca4ab85 168!endif
fd9f42b6 169!if "$(UNICODE)" == "1"
ec08d395 170__UNICODE_DEFINE_p_1 = /d _UNICODE
fd9f42b6 171!endif
2265a2d5
VS
172!if "$(MSLU)" == "1"
173__UNICOWS_LIB_p = unicows.lib
174!endif
0ca4ab85
VS
175!if "$(MONOLITHIC)" == "0"
176__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
177!endif
178!if "$(MONOLITHIC)" == "0"
179__WXLIB_CORE_p = \
180 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
181!endif
182!if "$(MONOLITHIC)" == "1"
183__WXLIB_MONO_p = \
184 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
185!endif
186!if "$(WXUNIV)" == "1"
187__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
188!endif
fd9f42b6
VS
189!if "$(WXUNIV)" == "1"
190__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
191!endif
3f55f5b8
VS
192!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
193____DEBUGINFO_2_p = /D_DEBUG
0ca4ab85 194!endif
3f55f5b8 195!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
e80ae200 196____DEBUGINFO_2_p =
3f55f5b8
VS
197!endif
198!if "$(DEBUG_INFO)" == "0"
e80ae200 199____DEBUGINFO_2_p =
3f55f5b8
VS
200!endif
201!if "$(DEBUG_INFO)" == "1"
202____DEBUGINFO_2_p = /D_DEBUG
203!endif
fd9f42b6
VS
204!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
205____DEBUGINFO_2_p_1 = /d _DEBUG
206!endif
207!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
208____DEBUGINFO_2_p_1 =
209!endif
210!if "$(DEBUG_INFO)" == "0"
211____DEBUGINFO_2_p_1 =
212!endif
213!if "$(DEBUG_INFO)" == "1"
214____DEBUGINFO_2_p_1 = /d _DEBUG
215!endif
3f55f5b8 216!if "$(DEBUG_RUNTIME_LIBS)" == "0"
e80ae200 217____DEBUGRUNTIME_2_p =
3f55f5b8
VS
218!endif
219!if "$(DEBUG_RUNTIME_LIBS)" == "1"
220____DEBUGRUNTIME_2_p = /D_DEBUG
221!endif
222!if "$(DEBUG_RUNTIME_LIBS)" == "default"
223____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
0ca4ab85 224!endif
fd9f42b6
VS
225!if "$(DEBUG_RUNTIME_LIBS)" == "0"
226____DEBUGRUNTIME_2_p_1 =
227!endif
228!if "$(DEBUG_RUNTIME_LIBS)" == "1"
229____DEBUGRUNTIME_2_p_1 = /d _DEBUG
230!endif
231!if "$(DEBUG_RUNTIME_LIBS)" == "default"
232____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
233!endif
0ca4ab85
VS
234
235
236all: $(OBJS)
237$(OBJS):
238 -if not exist $(OBJS) mkdir $(OBJS)
239
240### Targets: ###
241
242all: $(OBJS)\svgtest.exe
243
fd9f42b6 244$(OBJS)\svgtest_sample.res: .\..\..\..\samples\sample.rc
ec08d395 245 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples $**
fd9f42b6 246
0ca4ab85
VS
247$(OBJS)\svgtest_svgtest.obj: .\svgtest.cpp
248 $(CXX) /c /nologo /TP /Fo$@ $(SVGTEST_CXXFLAGS) $**
249
250clean:
251 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
252 -if exist $(OBJS)\*.res del $(OBJS)\*.res
253 -if exist $(OBJS)\svgtest.exe del $(OBJS)\svgtest.exe
ec08d395
JS
254 -if exist $(OBJS)\svgtest.ilk del $(OBJS)\svgtest.ilk
255 -if exist $(OBJS)\svgtest.pdb del $(OBJS)\svgtest.pdb
0ca4ab85 256
fd9f42b6 257$(OBJS)\svgtest.exe: $(SVGTEST_OBJECTS) $(OBJS)\svgtest_sample.res
75a0a7b7 258 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 259 $(SVGTEST_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_svg.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) 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 oleacc.lib
0ca4ab85 260<<