]> git.saurik.com Git - wxWidgets.git/blame - samples/svg/makefile.vc
Forward port of r60190 (wxMSW Cairo support) to trunk.
[wxWidgets.git] / samples / svg / makefile.vc
CommitLineData
78808897
VZ
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.7 (http://www.bakefile.org)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include <../../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 29
16COMPILER_PREFIX = vc
17OBJS = \
18 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
19LIBDIRNAME = \
20 .\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
23SVGTEST_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
8c9833d0
VZ
24 $(__DEBUGINFO_0) /Fd$(OBJS)\svgtest.pdb $(____DEBUGRUNTIME_3_p) \
25 $(__OPTIMIZEFLAG_6) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
26 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
27 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
28 $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) \
29 /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) \
30 $(CPPFLAGS) $(CXXFLAGS)
78808897
VZ
31SVGTEST_OBJECTS = \
32 $(OBJS)\svgtest_svgtest.obj
33SVGTEST_RESOURCES = \
34 $(OBJS)\svgtest_sample.res
35
36### Conditionally set variables: ###
37
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
44!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_RUNTIME_LIBS)" == "1"
48WXDEBUGFLAG = d
49!endif
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
56!if "$(TARGET_CPU)" == "AMD64"
57DIR_SUFFIX_CPU = _amd64
58!endif
59!if "$(TARGET_CPU)" == "IA64"
60DIR_SUFFIX_CPU = _ia64
61!endif
62!if "$(TARGET_CPU)" == "amd64"
63DIR_SUFFIX_CPU = _amd64
64!endif
65!if "$(TARGET_CPU)" == "ia64"
66DIR_SUFFIX_CPU = _ia64
67!endif
68!if "$(SHARED)" == "1"
69WXDLLFLAG = dll
70!endif
71!if "$(SHARED)" == "0"
72LIBTYPE_SUFFIX = lib
73!endif
74!if "$(SHARED)" == "1"
75LIBTYPE_SUFFIX = dll
76!endif
77!if "$(TARGET_CPU)" == "AMD64"
78LINK_TARGET_CPU = /MACHINE:AMD64
79!endif
80!if "$(TARGET_CPU)" == "IA64"
81LINK_TARGET_CPU = /MACHINE:IA64
82!endif
83!if "$(TARGET_CPU)" == "amd64"
84LINK_TARGET_CPU = /MACHINE:AMD64
85!endif
86!if "$(TARGET_CPU)" == "ia64"
87LINK_TARGET_CPU = /MACHINE:IA64
88!endif
89!if "$(MONOLITHIC)" == "0"
90EXTRALIBS_FOR_BASE =
91!endif
92!if "$(MONOLITHIC)" == "1"
93EXTRALIBS_FOR_BASE =
94!endif
95!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
96__DEBUGINFO_0 = /Zi
97!endif
98!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
99__DEBUGINFO_0 =
100!endif
101!if "$(DEBUG_INFO)" == "0"
102__DEBUGINFO_0 =
103!endif
104!if "$(DEBUG_INFO)" == "1"
105__DEBUGINFO_0 = /Zi
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
108__DEBUGINFO_1 = /DEBUG
109!endif
110!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
111__DEBUGINFO_1 =
112!endif
113!if "$(DEBUG_INFO)" == "0"
114__DEBUGINFO_1 =
115!endif
116!if "$(DEBUG_INFO)" == "1"
117__DEBUGINFO_1 = /DEBUG
118!endif
119!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
120__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
121!endif
122!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
123__DEBUGINFO_2 =
124!endif
125!if "$(DEBUG_INFO)" == "0"
126__DEBUGINFO_2 =
127!endif
128!if "$(DEBUG_INFO)" == "1"
129__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
130!endif
131!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
132____DEBUGRUNTIME_3_p = /D_DEBUG
133!endif
134!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
135____DEBUGRUNTIME_3_p =
136!endif
137!if "$(DEBUG_RUNTIME_LIBS)" == "0"
138____DEBUGRUNTIME_3_p =
139!endif
140!if "$(DEBUG_RUNTIME_LIBS)" == "1"
141____DEBUGRUNTIME_3_p = /D_DEBUG
142!endif
143!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
144____DEBUGRUNTIME_3_p_1 = /d _DEBUG
145!endif
146!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
147____DEBUGRUNTIME_3_p_1 =
148!endif
149!if "$(DEBUG_RUNTIME_LIBS)" == "0"
150____DEBUGRUNTIME_3_p_1 =
151!endif
152!if "$(DEBUG_RUNTIME_LIBS)" == "1"
153____DEBUGRUNTIME_3_p_1 = /d _DEBUG
154!endif
155!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
156__DEBUGRUNTIME_4 = d
157!endif
158!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
159__DEBUGRUNTIME_4 =
160!endif
161!if "$(DEBUG_RUNTIME_LIBS)" == "0"
162__DEBUGRUNTIME_4 =
163!endif
164!if "$(DEBUG_RUNTIME_LIBS)" == "1"
165__DEBUGRUNTIME_4 = d
166!endif
167!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
168__DEBUGRUNTIME_5 =
169!endif
170!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
171__DEBUGRUNTIME_5 = /opt:ref /opt:icf
172!endif
173!if "$(DEBUG_RUNTIME_LIBS)" == "0"
174__DEBUGRUNTIME_5 = /opt:ref /opt:icf
175!endif
176!if "$(DEBUG_RUNTIME_LIBS)" == "1"
177__DEBUGRUNTIME_5 =
178!endif
179!if "$(BUILD)" == "debug"
180__OPTIMIZEFLAG_6 = /Od
181!endif
182!if "$(BUILD)" == "release"
183__OPTIMIZEFLAG_6 = /O2
184!endif
185!if "$(USE_THREADS)" == "0"
186__THREADSFLAG_9 = L
187!endif
188!if "$(USE_THREADS)" == "1"
189__THREADSFLAG_9 = T
190!endif
191!if "$(RUNTIME_LIBS)" == "dynamic"
192__RUNTIME_LIBS_10 = D
193!endif
194!if "$(RUNTIME_LIBS)" == "static"
195__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
196!endif
197!if "$(USE_RTTI)" == "0"
198__RTTIFLAG_11 =
199!endif
200!if "$(USE_RTTI)" == "1"
201__RTTIFLAG_11 = /GR
202!endif
203!if "$(USE_EXCEPTIONS)" == "0"
204__EXCEPTIONSFLAG_12 =
205!endif
206!if "$(USE_EXCEPTIONS)" == "1"
207__EXCEPTIONSFLAG_12 = /EHsc
208!endif
209!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
210__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
211!endif
212!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
213__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
214!endif
215!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
216__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
217!endif
218!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
219__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
220!endif
221!if "$(WXUNIV)" == "1"
222__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
223!endif
224!if "$(WXUNIV)" == "1"
225__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
226!endif
227!if "$(DEBUG_FLAG)" == "0"
228__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
229!endif
230!if "$(DEBUG_FLAG)" == "0"
231__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
232!endif
233!if "$(USE_EXCEPTIONS)" == "0"
234__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
235!endif
236!if "$(USE_EXCEPTIONS)" == "0"
237__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
238!endif
239!if "$(USE_RTTI)" == "0"
240__RTTI_DEFINE_p = /DwxNO_RTTI
241!endif
242!if "$(USE_RTTI)" == "0"
243__RTTI_DEFINE_p_1 = /d wxNO_RTTI
244!endif
245!if "$(USE_THREADS)" == "0"
246__THREAD_DEFINE_p = /DwxNO_THREADS
247!endif
248!if "$(USE_THREADS)" == "0"
249__THREAD_DEFINE_p_1 = /d wxNO_THREADS
250!endif
251!if "$(UNICODE)" == "0"
252__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
253!endif
254!if "$(UNICODE)" == "1"
255__UNICODE_DEFINE_p = /D_UNICODE
256!endif
257!if "$(UNICODE)" == "0"
258__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
259!endif
260!if "$(UNICODE)" == "1"
261__UNICODE_DEFINE_p_1 = /d _UNICODE
262!endif
263!if "$(MSLU)" == "1"
264__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
265!endif
266!if "$(MSLU)" == "1"
267__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
268!endif
269!if "$(USE_GDIPLUS)" == "1"
270__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
271!endif
272!if "$(USE_GDIPLUS)" == "1"
273__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
274!endif
275!if "$(SHARED)" == "1"
276__DLLFLAG_p = /DWXUSINGDLL
277!endif
278!if "$(SHARED)" == "1"
279__DLLFLAG_p_1 = /d WXUSINGDLL
280!endif
281!if "$(MONOLITHIC)" == "0"
282__WXLIB_CORE_p = \
283 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
284!endif
285!if "$(MONOLITHIC)" == "0"
286__WXLIB_BASE_p = \
287 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
288!endif
289!if "$(MONOLITHIC)" == "1"
290__WXLIB_MONO_p = \
291 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
292!endif
293!if "$(USE_GUI)" == "1"
294__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
295!endif
296!if "$(USE_GUI)" == "1"
297__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
298!endif
299!if "$(USE_GUI)" == "1"
300__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
301!endif
302!if "$(MSLU)" == "1"
303__UNICOWS_LIB_p = unicows.lib
304!endif
305!if "$(USE_GDIPLUS)" == "1"
306__GDIPLUS_LIB_p = gdiplus.lib
307!endif
308
309
310all: $(OBJS)
311$(OBJS):
312 -if not exist $(OBJS) mkdir $(OBJS)
313
314### Targets: ###
315
316all: $(OBJS)\svgtest.exe
317
318clean:
319 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
320 -if exist $(OBJS)\*.res del $(OBJS)\*.res
321 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
322 -if exist $(OBJS)\svgtest.exe del $(OBJS)\svgtest.exe
323 -if exist $(OBJS)\svgtest.ilk del $(OBJS)\svgtest.ilk
324 -if exist $(OBJS)\svgtest.pdb del $(OBJS)\svgtest.pdb
325
326$(OBJS)\svgtest.exe: $(SVGTEST_OBJECTS) $(OBJS)\svgtest_sample.res
8c9833d0 327 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\svgtest.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(LDFLAGS) @<<
78808897
VZ
328 $(SVGTEST_OBJECTS) $(SVGTEST_RESOURCES) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib
329<<
330
331$(OBJS)\svgtest_sample.res: .\..\..\samples\sample.rc
332 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH .\..\..\samples\sample.rc
333
334$(OBJS)\svgtest_svgtest.obj: .\svgtest.cpp
335 $(CXX) /c /nologo /TP /Fo$@ $(SVGTEST_CXXFLAGS) .\svgtest.cpp
336