]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/cube/makefile.vc
Forward port of r60190 (wxMSW Cairo support) to trunk.
[wxWidgets.git] / samples / opengl / cube / 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)
23CUBE_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
8c9833d0
VZ
24 $(__DEBUGINFO_0) /Fd$(OBJS)\cube.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. \
29 $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH $(__RTTIFLAG_11) \
30 $(__EXCEPTIONSFLAG_12) $(CPPFLAGS) $(CXXFLAGS)
78808897
VZ
31CUBE_OBJECTS = \
32 $(OBJS)\cube_cube.obj
33CUBE_RESOURCES = \
34 $(OBJS)\cube_cube.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 "$(USE_OPENGL)" == "1"
96__cube___depname = $(OBJS)\cube.exe
97!endif
98!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
99__DEBUGINFO_0 = /Zi
100!endif
101!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
102__DEBUGINFO_0 =
103!endif
104!if "$(DEBUG_INFO)" == "0"
105__DEBUGINFO_0 =
106!endif
107!if "$(DEBUG_INFO)" == "1"
108__DEBUGINFO_0 = /Zi
109!endif
110!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
111__DEBUGINFO_1 = /DEBUG
112!endif
113!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
114__DEBUGINFO_1 =
115!endif
116!if "$(DEBUG_INFO)" == "0"
117__DEBUGINFO_1 =
118!endif
119!if "$(DEBUG_INFO)" == "1"
120__DEBUGINFO_1 = /DEBUG
121!endif
122!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
123__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
124!endif
125!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
126__DEBUGINFO_2 =
127!endif
128!if "$(DEBUG_INFO)" == "0"
129__DEBUGINFO_2 =
130!endif
131!if "$(DEBUG_INFO)" == "1"
132__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
133!endif
134!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
135____DEBUGRUNTIME_3_p = /D_DEBUG
136!endif
137!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
138____DEBUGRUNTIME_3_p =
139!endif
140!if "$(DEBUG_RUNTIME_LIBS)" == "0"
141____DEBUGRUNTIME_3_p =
142!endif
143!if "$(DEBUG_RUNTIME_LIBS)" == "1"
144____DEBUGRUNTIME_3_p = /D_DEBUG
145!endif
146!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
147____DEBUGRUNTIME_3_p_1 = /d _DEBUG
148!endif
149!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
150____DEBUGRUNTIME_3_p_1 =
151!endif
152!if "$(DEBUG_RUNTIME_LIBS)" == "0"
153____DEBUGRUNTIME_3_p_1 =
154!endif
155!if "$(DEBUG_RUNTIME_LIBS)" == "1"
156____DEBUGRUNTIME_3_p_1 = /d _DEBUG
157!endif
158!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
159__DEBUGRUNTIME_4 = d
160!endif
161!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
162__DEBUGRUNTIME_4 =
163!endif
164!if "$(DEBUG_RUNTIME_LIBS)" == "0"
165__DEBUGRUNTIME_4 =
166!endif
167!if "$(DEBUG_RUNTIME_LIBS)" == "1"
168__DEBUGRUNTIME_4 = d
169!endif
170!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
171__DEBUGRUNTIME_5 =
172!endif
173!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
174__DEBUGRUNTIME_5 = /opt:ref /opt:icf
175!endif
176!if "$(DEBUG_RUNTIME_LIBS)" == "0"
177__DEBUGRUNTIME_5 = /opt:ref /opt:icf
178!endif
179!if "$(DEBUG_RUNTIME_LIBS)" == "1"
180__DEBUGRUNTIME_5 =
181!endif
182!if "$(BUILD)" == "debug"
183__OPTIMIZEFLAG_6 = /Od
184!endif
185!if "$(BUILD)" == "release"
186__OPTIMIZEFLAG_6 = /O2
187!endif
188!if "$(USE_THREADS)" == "0"
189__THREADSFLAG_9 = L
190!endif
191!if "$(USE_THREADS)" == "1"
192__THREADSFLAG_9 = T
193!endif
194!if "$(RUNTIME_LIBS)" == "dynamic"
195__RUNTIME_LIBS_10 = D
196!endif
197!if "$(RUNTIME_LIBS)" == "static"
198__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
199!endif
200!if "$(USE_RTTI)" == "0"
201__RTTIFLAG_11 =
202!endif
203!if "$(USE_RTTI)" == "1"
204__RTTIFLAG_11 = /GR
205!endif
206!if "$(USE_EXCEPTIONS)" == "0"
207__EXCEPTIONSFLAG_12 =
208!endif
209!if "$(USE_EXCEPTIONS)" == "1"
210__EXCEPTIONSFLAG_12 = /EHsc
211!endif
212!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
213__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
214!endif
215!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
216__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
217!endif
218!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
219__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
220!endif
221!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
222__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
223!endif
224!if "$(WXUNIV)" == "1"
225__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
226!endif
227!if "$(WXUNIV)" == "1"
228__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
229!endif
230!if "$(DEBUG_FLAG)" == "0"
231__DEBUG_DEFINE_p = /DwxDEBUG_LEVEL=0
232!endif
233!if "$(DEBUG_FLAG)" == "0"
234__DEBUG_DEFINE_p_1 = /d wxDEBUG_LEVEL=0
235!endif
236!if "$(USE_EXCEPTIONS)" == "0"
237__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
238!endif
239!if "$(USE_EXCEPTIONS)" == "0"
240__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
241!endif
242!if "$(USE_RTTI)" == "0"
243__RTTI_DEFINE_p = /DwxNO_RTTI
244!endif
245!if "$(USE_RTTI)" == "0"
246__RTTI_DEFINE_p_1 = /d wxNO_RTTI
247!endif
248!if "$(USE_THREADS)" == "0"
249__THREAD_DEFINE_p = /DwxNO_THREADS
250!endif
251!if "$(USE_THREADS)" == "0"
252__THREAD_DEFINE_p_1 = /d wxNO_THREADS
253!endif
254!if "$(UNICODE)" == "0"
255__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
256!endif
257!if "$(UNICODE)" == "1"
258__UNICODE_DEFINE_p = /D_UNICODE
259!endif
260!if "$(UNICODE)" == "0"
261__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
262!endif
263!if "$(UNICODE)" == "1"
264__UNICODE_DEFINE_p_1 = /d _UNICODE
265!endif
266!if "$(MSLU)" == "1"
267__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
268!endif
269!if "$(MSLU)" == "1"
270__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
271!endif
272!if "$(USE_GDIPLUS)" == "1"
273__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
274!endif
275!if "$(USE_GDIPLUS)" == "1"
276__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
277!endif
278!if "$(SHARED)" == "1"
279__DLLFLAG_p = /DWXUSINGDLL
280!endif
281!if "$(SHARED)" == "1"
282__DLLFLAG_p_1 = /d WXUSINGDLL
283!endif
284!if "$(MONOLITHIC)" == "0"
285__WXLIB_CORE_p = \
286 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
287!endif
288!if "$(MONOLITHIC)" == "0"
289__WXLIB_BASE_p = \
290 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
291!endif
292!if "$(MONOLITHIC)" == "1"
293__WXLIB_MONO_p = \
294 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
295!endif
296!if "$(USE_GUI)" == "1"
297__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
298!endif
299!if "$(USE_GUI)" == "1"
300__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
301!endif
302!if "$(USE_GUI)" == "1"
303__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
304!endif
305!if "$(MSLU)" == "1"
306__UNICOWS_LIB_p = unicows.lib
307!endif
308!if "$(USE_GDIPLUS)" == "1"
309__GDIPLUS_LIB_p = gdiplus.lib
310!endif
311
312
313all: $(OBJS)
314$(OBJS):
315 -if not exist $(OBJS) mkdir $(OBJS)
316
317### Targets: ###
318
319all: $(__cube___depname)
320
321clean:
322 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
323 -if exist $(OBJS)\*.res del $(OBJS)\*.res
324 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
325 -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe
326 -if exist $(OBJS)\cube.ilk del $(OBJS)\cube.ilk
327 -if exist $(OBJS)\cube.pdb del $(OBJS)\cube.pdb
328
329!if "$(USE_OPENGL)" == "1"
330$(OBJS)\cube.exe: $(CUBE_OBJECTS) $(OBJS)\cube_cube.res
8c9833d0 331 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\cube.pdb" $(__DEBUGINFO_2) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(LDFLAGS) @<<
78808897
VZ
332 $(CUBE_OBJECTS) $(CUBE_RESOURCES) wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.lib opengl32.lib glu32.lib $(__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
333<<
334!endif
335
336$(OBJS)\cube_cube.obj: .\cube.cpp
337 $(CXX) /c /nologo /TP /Fo$@ $(CUBE_CXXFLAGS) .\cube.cpp
338
339$(OBJS)\cube_cube.res: .\cube.rc
340 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 .\cube.rc
341