]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.vc
Remove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMain). When a window
[wxWidgets.git] / samples / opengl / penguin / makefile.vc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
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
e93c6860
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17PENGUIN_CFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
18 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
19 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
20 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
21 /D_WINDOWS /I.\..\..\..\samples $(CFLAGS)
e93c6860
VS
22PENGUIN_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
23 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
24 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7 25 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
1c3a6972 26 /D_WINDOWS /I.\..\..\..\samples $(CXXFLAGS) /GR /GX
e93c6860
VS
27PENGUIN_OBJECTS = \
28 $(OBJS)\penguin_penguin.obj \
29 $(OBJS)\penguin_lw.obj \
30 $(OBJS)\penguin_trackball.obj \
31 $(OBJS)\penguin_penguin.res
75a0a7b7
VS
32SETUPHDIR = \
33 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
e93c6860
VS
34
35### Conditionally set variables: ###
36
75a0a7b7
VS
37!if "$(SHARED)" == "0"
38LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
39!endif
40!if "$(SHARED)" == "1"
41LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
42!endif
e93c6860
VS
43!if "$(USE_GUI)" == "0"
44PORTNAME = base
45!endif
46!if "$(USE_GUI)" == "1"
47PORTNAME = msw
48!endif
49!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
50WXDEBUGFLAG = d
51!endif
52!if "$(DEBUG_FLAG)" == "1"
53WXDEBUGFLAG = d
54!endif
55!if "$(SHARED)" == "1"
56WXDLLFLAG = dll
57!endif
58!if "$(UNICODE)" == "1"
59WXUNICODEFLAG = u
60!endif
61!if "$(WXUNIV)" == "1"
62WXUNIVNAME = univ
63!endif
64!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_0 = /Zi
66!endif
67!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_0 =
69!endif
70!if "$(DEBUG_INFO)" == "0"
71__DEBUGINFO_0 =
72!endif
73!if "$(DEBUG_INFO)" == "1"
74__DEBUGINFO_0 = /Zi
75!endif
76!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_1 = /DEBUG
78!endif
79!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
80__DEBUGINFO_1 =
81!endif
82!if "$(DEBUG_INFO)" == "0"
83__DEBUGINFO_1 =
84!endif
85!if "$(DEBUG_INFO)" == "1"
86__DEBUGINFO_1 = /DEBUG
87!endif
88!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
89__DEBUGINFO_3 = d
90!endif
91!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
92__DEBUGINFO_3 =
93!endif
94!if "$(DEBUG_INFO)" == "0"
95__DEBUGINFO_3 =
96!endif
97!if "$(DEBUG_INFO)" == "1"
98__DEBUGINFO_3 = d
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "0"
101__DEBUGRUNTIME_3 =
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "1"
104__DEBUGRUNTIME_3 = d
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "default"
107__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110__DEBUG_DEFINE_p = /D__WXDEBUG__
111!endif
112!if "$(DEBUG_FLAG)" == "1"
113__DEBUG_DEFINE_p = /D__WXDEBUG__
114!endif
115!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
116__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
117!endif
118!if "$(DEBUG_FLAG)" == "1"
119__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
120!endif
121!if "$(SHARED)" == "1"
122__DLLFLAG_p = /DWXUSINGDLL
123!endif
124!if "$(SHARED)" == "1"
125__DLLFLAG_p_1 = /d WXUSINGDLL
126!endif
127!if "$(USE_GUI)" == "1"
128__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
129!endif
130!if "$(USE_GUI)" == "1"
131__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
132!endif
133!if "$(USE_GUI)" == "1"
134__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
135!endif
136!if "$(BUILD)" == "debug"
137__OPTIMIZEFLAG_4 = /Od
138!endif
139!if "$(BUILD)" == "release"
140__OPTIMIZEFLAG_4 = /O2
141!endif
142!if "$(RUNTIME_LIBS)" == "dynamic"
143__RUNTIME_LIBS_7 = D
144!endif
145!if "$(RUNTIME_LIBS)" == "static"
146__RUNTIME_LIBS_7 = T
147!endif
148!if "$(UNICODE)" == "1"
149__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
150!endif
151!if "$(UNICODE)" == "1"
152__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
153!endif
4e209a20
VS
154!if "$(MSLU)" == "1"
155__UNICOWS_LIB_p = unicows.lib
156!endif
e93c6860
VS
157!if "$(MONOLITHIC)" == "0"
158__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
159!endif
160!if "$(MONOLITHIC)" == "0"
161__WXLIB_CORE_p = \
162 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
163!endif
164!if "$(MONOLITHIC)" == "1"
165__WXLIB_MONO_p = \
166 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
167!endif
168!if "$(WXUNIV)" == "1"
169__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
170!endif
171!if "$(WXUNIV)" == "1"
172__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
173!endif
174!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
175____DEBUGINFO_2_p = /D_DEBUG
176!endif
177!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
178____DEBUGINFO_2_p =
179!endif
180!if "$(DEBUG_INFO)" == "0"
181____DEBUGINFO_2_p =
182!endif
183!if "$(DEBUG_INFO)" == "1"
184____DEBUGINFO_2_p = /D_DEBUG
185!endif
186!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
187____DEBUGINFO_2_p_1 = /d _DEBUG
188!endif
189!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
190____DEBUGINFO_2_p_1 =
191!endif
192!if "$(DEBUG_INFO)" == "0"
193____DEBUGINFO_2_p_1 =
194!endif
195!if "$(DEBUG_INFO)" == "1"
196____DEBUGINFO_2_p_1 = /d _DEBUG
197!endif
198!if "$(DEBUG_RUNTIME_LIBS)" == "0"
199____DEBUGRUNTIME_2_p =
200!endif
201!if "$(DEBUG_RUNTIME_LIBS)" == "1"
202____DEBUGRUNTIME_2_p = /D_DEBUG
203!endif
204!if "$(DEBUG_RUNTIME_LIBS)" == "default"
205____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
206!endif
207!if "$(DEBUG_RUNTIME_LIBS)" == "0"
208____DEBUGRUNTIME_2_p_1 =
209!endif
210!if "$(DEBUG_RUNTIME_LIBS)" == "1"
211____DEBUGRUNTIME_2_p_1 = /d _DEBUG
212!endif
213!if "$(DEBUG_RUNTIME_LIBS)" == "default"
214____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
215!endif
216
217
218all: $(OBJS)
219$(OBJS):
220 -if not exist $(OBJS) mkdir $(OBJS)
8b089c5e 221
e93c6860
VS
222### Targets: ###
223
224all: $(OBJS)\penguin.exe data
225
226$(OBJS)\penguin_lw.obj: .\lw.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
228
229$(OBJS)\penguin_penguin.obj: .\penguin.cpp
230 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
231
232$(OBJS)\penguin_penguin.res: .\penguin.rc
75a0a7b7 233 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_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 $**
e93c6860
VS
234
235$(OBJS)\penguin_trackball.obj: .\trackball.c
236 $(CC) /c /nologo /TC /Fo$@ $(PENGUIN_CFLAGS) $**
237
238clean:
239 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240 -if exist $(OBJS)\*.res del $(OBJS)\*.res
241 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
242
243data:
244 if not exist $(OBJS) mkdir $(OBJS)
245 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
246
247$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
75a0a7b7 248 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 249 $(PENGUIN_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
e93c6860 250<<