]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/makefile.vc
initialize wxMSWSystemMenuFontModule stuff on demand only, there is no need to create...
[wxWidgets.git] / demos / forty / makefile.vc
CommitLineData
264af224
VS
1# =========================================================================
2# This makefile was generated by
7379e476 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
264af224
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
48d1144b 6
fd9f42b6 7!include <../../build/msw/config.vc>
48d1144b 8
264af224
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
48d1144b 12
264af224 13### Variables: ###
48d1144b 14
ae4ccf12 15WX_RELEASE_NODOT = 29
7379e476 16COMPILER_PREFIX = vc
b17c1746 17OBJS = \
7379e476
VZ
18 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
19LIBDIRNAME = \
20 .\..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91 23FORTY_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
264af224 24 $(__DEBUGINFO_0) /Fd$(OBJS)\forty.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 25 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
8c9f8f91 26 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 27 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
28 $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) \
29 /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) \
30 $(CPPFLAGS) $(CXXFLAGS)
264af224
VS
31FORTY_OBJECTS = \
32 $(OBJS)\forty_forty.obj \
33 $(OBJS)\forty_canvas.obj \
34 $(OBJS)\forty_card.obj \
35 $(OBJS)\forty_game.obj \
36 $(OBJS)\forty_pile.obj \
37 $(OBJS)\forty_playerdg.obj \
38 $(OBJS)\forty_scoredg.obj \
39 $(OBJS)\forty_scorefil.obj \
40 $(OBJS)\forty_forty.res
264af224
VS
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
264af224
VS
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
9d309aad 62!if "$(TARGET_CPU)" == "amd64"
ab6ea1ac
MW
63DIR_SUFFIX_CPU = _amd64
64!endif
9d309aad
MW
65!if "$(TARGET_CPU)" == "amd64"
66DIR_SUFFIX_CPU = _amd64
67!endif
68!if "$(TARGET_CPU)" == "ia64"
69DIR_SUFFIX_CPU = _ia64
70!endif
71!if "$(TARGET_CPU)" == "ia64"
ab6ea1ac
MW
72DIR_SUFFIX_CPU = _ia64
73!endif
b17c1746
DE
74!if "$(SHARED)" == "1"
75WXDLLFLAG = dll
76!endif
d3d0b8db
JS
77!if "$(SHARED)" == "0"
78LIBTYPE_SUFFIX = lib
79!endif
80!if "$(SHARED)" == "1"
81LIBTYPE_SUFFIX = dll
82!endif
9d309aad
MW
83!if "$(TARGET_CPU)" == "amd64"
84LINK_TARGET_CPU = /MACHINE:AMD64
85!endif
86!if "$(TARGET_CPU)" == "amd64"
ab6ea1ac
MW
87LINK_TARGET_CPU = /MACHINE:AMD64
88!endif
9d309aad
MW
89!if "$(TARGET_CPU)" == "ia64"
90LINK_TARGET_CPU = /MACHINE:IA64
91!endif
92!if "$(TARGET_CPU)" == "ia64"
ab6ea1ac
MW
93LINK_TARGET_CPU = /MACHINE:IA64
94!endif
dd65d8c8
RN
95!if "$(MONOLITHIC)" == "0"
96EXTRALIBS_FOR_BASE =
97!endif
98!if "$(MONOLITHIC)" == "1"
99EXTRALIBS_FOR_BASE =
100!endif
264af224
VS
101!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
102__DEBUGINFO_0 = /Zi
103!endif
104!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
105__DEBUGINFO_0 =
106!endif
107!if "$(DEBUG_INFO)" == "0"
108__DEBUGINFO_0 =
109!endif
110!if "$(DEBUG_INFO)" == "1"
111__DEBUGINFO_0 = /Zi
112!endif
113!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
114__DEBUGINFO_1 = /DEBUG
115!endif
116!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
117__DEBUGINFO_1 =
118!endif
119!if "$(DEBUG_INFO)" == "0"
120__DEBUGINFO_1 =
121!endif
122!if "$(DEBUG_INFO)" == "1"
123__DEBUGINFO_1 = /DEBUG
124!endif
21c6080d
JS
125!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
126____DEBUGRUNTIME_2_p = /D_DEBUG
127!endif
128!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
129____DEBUGRUNTIME_2_p =
130!endif
b17c1746
DE
131!if "$(DEBUG_RUNTIME_LIBS)" == "0"
132____DEBUGRUNTIME_2_p =
133!endif
134!if "$(DEBUG_RUNTIME_LIBS)" == "1"
135____DEBUGRUNTIME_2_p = /D_DEBUG
136!endif
21c6080d
JS
137!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
138____DEBUGRUNTIME_2_p_1 = /d _DEBUG
264af224 139!endif
21c6080d
JS
140!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
141____DEBUGRUNTIME_2_p_1 =
b17c1746
DE
142!endif
143!if "$(DEBUG_RUNTIME_LIBS)" == "0"
144____DEBUGRUNTIME_2_p_1 =
145!endif
146!if "$(DEBUG_RUNTIME_LIBS)" == "1"
147____DEBUGRUNTIME_2_p_1 = /d _DEBUG
148!endif
21c6080d
JS
149!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
150__DEBUGRUNTIME_3 = d
b17c1746 151!endif
21c6080d
JS
152!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
153__DEBUGRUNTIME_3 =
264af224
VS
154!endif
155!if "$(DEBUG_RUNTIME_LIBS)" == "0"
156__DEBUGRUNTIME_3 =
157!endif
158!if "$(DEBUG_RUNTIME_LIBS)" == "1"
159__DEBUGRUNTIME_3 = d
160!endif
b17c1746
DE
161!if "$(BUILD)" == "debug"
162__OPTIMIZEFLAG_4 = /Od
264af224 163!endif
b17c1746
DE
164!if "$(BUILD)" == "release"
165__OPTIMIZEFLAG_4 = /O2
166!endif
8c9f8f91
JS
167!if "$(USE_THREADS)" == "0"
168__THREADSFLAG_7 = L
169!endif
170!if "$(USE_THREADS)" == "1"
171__THREADSFLAG_7 = T
172!endif
b17c1746 173!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 174__RUNTIME_LIBS_8 = D
b17c1746
DE
175!endif
176!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 177__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
264af224 178!endif
8c9f8f91
JS
179!if "$(USE_RTTI)" == "0"
180__RTTIFLAG_9 =
a4ad36cd 181!endif
8c9f8f91
JS
182!if "$(USE_RTTI)" == "1"
183__RTTIFLAG_9 = /GR
a4ad36cd
VS
184!endif
185!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 186__EXCEPTIONSFLAG_10 =
a4ad36cd
VS
187!endif
188!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 189__EXCEPTIONSFLAG_10 = /EHsc
a4ad36cd 190!endif
ec08d395
JS
191!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
192__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
193!endif
194!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
195__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
196!endif
197!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
198__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
199!endif
200!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
201__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
202!endif
b17c1746
DE
203!if "$(WXUNIV)" == "1"
204__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
264af224 205!endif
b17c1746
DE
206!if "$(WXUNIV)" == "1"
207__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
264af224 208!endif
b17c1746
DE
209!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
210__DEBUG_DEFINE_p = /D__WXDEBUG__
264af224 211!endif
b17c1746
DE
212!if "$(DEBUG_FLAG)" == "1"
213__DEBUG_DEFINE_p = /D__WXDEBUG__
214!endif
215!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
216__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
217!endif
218!if "$(DEBUG_FLAG)" == "1"
219__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
264af224 220!endif
8c9f8f91
JS
221!if "$(USE_EXCEPTIONS)" == "0"
222__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
223!endif
224!if "$(USE_EXCEPTIONS)" == "0"
225__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
226!endif
227!if "$(USE_RTTI)" == "0"
228__RTTI_DEFINE_p = /DwxNO_RTTI
229!endif
230!if "$(USE_RTTI)" == "0"
231__RTTI_DEFINE_p_1 = /d wxNO_RTTI
232!endif
233!if "$(USE_THREADS)" == "0"
234__THREAD_DEFINE_p = /DwxNO_THREADS
235!endif
236!if "$(USE_THREADS)" == "0"
237__THREAD_DEFINE_p_1 = /d wxNO_THREADS
238!endif
7379e476
VZ
239!if "$(UNICODE)" == "0"
240__UNICODE_DEFINE_p = /DwxUSE_UNICODE=0
241!endif
264af224 242!if "$(UNICODE)" == "1"
ec08d395 243__UNICODE_DEFINE_p = /D_UNICODE
264af224 244!endif
7379e476
VZ
245!if "$(UNICODE)" == "0"
246__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=0
247!endif
264af224 248!if "$(UNICODE)" == "1"
ec08d395 249__UNICODE_DEFINE_p_1 = /d _UNICODE
264af224 250!endif
2113bc77
MW
251!if "$(MSLU)" == "1"
252__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
253!endif
254!if "$(MSLU)" == "1"
255__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
256!endif
3abcf424
RD
257!if "$(USE_GDIPLUS)" == "1"
258__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
259!endif
260!if "$(USE_GDIPLUS)" == "1"
261__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
262!endif
b17c1746
DE
263!if "$(SHARED)" == "1"
264__DLLFLAG_p = /DWXUSINGDLL
265!endif
266!if "$(SHARED)" == "1"
267__DLLFLAG_p_1 = /d WXUSINGDLL
4e209a20 268!endif
264af224 269!if "$(MONOLITHIC)" == "0"
b17c1746 270__WXLIB_HTML_p = \
c33fae85 271 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
264af224
VS
272!endif
273!if "$(MONOLITHIC)" == "0"
c4839ccf 274__WXLIB_ADV_p = \
c33fae85 275 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
c4839ccf
JS
276!endif
277!if "$(MONOLITHIC)" == "0"
ebef1625
MW
278__WXLIB_XML_p = \
279 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
280!endif
281!if "$(MONOLITHIC)" == "0"
264af224 282__WXLIB_CORE_p = \
c33fae85 283 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
264af224
VS
284!endif
285!if "$(MONOLITHIC)" == "0"
c33fae85
RN
286__WXLIB_BASE_p = \
287 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
264af224
VS
288!endif
289!if "$(MONOLITHIC)" == "1"
290__WXLIB_MONO_p = \
c33fae85 291 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
264af224 292!endif
b17c1746 293!if "$(USE_GUI)" == "1"
9c2d002b 294__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
264af224 295!endif
b17c1746 296!if "$(USE_GUI)" == "1"
9c2d002b 297__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
264af224 298!endif
b17c1746 299!if "$(USE_GUI)" == "1"
9c2d002b 300__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
264af224 301!endif
b17c1746
DE
302!if "$(MSLU)" == "1"
303__UNICOWS_LIB_p = unicows.lib
264af224 304!endif
3abcf424
RD
305!if "$(USE_GDIPLUS)" == "1"
306__GDIPLUS_LIB_p = gdiplus.lib
307!endif
264af224
VS
308
309
310all: $(OBJS)
311$(OBJS):
312 -if not exist $(OBJS) mkdir $(OBJS)
313
314### Targets: ###
315
154fd1e4 316all: $(OBJS)\forty.exe data
264af224 317
b17c1746
DE
318clean:
319 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
320 -if exist $(OBJS)\*.res del $(OBJS)\*.res
d3d0b8db 321 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
b17c1746
DE
322 -if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
323 -if exist $(OBJS)\forty.ilk del $(OBJS)\forty.ilk
324 -if exist $(OBJS)\forty.pdb del $(OBJS)\forty.pdb
264af224 325
b17c1746 326$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
ab6ea1ac 327 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
7379e476 328 $(FORTY_OBJECTS) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_XML_p) $(__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) $(__GDIPLUS_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
b17c1746 329<<
264af224 330
154fd1e4
WS
331data:
332 if not exist $(OBJS) mkdir $(OBJS)
333 for %f in (about.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
334
264af224
VS
335$(OBJS)\forty_forty.obj: .\forty.cpp
336 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
337
b17c1746
DE
338$(OBJS)\forty_canvas.obj: .\canvas.cpp
339 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
340
341$(OBJS)\forty_card.obj: .\card.cpp
342 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
264af224
VS
343
344$(OBJS)\forty_game.obj: .\game.cpp
345 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
346
347$(OBJS)\forty_pile.obj: .\pile.cpp
348 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
349
350$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
351 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
352
353$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
354 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
355
356$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
357 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
358
b17c1746 359$(OBJS)\forty_forty.res: .\forty.rc
3abcf424 360 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) $(__GFXCTX_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH $**
d3d0b8db 361