]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.vc
Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / samples / opengl / penguin / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
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 = 27
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18LIBDIRNAME = .\..\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21PENGUIN_CFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26 /I$(SETUPHDIR) /I.\..\..\..\include /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
27 /I.\..\..\..\samples /DNOPCH $(CPPFLAGS) $(CFLAGS)
28PENGUIN_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
29 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
30 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
31 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
32 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
33 /I$(SETUPHDIR) /I.\..\..\..\include /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
34 /I.\..\..\..\samples /DNOPCH $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) \
35 $(CPPFLAGS) $(CXXFLAGS)
36PENGUIN_OBJECTS = \
37 $(OBJS)\penguin_penguin.obj \
38 $(OBJS)\penguin_dxfrenderer.obj \
39 $(OBJS)\penguin_trackball.obj \
40 $(OBJS)\penguin_penguin.res
41
42### Conditionally set variables: ###
43
44!if "$(USE_GUI)" == "0"
45PORTNAME = base
46!endif
47!if "$(USE_GUI)" == "1"
48PORTNAME = msw
49!endif
50!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
51WXDEBUGFLAG = d
52!endif
53!if "$(DEBUG_FLAG)" == "1"
54WXDEBUGFLAG = d
55!endif
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
62!if "$(TARGET_CPU)" == "amd64"
63DIR_SUFFIX_CPU = _amd64
64!endif
65!if "$(TARGET_CPU)" == "amd64"
66DIR_SUFFIX_CPU = _amd64
67!endif
68!if "$(TARGET_CPU)" == "ia64"
69DIR_SUFFIX_CPU = _ia64
70!endif
71!if "$(TARGET_CPU)" == "ia64"
72DIR_SUFFIX_CPU = _ia64
73!endif
74!if "$(SHARED)" == "1"
75WXDLLFLAG = dll
76!endif
77!if "$(SHARED)" == "0"
78LIBTYPE_SUFFIX = lib
79!endif
80!if "$(SHARED)" == "1"
81LIBTYPE_SUFFIX = dll
82!endif
83!if "$(TARGET_CPU)" == "amd64"
84LINK_TARGET_CPU = /MACHINE:AMD64
85!endif
86!if "$(TARGET_CPU)" == "amd64"
87LINK_TARGET_CPU = /MACHINE:AMD64
88!endif
89!if "$(TARGET_CPU)" == "ia64"
90LINK_TARGET_CPU = /MACHINE:IA64
91!endif
92!if "$(TARGET_CPU)" == "ia64"
93LINK_TARGET_CPU = /MACHINE:IA64
94!endif
95!if "$(MONOLITHIC)" == "0"
96EXTRALIBS_FOR_BASE =
97!endif
98!if "$(MONOLITHIC)" == "1"
99EXTRALIBS_FOR_BASE =
100!endif
101!if "$(USE_OPENGL)" == "1"
102__penguin___depname = $(OBJS)\penguin.exe
103!endif
104!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
105__DEBUGINFO_0 = /Zi
106!endif
107!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
108__DEBUGINFO_0 =
109!endif
110!if "$(DEBUG_INFO)" == "0"
111__DEBUGINFO_0 =
112!endif
113!if "$(DEBUG_INFO)" == "1"
114__DEBUGINFO_0 = /Zi
115!endif
116!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
117__DEBUGINFO_1 = /DEBUG
118!endif
119!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
120__DEBUGINFO_1 =
121!endif
122!if "$(DEBUG_INFO)" == "0"
123__DEBUGINFO_1 =
124!endif
125!if "$(DEBUG_INFO)" == "1"
126__DEBUGINFO_1 = /DEBUG
127!endif
128!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
129____DEBUGRUNTIME_2_p = /D_DEBUG
130!endif
131!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
132____DEBUGRUNTIME_2_p =
133!endif
134!if "$(DEBUG_RUNTIME_LIBS)" == "0"
135____DEBUGRUNTIME_2_p =
136!endif
137!if "$(DEBUG_RUNTIME_LIBS)" == "1"
138____DEBUGRUNTIME_2_p = /D_DEBUG
139!endif
140!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
141____DEBUGRUNTIME_2_p_1 = /d _DEBUG
142!endif
143!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
144____DEBUGRUNTIME_2_p_1 =
145!endif
146!if "$(DEBUG_RUNTIME_LIBS)" == "0"
147____DEBUGRUNTIME_2_p_1 =
148!endif
149!if "$(DEBUG_RUNTIME_LIBS)" == "1"
150____DEBUGRUNTIME_2_p_1 = /d _DEBUG
151!endif
152!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
153__DEBUGRUNTIME_3 = d
154!endif
155!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
156__DEBUGRUNTIME_3 =
157!endif
158!if "$(DEBUG_RUNTIME_LIBS)" == "0"
159__DEBUGRUNTIME_3 =
160!endif
161!if "$(DEBUG_RUNTIME_LIBS)" == "1"
162__DEBUGRUNTIME_3 = d
163!endif
164!if "$(BUILD)" == "debug"
165__OPTIMIZEFLAG_4 = /Od
166!endif
167!if "$(BUILD)" == "release"
168__OPTIMIZEFLAG_4 = /O2
169!endif
170!if "$(USE_THREADS)" == "0"
171__THREADSFLAG_7 = L
172!endif
173!if "$(USE_THREADS)" == "1"
174__THREADSFLAG_7 = T
175!endif
176!if "$(RUNTIME_LIBS)" == "dynamic"
177__RUNTIME_LIBS_8 = D
178!endif
179!if "$(RUNTIME_LIBS)" == "static"
180__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
181!endif
182!if "$(USE_RTTI)" == "0"
183__RTTIFLAG_9 =
184!endif
185!if "$(USE_RTTI)" == "1"
186__RTTIFLAG_9 = /GR
187!endif
188!if "$(USE_EXCEPTIONS)" == "0"
189__EXCEPTIONSFLAG_10 =
190!endif
191!if "$(USE_EXCEPTIONS)" == "1"
192__EXCEPTIONSFLAG_10 = /EHsc
193!endif
194!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
195__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
196!endif
197!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
198__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
199!endif
200!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
201__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
202!endif
203!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
204__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
205!endif
206!if "$(WXUNIV)" == "1"
207__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
208!endif
209!if "$(WXUNIV)" == "1"
210__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
211!endif
212!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
213__DEBUG_DEFINE_p = /D__WXDEBUG__
214!endif
215!if "$(DEBUG_FLAG)" == "1"
216__DEBUG_DEFINE_p = /D__WXDEBUG__
217!endif
218!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
219__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
220!endif
221!if "$(DEBUG_FLAG)" == "1"
222__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
223!endif
224!if "$(USE_EXCEPTIONS)" == "0"
225__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
226!endif
227!if "$(USE_EXCEPTIONS)" == "0"
228__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
229!endif
230!if "$(USE_RTTI)" == "0"
231__RTTI_DEFINE_p = /DwxNO_RTTI
232!endif
233!if "$(USE_RTTI)" == "0"
234__RTTI_DEFINE_p_1 = /d wxNO_RTTI
235!endif
236!if "$(USE_THREADS)" == "0"
237__THREAD_DEFINE_p = /DwxNO_THREADS
238!endif
239!if "$(USE_THREADS)" == "0"
240__THREAD_DEFINE_p_1 = /d wxNO_THREADS
241!endif
242!if "$(UNICODE)" == "1"
243__UNICODE_DEFINE_p = /D_UNICODE
244!endif
245!if "$(UNICODE)" == "1"
246__UNICODE_DEFINE_p_1 = /d _UNICODE
247!endif
248!if "$(MSLU)" == "1"
249__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
250!endif
251!if "$(MSLU)" == "1"
252__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
253!endif
254!if "$(SHARED)" == "1"
255__DLLFLAG_p = /DWXUSINGDLL
256!endif
257!if "$(SHARED)" == "1"
258__DLLFLAG_p_1 = /d WXUSINGDLL
259!endif
260!if "$(MONOLITHIC)" == "0"
261__WXLIB_CORE_p = \
262 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
263!endif
264!if "$(MONOLITHIC)" == "0"
265__WXLIB_BASE_p = \
266 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
267!endif
268!if "$(MONOLITHIC)" == "1"
269__WXLIB_MONO_p = \
270 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
271!endif
272!if "$(USE_GUI)" == "1"
273__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
274!endif
275!if "$(USE_GUI)" == "1"
276__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
277!endif
278!if "$(USE_GUI)" == "1"
279__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
280!endif
281!if "$(MSLU)" == "1"
282__UNICOWS_LIB_p = unicows.lib
283!endif
284
285
286all: $(OBJS)
287$(OBJS):
288 -if not exist $(OBJS) mkdir $(OBJS)
289
290### Targets: ###
291
292all: $(__penguin___depname) data
293
294clean:
295 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
296 -if exist $(OBJS)\*.res del $(OBJS)\*.res
297 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
298 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
299 -if exist $(OBJS)\penguin.ilk del $(OBJS)\penguin.ilk
300 -if exist $(OBJS)\penguin.pdb del $(OBJS)\penguin.pdb
301
302!if "$(USE_OPENGL)" == "1"
303$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
304 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
305 $(PENGUIN_OBJECTS) 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) 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 odbc32.lib
306<<
307!endif
308
309data:
310 if not exist $(OBJS) mkdir $(OBJS)
311 for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
312
313$(OBJS)\penguin_penguin.obj: .\penguin.cpp
314 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
315
316$(OBJS)\penguin_dxfrenderer.obj: .\dxfrenderer.cpp
317 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
318
319$(OBJS)\penguin_trackball.obj: .\trackball.c
320 $(CC) /c /nologo /TC /Fo$@ $(PENGUIN_CFLAGS) $**
321
322$(OBJS)\penguin_penguin.res: .\penguin.rc
323 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_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) /i $(SETUPHDIR) /i .\..\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH $**
324