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