]> git.saurik.com Git - wxWidgets.git/blame - samples/render/makefile.vc
Forward port of r60190 (wxMSW Cairo support) to trunk.
[wxWidgets.git] / samples / render / 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
16WX_VERSION_NODOT = $(WX_RELEASE_NODOT)1
17COMPILER_PREFIX = vc
18OBJS = \
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
20LIBDIRNAME = \
21 .\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
22SETUPHDIR = \
23 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
24RENDER_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME) /DWIN32 \
8c9833d0
VZ
25 $(__DEBUGINFO) /Fd$(OBJS)\render.pdb $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) \
26 $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
27 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
28 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
29 /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
30 /I.\..\..\samples /DNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) \
31 $(CXXFLAGS)
78808897
VZ
32RENDER_OBJECTS = \
33 $(OBJS)\render_render.obj
34RENDER_RESOURCES = \
35 $(OBJS)\render_sample.res
36RENDDLL_CXXFLAGS = /M$(__RUNTIME_LIBS_27)$(__DEBUGRUNTIME) /DWIN32 \
37 $(__DEBUGINFO) \
38 /Fd$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb \
8c9833d0
VZ
39 $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
40 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
41 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
42 $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 \
43 /DWXUSINGDLL $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
78808897
VZ
44RENDDLL_OBJECTS = \
45 $(OBJS)\renddll_renddll.obj
46
47### Conditionally set variables: ###
48
49!if "$(USE_GUI)" == "0"
50PORTNAME = base
51!endif
52!if "$(USE_GUI)" == "1"
53PORTNAME = msw
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
56WXDEBUGFLAG = d
57!endif
58!if "$(DEBUG_RUNTIME_LIBS)" == "1"
59WXDEBUGFLAG = d
60!endif
61!if "$(UNICODE)" == "1"
62WXUNICODEFLAG = u
63!endif
64!if "$(WXUNIV)" == "1"
65WXUNIVNAME = univ
66!endif
67!if "$(TARGET_CPU)" == "AMD64"
68DIR_SUFFIX_CPU = _amd64
69!endif
70!if "$(TARGET_CPU)" == "IA64"
71DIR_SUFFIX_CPU = _ia64
72!endif
73!if "$(TARGET_CPU)" == "amd64"
74DIR_SUFFIX_CPU = _amd64
75!endif
76!if "$(TARGET_CPU)" == "ia64"
77DIR_SUFFIX_CPU = _ia64
78!endif
79!if "$(SHARED)" == "1"
80WXDLLFLAG = dll
81!endif
82!if "$(SHARED)" == "0"
83LIBTYPE_SUFFIX = lib
84!endif
85!if "$(SHARED)" == "1"
86LIBTYPE_SUFFIX = dll
87!endif
88!if "$(TARGET_CPU)" == "AMD64"
89LINK_TARGET_CPU = /MACHINE:AMD64
90!endif
91!if "$(TARGET_CPU)" == "IA64"
92LINK_TARGET_CPU = /MACHINE:IA64
93!endif
94!if "$(TARGET_CPU)" == "amd64"
95LINK_TARGET_CPU = /MACHINE:AMD64
96!endif
97!if "$(TARGET_CPU)" == "ia64"
98LINK_TARGET_CPU = /MACHINE:IA64
99!endif
100!if "$(MONOLITHIC)" == "0"
101EXTRALIBS_FOR_BASE =
102!endif
103!if "$(MONOLITHIC)" == "1"
104EXTRALIBS_FOR_BASE =
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
107__DEBUGINFO_2 = $(__DEBUGRUNTIME_0)
108!endif
109!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
110__DEBUGINFO_2 =
111!endif
112!if "$(DEBUG_INFO)" == "0"
113__DEBUGINFO_2 =
114!endif
115!if "$(DEBUG_INFO)" == "1"
116__DEBUGINFO_2 = $(__DEBUGRUNTIME_0)
117!endif
118!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
119____DEBUGRUNTIME_3_p_1 = /d _DEBUG
120!endif
121!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
122____DEBUGRUNTIME_3_p_1 =
123!endif
124!if "$(DEBUG_RUNTIME_LIBS)" == "0"
125____DEBUGRUNTIME_3_p_1 =
126!endif
127!if "$(DEBUG_RUNTIME_LIBS)" == "1"
128____DEBUGRUNTIME_3_p_1 = /d _DEBUG
129!endif
130!if "$(RUNTIME_LIBS)" == "dynamic"
131__RUNTIME_LIBS_10 = D
132!endif
133!if "$(RUNTIME_LIBS)" == "static"
134__RUNTIME_LIBS_10 = $(__THREADSFLAG)
135!endif
136!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
137__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
138!endif
139!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
140__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
141!endif
142!if "$(WXUNIV)" == "1"
143__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
144!endif
145!if "$(DEBUG_FLAG)" == "0"
146__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
147!endif
148!if "$(USE_EXCEPTIONS)" == "0"
149__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
150!endif
151!if "$(USE_RTTI)" == "0"
152__RTTI_DEFINE_p_1 = /d wxNO_RTTI
153!endif
154!if "$(USE_THREADS)" == "0"
155__THREAD_DEFINE_p_1 = /d wxNO_THREADS
156!endif
157!if "$(UNICODE)" == "0"
158__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
159!endif
160!if "$(UNICODE)" == "1"
161__UNICODE_DEFINE_p_1 = /d _UNICODE
162!endif
163!if "$(MSLU)" == "1"
164__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
165!endif
166!if "$(USE_GDIPLUS)" == "1"
167__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
168!endif
169!if "$(SHARED)" == "1"
170__DLLFLAG_p = /DWXUSINGDLL
171!endif
172!if "$(SHARED)" == "1"
173__DLLFLAG_p_1 = /d WXUSINGDLL
174!endif
175!if "$(SHARED)" == "1"
176__renddll___depname = \
177 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll
178!endif
179!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
180__DEBUGINFO_19 = $(__DEBUGRUNTIME_0)
181!endif
182!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
183__DEBUGINFO_19 =
184!endif
185!if "$(DEBUG_INFO)" == "0"
186__DEBUGINFO_19 =
187!endif
188!if "$(DEBUG_INFO)" == "1"
189__DEBUGINFO_19 = $(__DEBUGRUNTIME_0)
190!endif
191!if "$(RUNTIME_LIBS)" == "dynamic"
192__RUNTIME_LIBS_27 = D
193!endif
194!if "$(RUNTIME_LIBS)" == "static"
195__RUNTIME_LIBS_27 = $(__THREADSFLAG)
196!endif
197!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
198__DEBUGINFO = /Zi
199!endif
200!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
201__DEBUGINFO =
202!endif
203!if "$(DEBUG_INFO)" == "0"
204__DEBUGINFO =
205!endif
206!if "$(DEBUG_INFO)" == "1"
207__DEBUGINFO = /Zi
208!endif
209!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
210__DEBUGINFO_1 = /DEBUG
211!endif
212!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
213__DEBUGINFO_1 =
214!endif
215!if "$(DEBUG_INFO)" == "0"
216__DEBUGINFO_1 =
217!endif
218!if "$(DEBUG_INFO)" == "1"
219__DEBUGINFO_1 = /DEBUG
220!endif
221!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
222____DEBUGRUNTIME = /D_DEBUG
223!endif
224!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
225____DEBUGRUNTIME =
226!endif
227!if "$(DEBUG_RUNTIME_LIBS)" == "0"
228____DEBUGRUNTIME =
229!endif
230!if "$(DEBUG_RUNTIME_LIBS)" == "1"
231____DEBUGRUNTIME = /D_DEBUG
232!endif
233!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
234__DEBUGRUNTIME = d
235!endif
236!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
237__DEBUGRUNTIME =
238!endif
239!if "$(DEBUG_RUNTIME_LIBS)" == "0"
240__DEBUGRUNTIME =
241!endif
242!if "$(DEBUG_RUNTIME_LIBS)" == "1"
243__DEBUGRUNTIME = d
244!endif
245!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
246__DEBUGRUNTIME_0 =
247!endif
248!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
249__DEBUGRUNTIME_0 = /opt:ref /opt:icf
250!endif
251!if "$(DEBUG_RUNTIME_LIBS)" == "0"
252__DEBUGRUNTIME_0 = /opt:ref /opt:icf
253!endif
254!if "$(DEBUG_RUNTIME_LIBS)" == "1"
255__DEBUGRUNTIME_0 =
256!endif
257!if "$(BUILD)" == "debug"
258__OPTIMIZEFLAG = /Od
259!endif
260!if "$(BUILD)" == "release"
261__OPTIMIZEFLAG = /O2
262!endif
263!if "$(USE_THREADS)" == "0"
264__THREADSFLAG = L
265!endif
266!if "$(USE_THREADS)" == "1"
267__THREADSFLAG = T
268!endif
269!if "$(USE_RTTI)" == "0"
270__RTTIFLAG =
271!endif
272!if "$(USE_RTTI)" == "1"
273__RTTIFLAG = /GR
274!endif
275!if "$(USE_EXCEPTIONS)" == "0"
276__EXCEPTIONSFLAG =
277!endif
278!if "$(USE_EXCEPTIONS)" == "1"
279__EXCEPTIONSFLAG = /EHsc
280!endif
281!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
282__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
283!endif
284!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
285__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
286!endif
287!if "$(WXUNIV)" == "1"
288__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
289!endif
290!if "$(DEBUG_FLAG)" == "0"
291__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
292!endif
293!if "$(USE_EXCEPTIONS)" == "0"
294__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
295!endif
296!if "$(USE_RTTI)" == "0"
297__RTTI_DEFINE_p = /DwxNO_RTTI
298!endif
299!if "$(USE_THREADS)" == "0"
300__THREAD_DEFINE_p = /DwxNO_THREADS
301!endif
302!if "$(UNICODE)" == "0"
303__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
304!endif
305!if "$(UNICODE)" == "1"
306__UNICODE_DEFINE_p = /D_UNICODE
307!endif
308!if "$(MSLU)" == "1"
309__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
310!endif
311!if "$(USE_GDIPLUS)" == "1"
312__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
313!endif
314!if "$(MONOLITHIC)" == "0"
315__WXLIB_CORE_p = \
316 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
317!endif
318!if "$(MONOLITHIC)" == "0"
319__WXLIB_BASE_p = \
320 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
321!endif
322!if "$(MONOLITHIC)" == "1"
323__WXLIB_MONO_p = \
324 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
325!endif
326!if "$(USE_GUI)" == "1"
327__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
328!endif
329!if "$(USE_GUI)" == "1"
330__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
331!endif
332!if "$(USE_GUI)" == "1"
333__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
334!endif
335!if "$(MSLU)" == "1"
336__UNICOWS_LIB_p = unicows.lib
337!endif
338!if "$(USE_GDIPLUS)" == "1"
339__GDIPLUS_LIB_p = gdiplus.lib
340!endif
341
342
343all: $(OBJS)
344$(OBJS):
345 -if not exist $(OBJS) mkdir $(OBJS)
346
347### Targets: ###
348
349all: $(OBJS)\render.exe $(__renddll___depname)
350
351clean:
352 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
353 -if exist $(OBJS)\*.res del $(OBJS)\*.res
354 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
355 -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
356 -if exist $(OBJS)\render.ilk del $(OBJS)\render.ilk
357 -if exist $(OBJS)\render.pdb del $(OBJS)\render.pdb
358 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll
359 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.ilk del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.ilk
360 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb
361
362$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
8c9833d0 363 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\render.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(LDFLAGS) @<<
78808897
VZ
364 $(RENDER_OBJECTS) $(RENDER_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
365<<
366
367!if "$(SHARED)" == "1"
368$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.dll: $(RENDDLL_OBJECTS)
8c9833d0 369 link /DLL /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_VERSION_NODOT)_vc.pdb" $(__DEBUGINFO_19) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) $(LDFLAGS) @<<
78808897
VZ
370 $(RENDDLL_OBJECTS) $(__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
371<<
372!endif
373
374$(OBJS)\render_sample.res: .\..\..\samples\sample.rc
375 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
376
377$(OBJS)\render_render.obj: .\render.cpp
378 $(CXX) /c /nologo /TP /Fo$@ $(RENDER_CXXFLAGS) .\render.cpp
379
380$(OBJS)\renddll_renddll.obj: .\renddll.cpp
381 $(CXX) /c /nologo /TP /Fo$@ $(RENDDLL_CXXFLAGS) .\renddll.cpp
382