]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/cube/makefile.vc
Warning fix for wxUSE_LOG off.
[wxWidgets.git] / samples / opengl / cube / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8b089c5e 6
fd9f42b6 7!include <../../../build/msw/config.vc>
8b089c5e 8
250700e4
RD
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
c33fae85 15WX_RELEASE_NODOT = 25
b17c1746
DE
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)
8c9f8f91 21CUBE_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
67757ff7 22 $(__DEBUGINFO_0) /Fd$(OBJS)\cube.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
8c9f8f91
JS
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
c33fae85 26 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
8c9f8f91 27 $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) $(CXXFLAGS)
67757ff7
VS
28CUBE_OBJECTS = \
29 $(OBJS)\cube_cube.obj \
30 $(OBJS)\cube_cube.res
250700e4
RD
31
32### Conditionally set variables: ###
33
34!if "$(USE_GUI)" == "0"
35PORTNAME = base
36!endif
37!if "$(USE_GUI)" == "1"
38PORTNAME = msw
39!endif
67757ff7
VS
40!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
41WXDEBUGFLAG = d
42!endif
43!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
44WXDEBUGFLAG = d
45!endif
250700e4
RD
46!if "$(UNICODE)" == "1"
47WXUNICODEFLAG = u
48!endif
49!if "$(WXUNIV)" == "1"
50WXUNIVNAME = univ
51!endif
b17c1746
DE
52!if "$(SHARED)" == "1"
53WXDLLFLAG = dll
54!endif
b14abf14
JS
55!if "$(SHARED)" == "0"
56LIBTYPE_SUFFIX = lib
57!endif
58!if "$(SHARED)" == "1"
59LIBTYPE_SUFFIX = 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__cube___depname = $(OBJS)\cube.exe
69!endif
67757ff7
VS
70!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_0 = /Zi
250700e4 72!endif
67757ff7
VS
73!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_0 =
250700e4 75!endif
67757ff7
VS
76!if "$(DEBUG_INFO)" == "0"
77__DEBUGINFO_0 =
250700e4 78!endif
67757ff7
VS
79!if "$(DEBUG_INFO)" == "1"
80__DEBUGINFO_0 = /Zi
250700e4 81!endif
67757ff7
VS
82!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
83__DEBUGINFO_1 = /DEBUG
250700e4 84!endif
67757ff7
VS
85!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
86__DEBUGINFO_1 =
250700e4 87!endif
67757ff7
VS
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
67757ff7 103!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
b17c1746 104____DEBUGINFO_2_p = /D_DEBUG
67757ff7
VS
105!endif
106!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
b17c1746 107____DEBUGINFO_2_p =
67757ff7
VS
108!endif
109!if "$(DEBUG_INFO)" == "0"
b17c1746 110____DEBUGINFO_2_p =
67757ff7
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
67757ff7
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
250700e4 147!endif
b17c1746
DE
148!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
149__DEBUGINFO_3 =
67757ff7 150!endif
b17c1746
DE
151!if "$(DEBUG_INFO)" == "0"
152__DEBUGINFO_3 =
67757ff7 153!endif
b17c1746
DE
154!if "$(DEBUG_INFO)" == "1"
155__DEBUGINFO_3 = d
250700e4 156!endif
b17c1746
DE
157!if "$(BUILD)" == "debug"
158__OPTIMIZEFLAG_4 = /Od
8b089c5e 159!endif
b17c1746
DE
160!if "$(BUILD)" == "release"
161__OPTIMIZEFLAG_4 = /O2
162!endif
8c9f8f91
JS
163!if "$(USE_THREADS)" == "0"
164__THREADSFLAG_7 = L
165!endif
166!if "$(USE_THREADS)" == "1"
167__THREADSFLAG_7 = T
168!endif
b17c1746 169!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 170__RUNTIME_LIBS_8 = D
b17c1746
DE
171!endif
172!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 173__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
67757ff7 174!endif
8c9f8f91
JS
175!if "$(USE_RTTI)" == "0"
176__RTTIFLAG_9 =
b71531ad 177!endif
8c9f8f91
JS
178!if "$(USE_RTTI)" == "1"
179__RTTIFLAG_9 = /GR
b71531ad
VZ
180!endif
181!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 182__EXCEPTIONSFLAG_10 =
b71531ad
VZ
183!endif
184!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 185__EXCEPTIONSFLAG_10 = /EHsc
b71531ad 186!endif
ec08d395
JS
187!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
188__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
189!endif
190!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
191__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
192!endif
193!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
194__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
195!endif
196!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
197__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
198!endif
b17c1746
DE
199!if "$(WXUNIV)" == "1"
200__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
250700e4 201!endif
b17c1746
DE
202!if "$(WXUNIV)" == "1"
203__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
250700e4 204!endif
b17c1746
DE
205!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
206__DEBUG_DEFINE_p = /D__WXDEBUG__
250700e4 207!endif
b17c1746
DE
208!if "$(DEBUG_FLAG)" == "1"
209__DEBUG_DEFINE_p = /D__WXDEBUG__
210!endif
211!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
212__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
213!endif
214!if "$(DEBUG_FLAG)" == "1"
215__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
250700e4 216!endif
8c9f8f91
JS
217!if "$(USE_EXCEPTIONS)" == "0"
218__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
219!endif
220!if "$(USE_EXCEPTIONS)" == "0"
221__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
222!endif
223!if "$(USE_RTTI)" == "0"
224__RTTI_DEFINE_p = /DwxNO_RTTI
225!endif
226!if "$(USE_RTTI)" == "0"
227__RTTI_DEFINE_p_1 = /d wxNO_RTTI
228!endif
229!if "$(USE_THREADS)" == "0"
230__THREAD_DEFINE_p = /DwxNO_THREADS
231!endif
232!if "$(USE_THREADS)" == "0"
233__THREAD_DEFINE_p_1 = /d wxNO_THREADS
234!endif
250700e4 235!if "$(UNICODE)" == "1"
22cef566 236__UNICODE_DEFINE_p = /D_UNICODE
250700e4
RD
237!endif
238!if "$(UNICODE)" == "1"
22cef566 239__UNICODE_DEFINE_p_1 = /d _UNICODE
250700e4 240!endif
b17c1746
DE
241!if "$(SHARED)" == "1"
242__DLLFLAG_p = /DWXUSINGDLL
4e209a20 243!endif
b17c1746
DE
244!if "$(SHARED)" == "1"
245__DLLFLAG_p_1 = /d WXUSINGDLL
250700e4
RD
246!endif
247!if "$(MONOLITHIC)" == "0"
67757ff7 248__WXLIB_CORE_p = \
c33fae85 249 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 250!endif
b17c1746 251!if "$(MONOLITHIC)" == "0"
c33fae85
RN
252__WXLIB_BASE_p = \
253 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 254!endif
250700e4 255!if "$(MONOLITHIC)" == "1"
67757ff7 256__WXLIB_MONO_p = \
c33fae85 257 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 258!endif
b17c1746 259!if "$(USE_GUI)" == "1"
9c2d002b 260__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
67757ff7 261!endif
b17c1746 262!if "$(USE_GUI)" == "1"
9c2d002b 263__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
67757ff7 264!endif
b17c1746 265!if "$(USE_GUI)" == "1"
9c2d002b 266__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
67757ff7 267!endif
b17c1746
DE
268!if "$(MSLU)" == "1"
269__UNICOWS_LIB_p = unicows.lib
67757ff7 270!endif
250700e4
RD
271
272
273all: $(OBJS)
274$(OBJS):
275 -if not exist $(OBJS) mkdir $(OBJS)
276
277### Targets: ###
278
dd65d8c8 279all: $(__cube___depname)
250700e4 280
250700e4
RD
281clean:
282 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
283 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 284 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
250700e4 285 -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe
22cef566
VS
286 -if exist $(OBJS)\cube.ilk del $(OBJS)\cube.ilk
287 -if exist $(OBJS)\cube.pdb del $(OBJS)\cube.pdb
8b089c5e 288
dd65d8c8 289!if "$(USE_OPENGL)" == "1"
67757ff7 290$(OBJS)\cube.exe: $(CUBE_OBJECTS) $(OBJS)\cube_cube.res
75a0a7b7 291 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
dd65d8c8 292 $(CUBE_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
250700e4 293<<
dd65d8c8 294!endif
b17c1746
DE
295
296$(OBJS)\cube_cube.obj: .\cube.cpp
297 $(CXX) /c /nologo /TP /Fo$@ $(CUBE_CXXFLAGS) $**
298
299$(OBJS)\cube_cube.res: .\cube.rc
8c9f8f91 300 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH $**
b14abf14 301