]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.vc
no-op methods for ownerdrawn methods in wxMenuItem
[wxWidgets.git] / samples / opengl / penguin / makefile.vc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include <../../../build/msw/config.vc>
e93c6860
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
c33fae85 15WX_RELEASE_NODOT = 25
e93c6860
VS
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 21PENGUIN_CFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
e93c6860 22 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
c33fae85 25 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
9bfe7ad9
VS
26 $(CPPFLAGS) $(CFLAGS)
27PENGUIN_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
28 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
29 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
c33fae85 31 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
9bfe7ad9 32 $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
e93c6860
VS
33PENGUIN_OBJECTS = \
34 $(OBJS)\penguin_penguin.obj \
35 $(OBJS)\penguin_lw.obj \
36 $(OBJS)\penguin_trackball.obj \
37 $(OBJS)\penguin_penguin.res
38
39### Conditionally set variables: ###
40
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
51WXDEBUGFLAG = d
52!endif
e93c6860
VS
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
b17c1746
DE
59!if "$(SHARED)" == "1"
60WXDLLFLAG = dll
61!endif
b14abf14
JS
62!if "$(SHARED)" == "0"
63LIBTYPE_SUFFIX = lib
64!endif
65!if "$(SHARED)" == "1"
66LIBTYPE_SUFFIX = dll
67!endif
dd65d8c8
RN
68!if "$(MONOLITHIC)" == "0"
69EXTRALIBS_FOR_BASE =
70!endif
71!if "$(MONOLITHIC)" == "1"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(USE_OPENGL)" == "1"
75__penguin___depname = $(OBJS)\penguin.exe
76!endif
e93c6860
VS
77!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_0 = /Zi
79!endif
80!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_0 =
82!endif
83!if "$(DEBUG_INFO)" == "0"
84__DEBUGINFO_0 =
85!endif
86!if "$(DEBUG_INFO)" == "1"
87__DEBUGINFO_0 = /Zi
88!endif
89!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
90__DEBUGINFO_1 = /DEBUG
91!endif
92!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
93__DEBUGINFO_1 =
94!endif
95!if "$(DEBUG_INFO)" == "0"
96__DEBUGINFO_1 =
97!endif
98!if "$(DEBUG_INFO)" == "1"
99__DEBUGINFO_1 = /DEBUG
100!endif
b17c1746
DE
101!if "$(DEBUG_RUNTIME_LIBS)" == "0"
102____DEBUGRUNTIME_2_p =
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "1"
105____DEBUGRUNTIME_2_p = /D_DEBUG
106!endif
107!if "$(DEBUG_RUNTIME_LIBS)" == "default"
108____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
109!endif
e93c6860 110!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
b17c1746 111____DEBUGINFO_2_p = /D_DEBUG
e93c6860
VS
112!endif
113!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
b17c1746 114____DEBUGINFO_2_p =
e93c6860
VS
115!endif
116!if "$(DEBUG_INFO)" == "0"
b17c1746 117____DEBUGINFO_2_p =
e93c6860
VS
118!endif
119!if "$(DEBUG_INFO)" == "1"
b17c1746
DE
120____DEBUGINFO_2_p = /D_DEBUG
121!endif
122!if "$(DEBUG_RUNTIME_LIBS)" == "0"
123____DEBUGRUNTIME_2_p_1 =
124!endif
125!if "$(DEBUG_RUNTIME_LIBS)" == "1"
126____DEBUGRUNTIME_2_p_1 = /d _DEBUG
127!endif
128!if "$(DEBUG_RUNTIME_LIBS)" == "default"
129____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
130!endif
131!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
132____DEBUGINFO_2_p_1 = /d _DEBUG
133!endif
134!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
135____DEBUGINFO_2_p_1 =
136!endif
137!if "$(DEBUG_INFO)" == "0"
138____DEBUGINFO_2_p_1 =
139!endif
140!if "$(DEBUG_INFO)" == "1"
141____DEBUGINFO_2_p_1 = /d _DEBUG
e93c6860
VS
142!endif
143!if "$(DEBUG_RUNTIME_LIBS)" == "0"
144__DEBUGRUNTIME_3 =
145!endif
146!if "$(DEBUG_RUNTIME_LIBS)" == "1"
147__DEBUGRUNTIME_3 = d
148!endif
149!if "$(DEBUG_RUNTIME_LIBS)" == "default"
150__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
151!endif
b17c1746
DE
152!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
153__DEBUGINFO_3 = d
e93c6860 154!endif
b17c1746
DE
155!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
156__DEBUGINFO_3 =
e93c6860 157!endif
b17c1746
DE
158!if "$(DEBUG_INFO)" == "0"
159__DEBUGINFO_3 =
e93c6860 160!endif
b17c1746
DE
161!if "$(DEBUG_INFO)" == "1"
162__DEBUGINFO_3 = d
e93c6860 163!endif
b17c1746
DE
164!if "$(BUILD)" == "debug"
165__OPTIMIZEFLAG_4 = /Od
e93c6860 166!endif
b17c1746
DE
167!if "$(BUILD)" == "release"
168__OPTIMIZEFLAG_4 = /O2
169!endif
170!if "$(RUNTIME_LIBS)" == "dynamic"
171__RUNTIME_LIBS_7 = D
172!endif
173!if "$(RUNTIME_LIBS)" == "static"
174__RUNTIME_LIBS_7 = T
e93c6860 175!endif
b71531ad
VZ
176!if "$(USE_EXCEPTIONS)" == "0"
177__EXCEPTIONSFLAG_8 =
178!endif
179!if "$(USE_EXCEPTIONS)" == "1"
180__EXCEPTIONSFLAG_8 = /GR
181!endif
182!if "$(USE_EXCEPTIONS)" == "0"
183__EXCEPTIONSFLAG_9 =
184!endif
185!if "$(USE_EXCEPTIONS)" == "1"
186__EXCEPTIONSFLAG_9 = /GX
187!endif
ec08d395
JS
188!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
189__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
190!endif
191!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
192__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
193!endif
194!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
195__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
196!endif
197!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
198__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
199!endif
b17c1746
DE
200!if "$(WXUNIV)" == "1"
201__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
e93c6860 202!endif
b17c1746
DE
203!if "$(WXUNIV)" == "1"
204__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
e93c6860 205!endif
b17c1746
DE
206!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
207__DEBUG_DEFINE_p = /D__WXDEBUG__
e93c6860 208!endif
b17c1746
DE
209!if "$(DEBUG_FLAG)" == "1"
210__DEBUG_DEFINE_p = /D__WXDEBUG__
211!endif
212!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
213__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
214!endif
215!if "$(DEBUG_FLAG)" == "1"
216__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
e93c6860
VS
217!endif
218!if "$(UNICODE)" == "1"
22cef566 219__UNICODE_DEFINE_p = /D_UNICODE
e93c6860
VS
220!endif
221!if "$(UNICODE)" == "1"
22cef566 222__UNICODE_DEFINE_p_1 = /d _UNICODE
e93c6860 223!endif
b17c1746
DE
224!if "$(SHARED)" == "1"
225__DLLFLAG_p = /DWXUSINGDLL
4e209a20 226!endif
b17c1746
DE
227!if "$(SHARED)" == "1"
228__DLLFLAG_p_1 = /d WXUSINGDLL
e93c6860
VS
229!endif
230!if "$(MONOLITHIC)" == "0"
231__WXLIB_CORE_p = \
c33fae85 232 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 233!endif
b17c1746 234!if "$(MONOLITHIC)" == "0"
c33fae85
RN
235__WXLIB_BASE_p = \
236 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 237!endif
e93c6860
VS
238!if "$(MONOLITHIC)" == "1"
239__WXLIB_MONO_p = \
c33fae85 240 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 241!endif
b17c1746 242!if "$(USE_GUI)" == "1"
9c2d002b 243__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 244!endif
b17c1746 245!if "$(USE_GUI)" == "1"
9c2d002b 246__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
e93c6860 247!endif
b17c1746 248!if "$(USE_GUI)" == "1"
9c2d002b 249__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
e93c6860 250!endif
b17c1746
DE
251!if "$(MSLU)" == "1"
252__UNICOWS_LIB_p = unicows.lib
e93c6860 253!endif
e93c6860
VS
254
255
256all: $(OBJS)
257$(OBJS):
258 -if not exist $(OBJS) mkdir $(OBJS)
8b089c5e 259
e93c6860
VS
260### Targets: ###
261
dd65d8c8 262all: $(__penguin___depname) data
e93c6860 263
e93c6860
VS
264clean:
265 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
266 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 267 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
e93c6860 268 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
22cef566
VS
269 -if exist $(OBJS)\penguin.ilk del $(OBJS)\penguin.ilk
270 -if exist $(OBJS)\penguin.pdb del $(OBJS)\penguin.pdb
e93c6860 271
dd65d8c8 272!if "$(USE_OPENGL)" == "1"
e93c6860 273$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
75a0a7b7 274 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
dd65d8c8 275 $(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 oleacc.lib odbc32.lib
e93c6860 276<<
dd65d8c8 277!endif
b17c1746
DE
278
279data:
280 if not exist $(OBJS) mkdir $(OBJS)
281 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
282
283$(OBJS)\penguin_penguin.obj: .\penguin.cpp
284 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
285
286$(OBJS)\penguin_lw.obj: .\lw.cpp
287 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
288
289$(OBJS)\penguin_trackball.obj: .\trackball.c
290 $(CC) /c /nologo /TC /Fo$@ $(PENGUIN_CFLAGS) $**
291
292$(OBJS)\penguin_penguin.res: .\penguin.rc
b14abf14
JS
293 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH $**
294