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