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