]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/makefile.bcc
Baked with Bakefile 0.1.4
[wxWidgets.git] / demos / forty / makefile.bcc
CommitLineData
264af224
VS
1# =========================================================================
2# This makefile was generated by
c3255f5f 3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
264af224
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
62448488 6
9bfe7ad9
VS
7.autodepend
8
264af224 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
264af224 13BCCDIR = $(MAKEDIR)\..
62448488
JS
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
62448488 17
264af224
VS
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
62448488 21
264af224
VS
22### Variables: ###
23
b17c1746
DE
24OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
28FORTY_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
9bfe7ad9 31 -I. $(__DLLFLAG_p) -I.\..\..\samples $(CPPFLAGS) $(CXXFLAGS)
264af224
VS
32FORTY_OBJECTS = \
33 $(OBJS)\forty_forty.obj \
34 $(OBJS)\forty_canvas.obj \
35 $(OBJS)\forty_card.obj \
36 $(OBJS)\forty_game.obj \
37 $(OBJS)\forty_pile.obj \
38 $(OBJS)\forty_playerdg.obj \
39 $(OBJS)\forty_scoredg.obj \
40 $(OBJS)\forty_scorefil.obj
264af224
VS
41
42### Conditionally set variables: ###
43
44!if "$(USE_GUI)" == "0"
45PORTNAME = base
46!endif
47!if "$(USE_GUI)" == "1"
48PORTNAME = msw
49!endif
50!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
51WXDEBUGFLAG = d
52!endif
53!if "$(DEBUG_FLAG)" == "1"
54WXDEBUGFLAG = d
55!endif
264af224
VS
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
264af224 62!if "$(SHARED)" == "1"
b17c1746 63WXDLLFLAG = dll
264af224
VS
64!endif
65!if "$(BUILD)" == "debug"
66__OPTIMIZEFLAG_2 = -Od
67!endif
68!if "$(BUILD)" == "release"
69__OPTIMIZEFLAG_2 = -O2
70!endif
71!if "$(RUNTIME_LIBS)" == "dynamic"
72__RUNTIME_LIBS_6 = -tWR
73!endif
74!if "$(RUNTIME_LIBS)" == "static"
75__RUNTIME_LIBS_6 =
76!endif
77!if "$(RUNTIME_LIBS)" == "dynamic"
78__RUNTIME_LIBS_7 = i
79!endif
80!if "$(RUNTIME_LIBS)" == "static"
81__RUNTIME_LIBS_7 =
82!endif
b17c1746
DE
83!if "$(WXUNIV)" == "1"
84__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
85!endif
86!if "$(WXUNIV)" == "1"
87__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
88!endif
89!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
90__DEBUG_DEFINE_p = -D__WXDEBUG__
91!endif
92!if "$(DEBUG_FLAG)" == "1"
93__DEBUG_DEFINE_p = -D__WXDEBUG__
94!endif
95!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
96__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
97!endif
98!if "$(DEBUG_FLAG)" == "1"
99__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
100!endif
264af224 101!if "$(UNICODE)" == "1"
ec08d395 102__UNICODE_DEFINE_p = -D_UNICODE
264af224
VS
103!endif
104!if "$(UNICODE)" == "1"
ec08d395 105__UNICODE_DEFINE_p_1 = -d_UNICODE
264af224 106!endif
b17c1746
DE
107!if "$(SHARED)" == "1"
108__DLLFLAG_p = -DWXUSINGDLL
109!endif
110!if "$(SHARED)" == "1"
111__DLLFLAG_p_1 = -dWXUSINGDLL
4e209a20 112!endif
264af224 113!if "$(MONOLITHIC)" == "0"
b17c1746
DE
114__WXLIB_HTML_p = \
115 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
264af224
VS
116!endif
117!if "$(MONOLITHIC)" == "0"
118__WXLIB_CORE_p = \
119 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
120!endif
121!if "$(MONOLITHIC)" == "0"
b17c1746 122__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
264af224
VS
123!endif
124!if "$(MONOLITHIC)" == "1"
125__WXLIB_MONO_p = \
126 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
127!endif
b17c1746
DE
128!if "$(USE_GUI)" == "1"
129__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
264af224 130!endif
b17c1746
DE
131!if "$(USE_GUI)" == "1"
132__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
133!endif
134!if "$(USE_GUI)" == "1"
135__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
136!endif
137!if "$(MSLU)" == "1"
138__UNICOWS_LIB_p = unicows.lib
139!endif
140!if "$(SHARED)" == "0"
141LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
142!endif
143!if "$(SHARED)" == "1"
144LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
145!endif
146!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
147__DEBUGINFO = -v
148!endif
149!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
150__DEBUGINFO = -v-
151!endif
152!if "$(DEBUG_INFO)" == "0"
153__DEBUGINFO = -v-
154!endif
155!if "$(DEBUG_INFO)" == "1"
156__DEBUGINFO = -v
264af224
VS
157!endif
158
159
160all: $(OBJS)
161$(OBJS):
162 -if not exist $(OBJS) mkdir $(OBJS)
163
164### Targets: ###
165
166all: $(OBJS)\forty.exe
167
b17c1746
DE
168clean:
169 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
170 -if exist $(OBJS)\*.res del $(OBJS)\*.res
171 -if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
172 -if exist $(OBJS)\forty.tds del $(OBJS)\forty.tds
173 -if exist $(OBJS)\forty.ilc del $(OBJS)\forty.ilc
174 -if exist $(OBJS)\forty.ild del $(OBJS)\forty.ild
175 -if exist $(OBJS)\forty.ilf del $(OBJS)\forty.ilf
176 -if exist $(OBJS)\forty.ils del $(OBJS)\forty.ils
264af224 177
b17c1746
DE
178$(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
179 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
b92ca8cf 180 c0w32.obj $(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$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\forty_forty.res
b17c1746 181|
264af224
VS
182
183$(OBJS)\forty_forty.obj: .\forty.cpp
184 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
185
b17c1746
DE
186$(OBJS)\forty_canvas.obj: .\canvas.cpp
187 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
188
189$(OBJS)\forty_card.obj: .\card.cpp
190 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
264af224
VS
191
192$(OBJS)\forty_game.obj: .\game.cpp
193 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
194
195$(OBJS)\forty_pile.obj: .\pile.cpp
196 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
197
198$(OBJS)\forty_playerdg.obj: .\playerdg.cpp
199 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
200
201$(OBJS)\forty_scoredg.obj: .\scoredg.cpp
202 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
203
204$(OBJS)\forty_scorefil.obj: .\scorefil.cpp
205 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
206
b17c1746
DE
207$(OBJS)\forty_forty.res: .\forty.rc
208 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**