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