]> git.saurik.com Git - wxWidgets.git/blame - demos/life/makefile.vc
More fixes for !wxUSE_TIMER, !wxUSE_IMAGE
[wxWidgets.git] / demos / life / 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# =========================================================================
5a1dca12 6
fd9f42b6 7!include <../../build/msw/config.vc>
5a1dca12 8
264af224
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
5a1dca12 12
264af224 13### Variables: ###
5a1dca12 14
264af224
VS
15LIBDIRNAME = \
16 .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17LIFE_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
18 $(__DEBUGINFO_0) /Fd$(OBJS)\life.pdb $(____DEBUGRUNTIME_2_p) \
19 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
20 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(LIBDIRNAME) /I.\..\..\src\tiff \
21 /I.\..\..\src\jpeg /I.\..\..\src\png /I.\..\..\src\zlib /I.\..\..\src\regex \
4e209a20
VS
22 /I.\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_WINDOWS /I..\..\samples \
23 $(CXXFLAGS)
264af224
VS
24LIFE_OBJECTS = \
25 $(OBJS)\life_life.obj \
26 $(OBJS)\life_dialogs.obj \
27 $(OBJS)\life_game.obj \
28 $(OBJS)\life_reader.obj \
29 $(OBJS)\life_life.res
30OBJS = \
31 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
32
33### Conditionally set variables: ###
34
35!if "$(USE_GUI)" == "0"
36PORTNAME = base
37!endif
38!if "$(USE_GUI)" == "1"
39PORTNAME = msw
40!endif
41!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
42WXDEBUGFLAG = d
43!endif
44!if "$(DEBUG_FLAG)" == "1"
45WXDEBUGFLAG = d
46!endif
47!if "$(SHARED)" == "1"
48WXDLLFLAG = dll
49!endif
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
56!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
57__DEBUGINFO_0 = /Zi
58!endif
59!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO_0 =
61!endif
62!if "$(DEBUG_INFO)" == "0"
63__DEBUGINFO_0 =
64!endif
65!if "$(DEBUG_INFO)" == "1"
66__DEBUGINFO_0 = /Zi
67!endif
68!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_1 = /DEBUG
70!endif
71!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_1 =
73!endif
74!if "$(DEBUG_INFO)" == "0"
75__DEBUGINFO_1 =
76!endif
77!if "$(DEBUG_INFO)" == "1"
78__DEBUGINFO_1 = /DEBUG
79!endif
80!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_3 = d
82!endif
83!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_3 =
85!endif
86!if "$(DEBUG_INFO)" == "0"
87__DEBUGINFO_3 =
88!endif
89!if "$(DEBUG_INFO)" == "1"
90__DEBUGINFO_3 = d
91!endif
92!if "$(DEBUG_RUNTIME_LIBS)" == "0"
93__DEBUGRUNTIME_3 =
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "1"
96__DEBUGRUNTIME_3 = d
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "default"
99__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
100!endif
101!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
102__DEBUG_DEFINE_p = /D__WXDEBUG__
103!endif
104!if "$(DEBUG_FLAG)" == "1"
105__DEBUG_DEFINE_p = /D__WXDEBUG__
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
108__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
109!endif
110!if "$(DEBUG_FLAG)" == "1"
111__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
112!endif
113!if "$(SHARED)" == "1"
114__DLLFLAG_p = /DWXUSINGDLL
115!endif
116!if "$(SHARED)" == "1"
117__DLLFLAG_p_1 = /d WXUSINGDLL
118!endif
119!if "$(USE_GUI)" == "1"
120__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
121!endif
122!if "$(USE_GUI)" == "1"
123__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
124!endif
125!if "$(USE_GUI)" == "1"
126__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
127!endif
128!if "$(BUILD)" == "debug"
129__OPTIMIZEFLAG_4 = /Od
130!endif
131!if "$(BUILD)" == "release"
132__OPTIMIZEFLAG_4 = /O2
133!endif
134!if "$(RUNTIME_LIBS)" == "dynamic"
135__RUNTIME_LIBS_7 = D
136!endif
137!if "$(RUNTIME_LIBS)" == "static"
138__RUNTIME_LIBS_7 = T
139!endif
140!if "$(UNICODE)" == "1"
141__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
142!endif
143!if "$(UNICODE)" == "1"
144__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
145!endif
4e209a20
VS
146!if "$(MSLU)" == "1"
147__UNICOWS_LIB_p = unicows.lib
148!endif
264af224
VS
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)" == "1"
157__WXLIB_MONO_p = \
158 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
159!endif
160!if "$(WXUNIV)" == "1"
161__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
162!endif
163!if "$(WXUNIV)" == "1"
164__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
165!endif
166!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
167____DEBUGINFO_2_p = /D_DEBUG
168!endif
169!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
170____DEBUGINFO_2_p =
171!endif
172!if "$(DEBUG_INFO)" == "0"
173____DEBUGINFO_2_p =
174!endif
175!if "$(DEBUG_INFO)" == "1"
176____DEBUGINFO_2_p = /D_DEBUG
177!endif
178!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
179____DEBUGINFO_2_p_1 = /d _DEBUG
180!endif
181!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
182____DEBUGINFO_2_p_1 =
183!endif
184!if "$(DEBUG_INFO)" == "0"
185____DEBUGINFO_2_p_1 =
186!endif
187!if "$(DEBUG_INFO)" == "1"
188____DEBUGINFO_2_p_1 = /d _DEBUG
189!endif
190!if "$(DEBUG_RUNTIME_LIBS)" == "0"
191____DEBUGRUNTIME_2_p =
192!endif
193!if "$(DEBUG_RUNTIME_LIBS)" == "1"
194____DEBUGRUNTIME_2_p = /D_DEBUG
195!endif
196!if "$(DEBUG_RUNTIME_LIBS)" == "default"
197____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
198!endif
199!if "$(DEBUG_RUNTIME_LIBS)" == "0"
200____DEBUGRUNTIME_2_p_1 =
201!endif
202!if "$(DEBUG_RUNTIME_LIBS)" == "1"
203____DEBUGRUNTIME_2_p_1 = /d _DEBUG
204!endif
205!if "$(DEBUG_RUNTIME_LIBS)" == "default"
206____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
207!endif
208
209
210all: $(OBJS)
211$(OBJS):
212 -if not exist $(OBJS) mkdir $(OBJS)
213
214### Targets: ###
215
216all: $(OBJS)\life.exe data
217
218$(OBJS)\life_dialogs.obj: .\dialogs.cpp
219 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
220
221$(OBJS)\life_game.obj: .\game.cpp
222 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
223
224$(OBJS)\life_life.obj: .\life.cpp
225 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
226
227$(OBJS)\life_life.res: .\life.rc
4e209a20 228 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
229
230$(OBJS)\life_reader.obj: .\reader.cpp
231 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
232
233clean:
234 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
235 -if exist $(OBJS)\*.res del $(OBJS)\*.res
236 -if exist $(OBJS)\life.exe del $(OBJS)\life.exe
237
238data:
239 if not exist $(OBJS) mkdir $(OBJS)
240 for %f in (samples.inc breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
241
242$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life.res
243 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 244 $(LIFE_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 245<<