]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/makefile.vc
In destructor: DestroyChildren() and make sure m_cocoaNSView is NULL so that
[wxWidgets.git] / demos / forty / makefile.vc
CommitLineData
264af224
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
48d1144b 6
264af224 7!include <../../build/config.vc>
48d1144b 8
264af224
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
48d1144b 12
264af224 13### Variables: ###
48d1144b 14
264af224
VS
15FORTY_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\forty.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(LIBDIRNAME) /I.\..\..\src\tiff \
19 /I.\..\..\src\jpeg /I.\..\..\src\png /I.\..\..\src\zlib /I.\..\..\src\regex \
20 /I.\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_WINDOWS $(CXXFLAGS)
21FORTY_OBJECTS = \
22 $(OBJS)\forty_forty.obj \
23 $(OBJS)\forty_canvas.obj \
24 $(OBJS)\forty_card.obj \
25 $(OBJS)\forty_game.obj \
26 $(OBJS)\forty_pile.obj \
27 $(OBJS)\forty_playerdg.obj \
28 $(OBJS)\forty_scoredg.obj \
29 $(OBJS)\forty_scorefil.obj \
30 $(OBJS)\forty_forty.res
31LIBDIRNAME = \
32 .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
33OBJS = \
34 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
35
36### Conditionally set variables: ###
37
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
44!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_FLAG)" == "1"
48WXDEBUGFLAG = d
49!endif
50!if "$(SHARED)" == "1"
51WXDLLFLAG = dll
52!endif
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
59!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO_0 = /Zi
61!endif
62!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO_0 =
64!endif
65!if "$(DEBUG_INFO)" == "0"
66__DEBUGINFO_0 =
67!endif
68!if "$(DEBUG_INFO)" == "1"
69__DEBUGINFO_0 = /Zi
70!endif
71!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_1 = /DEBUG
73!endif
74!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO_1 =
76!endif
77!if "$(DEBUG_INFO)" == "0"
78__DEBUGINFO_1 =
79!endif
80!if "$(DEBUG_INFO)" == "1"
81__DEBUGINFO_1 = /DEBUG
82!endif
83!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_3 = d
85!endif
86!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
87__DEBUGINFO_3 =
88!endif
89!if "$(DEBUG_INFO)" == "0"
90__DEBUGINFO_3 =
91!endif
92!if "$(DEBUG_INFO)" == "1"
93__DEBUGINFO_3 = d
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "0"
96__DEBUGRUNTIME_3 =
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "1"
99__DEBUGRUNTIME_3 = d
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "default"
102__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
103!endif
104!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
105__DEBUG_DEFINE_p = /D__WXDEBUG__
106!endif
107!if "$(DEBUG_FLAG)" == "1"
108__DEBUG_DEFINE_p = /D__WXDEBUG__
109!endif
110!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
111__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
112!endif
113!if "$(DEBUG_FLAG)" == "1"
114__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
115!endif
116!if "$(SHARED)" == "1"
117__DLLFLAG_p = /DWXUSINGDLL
118!endif
119!if "$(SHARED)" == "1"
120__DLLFLAG_p_1 = /d WXUSINGDLL
121!endif
122!if "$(USE_GUI)" == "1"
123__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
124!endif
125!if "$(USE_GUI)" == "1"
126__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
127!endif
128!if "$(USE_GUI)" == "1"
129__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
130!endif
131!if "$(BUILD)" == "debug"
132__OPTIMIZEFLAG_4 = /Od
133!endif
134!if "$(BUILD)" == "release"
135__OPTIMIZEFLAG_4 = /O2
136!endif
137!if "$(RUNTIME_LIBS)" == "dynamic"
138__RUNTIME_LIBS_7 = D
139!endif
140!if "$(RUNTIME_LIBS)" == "static"
141__RUNTIME_LIBS_7 = T
142!endif
143!if "$(UNICODE)" == "1"
144__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
145!endif
146!if "$(UNICODE)" == "1"
147__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
148!endif
149!if "$(MONOLITHIC)" == "0"
150__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
151!endif
152!if "$(MONOLITHIC)" == "0"
153__WXLIB_CORE_p = \
154 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
155!endif
156!if "$(MONOLITHIC)" == "0"
157__WXLIB_HTML_p = \
158 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
159!endif
160!if "$(MONOLITHIC)" == "1"
161__WXLIB_MONO_p = \
162 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
163!endif
164!if "$(WXUNIV)" == "1"
165__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
166!endif
167!if "$(WXUNIV)" == "1"
168__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
169!endif
170!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
171____DEBUGINFO_2_p = /D_DEBUG
172!endif
173!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
174____DEBUGINFO_2_p =
175!endif
176!if "$(DEBUG_INFO)" == "0"
177____DEBUGINFO_2_p =
178!endif
179!if "$(DEBUG_INFO)" == "1"
180____DEBUGINFO_2_p = /D_DEBUG
181!endif
182!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
183____DEBUGINFO_2_p_1 = /d _DEBUG
184!endif
185!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
186____DEBUGINFO_2_p_1 =
187!endif
188!if "$(DEBUG_INFO)" == "0"
189____DEBUGINFO_2_p_1 =
190!endif
191!if "$(DEBUG_INFO)" == "1"
192____DEBUGINFO_2_p_1 = /d _DEBUG
193!endif
194!if "$(DEBUG_RUNTIME_LIBS)" == "0"
195____DEBUGRUNTIME_2_p =
196!endif
197!if "$(DEBUG_RUNTIME_LIBS)" == "1"
198____DEBUGRUNTIME_2_p = /D_DEBUG
199!endif
200!if "$(DEBUG_RUNTIME_LIBS)" == "default"
201____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
202!endif
203!if "$(DEBUG_RUNTIME_LIBS)" == "0"
204____DEBUGRUNTIME_2_p_1 =
205!endif
206!if "$(DEBUG_RUNTIME_LIBS)" == "1"
207____DEBUGRUNTIME_2_p_1 = /d _DEBUG
208!endif
209!if "$(DEBUG_RUNTIME_LIBS)" == "default"
210____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
211!endif
212
213
214all: $(OBJS)
215$(OBJS):
216 -if not exist $(OBJS) mkdir $(OBJS)
217
218### Targets: ###
219
220all: $(OBJS)\forty.exe
221
222$(OBJS)\forty_canvas.obj: .\canvas.cpp
223 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
224
225$(OBJS)\forty_card.obj: .\card.cpp
226 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
227
228$(OBJS)\forty_forty.obj: .\forty.cpp
229 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
230
231$(OBJS)\forty_forty.res: .\forty.rc
232 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\include /i $(LIBDIRNAME) /i .\..\..\src\tiff /i .\..\..\src\jpeg /i .\..\..\src\png /i .\..\..\src\zlib /i .\..\..\src\regex /i .\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS $**
233
234$(OBJS)\forty_game.obj: .\game.cpp
235 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
236
237$(OBJS)\forty_pile.obj: .\pile.cpp
238 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
239
240$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
241 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
242
243$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
244 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
245
246$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
247 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
248
249clean:
250 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
251 -if exist $(OBJS)\*.res del $(OBJS)\*.res
252 -if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
253
254$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
255 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
256 $(FORTY_OBJECTS) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
257<<