]> git.saurik.com Git - wxWidgets.git/blame - demos/life/makefile.vc
unicode for mac fixes
[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
15LIFE_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\life.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
18 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
19 /D_WINDOWS /I.\..\..\samples $(CXXFLAGS)
264af224
VS
20LIFE_OBJECTS = \
21 $(OBJS)\life_life.obj \
22 $(OBJS)\life_dialogs.obj \
23 $(OBJS)\life_game.obj \
24 $(OBJS)\life_reader.obj \
25 $(OBJS)\life_life.res
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
123!if "$(USE_GUI)" == "1"
124__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
125!endif
126!if "$(USE_GUI)" == "1"
127__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
128!endif
129!if "$(USE_GUI)" == "1"
130__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
131!endif
132!if "$(BUILD)" == "debug"
133__OPTIMIZEFLAG_4 = /Od
134!endif
135!if "$(BUILD)" == "release"
136__OPTIMIZEFLAG_4 = /O2
137!endif
138!if "$(RUNTIME_LIBS)" == "dynamic"
139__RUNTIME_LIBS_7 = D
140!endif
141!if "$(RUNTIME_LIBS)" == "static"
142__RUNTIME_LIBS_7 = T
143!endif
144!if "$(UNICODE)" == "1"
145__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
146!endif
147!if "$(UNICODE)" == "1"
148__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
149!endif
4e209a20
VS
150!if "$(MSLU)" == "1"
151__UNICOWS_LIB_p = unicows.lib
152!endif
264af224
VS
153!if "$(MONOLITHIC)" == "0"
154__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
155!endif
156!if "$(MONOLITHIC)" == "0"
157__WXLIB_CORE_p = \
158 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.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)\life.exe data
221
222$(OBJS)\life_dialogs.obj: .\dialogs.cpp
223 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
224
225$(OBJS)\life_game.obj: .\game.cpp
226 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
227
228$(OBJS)\life_life.obj: .\life.cpp
229 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
230
231$(OBJS)\life_life.res: .\life.rc
75a0a7b7 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 $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $**
264af224
VS
233
234$(OBJS)\life_reader.obj: .\reader.cpp
235 $(CXX) /c /nologo /TP /Fo$@ $(LIFE_CXXFLAGS) $**
236
237clean:
238 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
239 -if exist $(OBJS)\*.res del $(OBJS)\*.res
240 -if exist $(OBJS)\life.exe del $(OBJS)\life.exe
241
242data:
243 if not exist $(OBJS) mkdir $(OBJS)
244 for %f in (samples.inc breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
245
246$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life.res
75a0a7b7 247 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 248 $(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 249<<