]> git.saurik.com Git - wxWidgets.git/blame - demos/bombs/makefile.vc
regenerated with DESTDIR fixes
[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) \
19 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) /GR /GX
264af224
VS
20BOMBS_OBJECTS = \
21 $(OBJS)\bombs_bombs.obj \
22 $(OBJS)\bombs_bombs1.obj \
23 $(OBJS)\bombs_game.obj \
24 $(OBJS)\bombs_bombs.res
264af224
VS
25OBJS = \
26 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
264af224
VS
29
30### Conditionally set variables: ###
31
75a0a7b7
VS
32!if "$(SHARED)" == "0"
33LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
34!endif
35!if "$(SHARED)" == "1"
36LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
37!endif
264af224
VS
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
ec08d395
JS
131!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
132__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
133!endif
134!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
135__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
136!endif
137!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
138__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
139!endif
140!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
141__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
142!endif
264af224
VS
143!if "$(BUILD)" == "debug"
144__OPTIMIZEFLAG_4 = /Od
145!endif
146!if "$(BUILD)" == "release"
147__OPTIMIZEFLAG_4 = /O2
148!endif
149!if "$(RUNTIME_LIBS)" == "dynamic"
150__RUNTIME_LIBS_7 = D
151!endif
152!if "$(RUNTIME_LIBS)" == "static"
153__RUNTIME_LIBS_7 = T
154!endif
155!if "$(UNICODE)" == "1"
ec08d395 156__UNICODE_DEFINE_p = /D_UNICODE
264af224
VS
157!endif
158!if "$(UNICODE)" == "1"
ec08d395 159__UNICODE_DEFINE_p_1 = /d _UNICODE
264af224 160!endif
4e209a20
VS
161!if "$(MSLU)" == "1"
162__UNICOWS_LIB_p = unicows.lib
163!endif
264af224
VS
164!if "$(MONOLITHIC)" == "0"
165__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
166!endif
167!if "$(MONOLITHIC)" == "0"
168__WXLIB_CORE_p = \
169 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
170!endif
171!if "$(MONOLITHIC)" == "1"
172__WXLIB_MONO_p = \
173 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
174!endif
175!if "$(WXUNIV)" == "1"
176__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
177!endif
178!if "$(WXUNIV)" == "1"
179__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
180!endif
181!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
182____DEBUGINFO_2_p = /D_DEBUG
183!endif
184!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
185____DEBUGINFO_2_p =
186!endif
187!if "$(DEBUG_INFO)" == "0"
188____DEBUGINFO_2_p =
189!endif
190!if "$(DEBUG_INFO)" == "1"
191____DEBUGINFO_2_p = /D_DEBUG
192!endif
193!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
194____DEBUGINFO_2_p_1 = /d _DEBUG
195!endif
196!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
197____DEBUGINFO_2_p_1 =
198!endif
199!if "$(DEBUG_INFO)" == "0"
200____DEBUGINFO_2_p_1 =
201!endif
202!if "$(DEBUG_INFO)" == "1"
203____DEBUGINFO_2_p_1 = /d _DEBUG
204!endif
205!if "$(DEBUG_RUNTIME_LIBS)" == "0"
206____DEBUGRUNTIME_2_p =
207!endif
208!if "$(DEBUG_RUNTIME_LIBS)" == "1"
209____DEBUGRUNTIME_2_p = /D_DEBUG
210!endif
211!if "$(DEBUG_RUNTIME_LIBS)" == "default"
212____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
213!endif
214!if "$(DEBUG_RUNTIME_LIBS)" == "0"
215____DEBUGRUNTIME_2_p_1 =
216!endif
217!if "$(DEBUG_RUNTIME_LIBS)" == "1"
218____DEBUGRUNTIME_2_p_1 = /d _DEBUG
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "default"
221____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
222!endif
223
224
225all: $(OBJS)
226$(OBJS):
227 -if not exist $(OBJS) mkdir $(OBJS)
228
229### Targets: ###
230
231all: $(OBJS)\bombs.exe
232
233$(OBJS)\bombs_bombs.obj: .\bombs.cpp
234 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
235
236$(OBJS)\bombs_bombs.res: .\bombs.rc
ec08d395 237 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
238
239$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
240 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
241
242$(OBJS)\bombs_game.obj: .\game.cpp
243 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
244
245$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
75a0a7b7 246 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 247 $(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
248<<
249
250clean:
251 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
252 -if exist $(OBJS)\*.res del $(OBJS)\*.res
253 -if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe
ec08d395
JS
254 -if exist $(OBJS)\bombs.ilk del $(OBJS)\bombs.ilk
255 -if exist $(OBJS)\bombs.pdb del $(OBJS)\bombs.pdb