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