]> git.saurik.com Git - wxWidgets.git/blame - demos/bombs/makefile.vc
compilation fix
[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) \
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 \
4e209a20
VS
20 /I.\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_WINDOWS /I..\..\samples \
21 $(CXXFLAGS)
264af224
VS
22BOMBS_OBJECTS = \
23 $(OBJS)\bombs_bombs.obj \
24 $(OBJS)\bombs_bombs1.obj \
25 $(OBJS)\bombs_game.obj \
26 $(OBJS)\bombs_bombs.res
27LIBDIRNAME = \
28 .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
29OBJS = \
30 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
31
32### Conditionally set variables: ###
33
34!if "$(USE_GUI)" == "0"
35PORTNAME = base
36!endif
37!if "$(USE_GUI)" == "1"
38PORTNAME = msw
39!endif
40!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
41WXDEBUGFLAG = d
42!endif
43!if "$(DEBUG_FLAG)" == "1"
44WXDEBUGFLAG = d
45!endif
46!if "$(SHARED)" == "1"
47WXDLLFLAG = dll
48!endif
49!if "$(UNICODE)" == "1"
50WXUNICODEFLAG = u
51!endif
52!if "$(WXUNIV)" == "1"
53WXUNIVNAME = univ
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
56__DEBUGINFO_0 = /Zi
57!endif
58!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
59__DEBUGINFO_0 =
60!endif
61!if "$(DEBUG_INFO)" == "0"
62__DEBUGINFO_0 =
63!endif
64!if "$(DEBUG_INFO)" == "1"
65__DEBUGINFO_0 = /Zi
66!endif
67!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_1 = /DEBUG
69!endif
70!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
71__DEBUGINFO_1 =
72!endif
73!if "$(DEBUG_INFO)" == "0"
74__DEBUGINFO_1 =
75!endif
76!if "$(DEBUG_INFO)" == "1"
77__DEBUGINFO_1 = /DEBUG
78!endif
79!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
80__DEBUGINFO_3 = d
81!endif
82!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
83__DEBUGINFO_3 =
84!endif
85!if "$(DEBUG_INFO)" == "0"
86__DEBUGINFO_3 =
87!endif
88!if "$(DEBUG_INFO)" == "1"
89__DEBUGINFO_3 = d
90!endif
91!if "$(DEBUG_RUNTIME_LIBS)" == "0"
92__DEBUGRUNTIME_3 =
93!endif
94!if "$(DEBUG_RUNTIME_LIBS)" == "1"
95__DEBUGRUNTIME_3 = d
96!endif
97!if "$(DEBUG_RUNTIME_LIBS)" == "default"
98__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
99!endif
100!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
101__DEBUG_DEFINE_p = /D__WXDEBUG__
102!endif
103!if "$(DEBUG_FLAG)" == "1"
104__DEBUG_DEFINE_p = /D__WXDEBUG__
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
108!endif
109!if "$(DEBUG_FLAG)" == "1"
110__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
111!endif
112!if "$(SHARED)" == "1"
113__DLLFLAG_p = /DWXUSINGDLL
114!endif
115!if "$(SHARED)" == "1"
116__DLLFLAG_p_1 = /d WXUSINGDLL
117!endif
118!if "$(USE_GUI)" == "1"
119__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
120!endif
121!if "$(USE_GUI)" == "1"
122__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
123!endif
124!if "$(USE_GUI)" == "1"
125__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
126!endif
127!if "$(BUILD)" == "debug"
128__OPTIMIZEFLAG_4 = /Od
129!endif
130!if "$(BUILD)" == "release"
131__OPTIMIZEFLAG_4 = /O2
132!endif
133!if "$(RUNTIME_LIBS)" == "dynamic"
134__RUNTIME_LIBS_7 = D
135!endif
136!if "$(RUNTIME_LIBS)" == "static"
137__RUNTIME_LIBS_7 = T
138!endif
139!if "$(UNICODE)" == "1"
140__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
141!endif
142!if "$(UNICODE)" == "1"
143__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
144!endif
4e209a20
VS
145!if "$(MSLU)" == "1"
146__UNICOWS_LIB_p = unicows.lib
147!endif
264af224
VS
148!if "$(MONOLITHIC)" == "0"
149__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
150!endif
151!if "$(MONOLITHIC)" == "0"
152__WXLIB_CORE_p = \
153 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
154!endif
155!if "$(MONOLITHIC)" == "1"
156__WXLIB_MONO_p = \
157 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
158!endif
159!if "$(WXUNIV)" == "1"
160__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
161!endif
162!if "$(WXUNIV)" == "1"
163__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
164!endif
165!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
166____DEBUGINFO_2_p = /D_DEBUG
167!endif
168!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
169____DEBUGINFO_2_p =
170!endif
171!if "$(DEBUG_INFO)" == "0"
172____DEBUGINFO_2_p =
173!endif
174!if "$(DEBUG_INFO)" == "1"
175____DEBUGINFO_2_p = /D_DEBUG
176!endif
177!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
178____DEBUGINFO_2_p_1 = /d _DEBUG
179!endif
180!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
181____DEBUGINFO_2_p_1 =
182!endif
183!if "$(DEBUG_INFO)" == "0"
184____DEBUGINFO_2_p_1 =
185!endif
186!if "$(DEBUG_INFO)" == "1"
187____DEBUGINFO_2_p_1 = /d _DEBUG
188!endif
189!if "$(DEBUG_RUNTIME_LIBS)" == "0"
190____DEBUGRUNTIME_2_p =
191!endif
192!if "$(DEBUG_RUNTIME_LIBS)" == "1"
193____DEBUGRUNTIME_2_p = /D_DEBUG
194!endif
195!if "$(DEBUG_RUNTIME_LIBS)" == "default"
196____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
197!endif
198!if "$(DEBUG_RUNTIME_LIBS)" == "0"
199____DEBUGRUNTIME_2_p_1 =
200!endif
201!if "$(DEBUG_RUNTIME_LIBS)" == "1"
202____DEBUGRUNTIME_2_p_1 = /d _DEBUG
203!endif
204!if "$(DEBUG_RUNTIME_LIBS)" == "default"
205____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
206!endif
207
208
209all: $(OBJS)
210$(OBJS):
211 -if not exist $(OBJS) mkdir $(OBJS)
212
213### Targets: ###
214
215all: $(OBJS)\bombs.exe
216
217$(OBJS)\bombs_bombs.obj: .\bombs.cpp
218 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
219
220$(OBJS)\bombs_bombs.res: .\bombs.rc
4e209a20 221 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 /i ..\..\samples $**
264af224
VS
222
223$(OBJS)\bombs_bombs1.obj: .\bombs1.cpp
224 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
225
226$(OBJS)\bombs_game.obj: .\game.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(BOMBS_CXXFLAGS) $**
228
229$(OBJS)\bombs.exe: $(BOMBS_OBJECTS) $(OBJS)\bombs_bombs.res
230 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 231 $(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
264af224
VS
232<<
233
234clean:
235 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
236 -if exist $(OBJS)\*.res del $(OBJS)\*.res
237 -if exist $(OBJS)\bombs.exe del $(OBJS)\bombs.exe