]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/makefile.vc
expat must be added to the template, not generated wxWindows.dsp
[wxWidgets.git] / demos / forty / 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
15FORTY_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\forty.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
22FORTY_OBJECTS = \
23 $(OBJS)\forty_forty.obj \
24 $(OBJS)\forty_canvas.obj \
25 $(OBJS)\forty_card.obj \
26 $(OBJS)\forty_game.obj \
27 $(OBJS)\forty_pile.obj \
28 $(OBJS)\forty_playerdg.obj \
29 $(OBJS)\forty_scoredg.obj \
30 $(OBJS)\forty_scorefil.obj \
31 $(OBJS)\forty_forty.res
32LIBDIRNAME = \
33 .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
34OBJS = \
35 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
36
37### Conditionally set variables: ###
38
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)" == "0"
161__WXLIB_HTML_p = \
162 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
163!endif
164!if "$(MONOLITHIC)" == "1"
165__WXLIB_MONO_p = \
166 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
167!endif
168!if "$(WXUNIV)" == "1"
169__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
170!endif
171!if "$(WXUNIV)" == "1"
172__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
173!endif
174!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
175____DEBUGINFO_2_p = /D_DEBUG
176!endif
177!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
178____DEBUGINFO_2_p =
179!endif
180!if "$(DEBUG_INFO)" == "0"
181____DEBUGINFO_2_p =
182!endif
183!if "$(DEBUG_INFO)" == "1"
184____DEBUGINFO_2_p = /D_DEBUG
185!endif
186!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
187____DEBUGINFO_2_p_1 = /d _DEBUG
188!endif
189!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
190____DEBUGINFO_2_p_1 =
191!endif
192!if "$(DEBUG_INFO)" == "0"
193____DEBUGINFO_2_p_1 =
194!endif
195!if "$(DEBUG_INFO)" == "1"
196____DEBUGINFO_2_p_1 = /d _DEBUG
197!endif
198!if "$(DEBUG_RUNTIME_LIBS)" == "0"
199____DEBUGRUNTIME_2_p =
200!endif
201!if "$(DEBUG_RUNTIME_LIBS)" == "1"
202____DEBUGRUNTIME_2_p = /D_DEBUG
203!endif
204!if "$(DEBUG_RUNTIME_LIBS)" == "default"
205____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
206!endif
207!if "$(DEBUG_RUNTIME_LIBS)" == "0"
208____DEBUGRUNTIME_2_p_1 =
209!endif
210!if "$(DEBUG_RUNTIME_LIBS)" == "1"
211____DEBUGRUNTIME_2_p_1 = /d _DEBUG
212!endif
213!if "$(DEBUG_RUNTIME_LIBS)" == "default"
214____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
215!endif
216
217
218all: $(OBJS)
219$(OBJS):
220 -if not exist $(OBJS) mkdir $(OBJS)
221
222### Targets: ###
223
224all: $(OBJS)\forty.exe
225
226$(OBJS)\forty_canvas.obj: .\canvas.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
228
229$(OBJS)\forty_card.obj: .\card.cpp
230 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
231
232$(OBJS)\forty_forty.obj: .\forty.cpp
233 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
234
235$(OBJS)\forty_forty.res: .\forty.rc
4e209a20 236 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
237
238$(OBJS)\forty_game.obj: .\game.cpp
239 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
240
241$(OBJS)\forty_pile.obj: .\pile.cpp
242 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
243
244$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
245 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
246
247$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
248 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
249
250$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
251 $(CXX) /c /nologo /TP /Fo$@ $(FORTY_CXXFLAGS) $**
252
253clean:
254 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
255 -if exist $(OBJS)\*.res del $(OBJS)\*.res
256 -if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
257
258$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
259 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 260 $(FORTY_OBJECTS) $(__WXLIB_HTML_p) $(__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 261<<