]> git.saurik.com Git - wxWidgets.git/blame - demos/bombs/makefile.vc
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
[wxWidgets.git] / demos / bombs / 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
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
264af224
VS
15BOMBS_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\bombs.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
17 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
18 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
a4ad36cd
VS
19 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) \
20 $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9)
264af224
VS
21BOMBS_OBJECTS = \
22 $(OBJS)\bombs_bombs.obj \
23 $(OBJS)\bombs_bombs1.obj \
24 $(OBJS)\bombs_game.obj \
25 $(OBJS)\bombs_bombs.res
264af224
VS
26OBJS = \
27 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
264af224
VS
30
31### Conditionally set variables: ###
32
75a0a7b7
VS
33!if "$(SHARED)" == "0"
34LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
35!endif
36!if "$(SHARED)" == "1"
37LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
38!endif
264af224
VS
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
51!if "$(SHARED)" == "1"
52WXDLLFLAG = dll
53!endif
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
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
84!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
85__DEBUGINFO_3 = d
86!endif
87!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
88__DEBUGINFO_3 =
89!endif
90!if "$(DEBUG_INFO)" == "0"
91__DEBUGINFO_3 =
92!endif
93!if "$(DEBUG_INFO)" == "1"
94__DEBUGINFO_3 = d
95!endif
96!if "$(DEBUG_RUNTIME_LIBS)" == "0"
97__DEBUGRUNTIME_3 =
98!endif
99!if "$(DEBUG_RUNTIME_LIBS)" == "1"
100__DEBUGRUNTIME_3 = d
101!endif
102!if "$(DEBUG_RUNTIME_LIBS)" == "default"
103__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
104!endif
105!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
106__DEBUG_DEFINE_p = /D__WXDEBUG__
107!endif
108!if "$(DEBUG_FLAG)" == "1"
109__DEBUG_DEFINE_p = /D__WXDEBUG__
110!endif
111!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
112__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
113!endif
114!if "$(DEBUG_FLAG)" == "1"
115__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
116!endif
117!if "$(SHARED)" == "1"
118__DLLFLAG_p = /DWXUSINGDLL
119!endif
120!if "$(SHARED)" == "1"
121__DLLFLAG_p_1 = /d WXUSINGDLL
122!endif
a4ad36cd
VS
123!if "$(USE_EXCEPTIONS)" == "0"
124__EXCEPTIONSFLAG_8 =
125!endif
126!if "$(USE_EXCEPTIONS)" == "1"
127__EXCEPTIONSFLAG_8 = /GR
128!endif
129!if "$(USE_EXCEPTIONS)" == "0"
130__EXCEPTIONSFLAG_9 =
131!endif
132!if "$(USE_EXCEPTIONS)" == "1"
133__EXCEPTIONSFLAG_9 = /GX
134!endif
264af224
VS
135!if "$(USE_GUI)" == "1"
136__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
137!endif
138!if "$(USE_GUI)" == "1"
139__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
140!endif
141!if "$(USE_GUI)" == "1"
142__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
143!endif
ec08d395
JS
144!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
145__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
146!endif
147!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
148__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
149!endif
150!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
151__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
152!endif
153!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
154__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
155!endif
264af224
VS
156!if "$(BUILD)" == "debug"
157__OPTIMIZEFLAG_4 = /Od
158!endif
159!if "$(BUILD)" == "release"
160__OPTIMIZEFLAG_4 = /O2
161!endif
162!if "$(RUNTIME_LIBS)" == "dynamic"
163__RUNTIME_LIBS_7 = D
164!endif
165!if "$(RUNTIME_LIBS)" == "static"
166__RUNTIME_LIBS_7 = T
167!endif
168!if "$(UNICODE)" == "1"
ec08d395 169__UNICODE_DEFINE_p = /D_UNICODE
264af224
VS
170!endif
171!if "$(UNICODE)" == "1"
ec08d395 172__UNICODE_DEFINE_p_1 = /d _UNICODE
264af224 173!endif
4e209a20
VS
174!if "$(MSLU)" == "1"
175__UNICOWS_LIB_p = unicows.lib
176!endif
264af224
VS
177!if "$(MONOLITHIC)" == "0"
178__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
179!endif
180!if "$(MONOLITHIC)" == "0"
181__WXLIB_CORE_p = \
182 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
183!endif
184!if "$(MONOLITHIC)" == "1"
185__WXLIB_MONO_p = \
186 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
187!endif
188!if "$(WXUNIV)" == "1"
189__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
190!endif
191!if "$(WXUNIV)" == "1"
192__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
193!endif
194!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
195____DEBUGINFO_2_p = /D_DEBUG
196!endif
197!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
198____DEBUGINFO_2_p =
199!endif
200!if "$(DEBUG_INFO)" == "0"
201____DEBUGINFO_2_p =
202!endif
203!if "$(DEBUG_INFO)" == "1"
204____DEBUGINFO_2_p = /D_DEBUG
205!endif
206!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
207____DEBUGINFO_2_p_1 = /d _DEBUG
208!endif
209!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
210____DEBUGINFO_2_p_1 =
211!endif
212!if "$(DEBUG_INFO)" == "0"
213____DEBUGINFO_2_p_1 =
214!endif
215!if "$(DEBUG_INFO)" == "1"
216____DEBUGINFO_2_p_1 = /d _DEBUG
217!endif
218!if "$(DEBUG_RUNTIME_LIBS)" == "0"
219____DEBUGRUNTIME_2_p =
220!endif
221!if "$(DEBUG_RUNTIME_LIBS)" == "1"
222____DEBUGRUNTIME_2_p = /D_DEBUG
223!endif
224!if "$(DEBUG_RUNTIME_LIBS)" == "default"
225____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
226!endif
227!if "$(DEBUG_RUNTIME_LIBS)" == "0"
228____DEBUGRUNTIME_2_p_1 =
229!endif
230!if "$(DEBUG_RUNTIME_LIBS)" == "1"
231____DEBUGRUNTIME_2_p_1 = /d _DEBUG
232!endif
233!if "$(DEBUG_RUNTIME_LIBS)" == "default"
234____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
235!endif
236
237
238all: $(OBJS)
239$(OBJS):
240 -if not exist $(OBJS) mkdir $(OBJS)
241
242### Targets: ###
243
244all: $(OBJS)\bombs.exe
245
246$(OBJS)\bombs_bombs.obj: .\bombs.cpp
247 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
248
249$(OBJS)\bombs_bombs.res: .\bombs.rc
ec08d395 250 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 $**
264af224
VS
251
252$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
253 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
254
255$(OBJS)\bombs_game.obj: .\game.cpp
256 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
257
258$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
75a0a7b7 259 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 260 $(BOMBS_OBJECTS) $(__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 $(__UNICOWS_LIB_p) 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 oleacc.lib
264af224
VS
261<<
262
263clean:
264 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
265 -if exist $(OBJS)\*.res del $(OBJS)\*.res
266 -if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
ec08d395
JS
267 -if exist $(OBJS)\bombs.ilk del $(OBJS)\bombs.ilk
268 -if exist $(OBJS)\bombs.pdb del $(OBJS)\bombs.pdb