]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/widgets/makefile.bcc
Added Ryan Norton and myself to the list of contributors
[wxWidgets.git] / samples / widgets / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.8 (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
13BCCDIR = $(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
24WX_RELEASE_NODOT = 26
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30WIDGETS_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
34 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
35WIDGETS_OBJECTS = \
36 $(OBJS)\widgets_button.obj \
37 $(OBJS)\widgets_checkbox.obj \
38 $(OBJS)\widgets_combobox.obj \
39 $(OBJS)\widgets_gauge.obj \
40 $(OBJS)\widgets_listbox.obj \
41 $(OBJS)\widgets_notebook.obj \
42 $(OBJS)\widgets_radiobox.obj \
43 $(OBJS)\widgets_slider.obj \
44 $(OBJS)\widgets_spinbtn.obj \
45 $(OBJS)\widgets_static.obj \
46 $(OBJS)\widgets_textctrl.obj \
47 $(OBJS)\widgets_widgets.obj
48
49### Conditionally set variables: ###
50
51!if "$(USE_GUI)" == "0"
52PORTNAME = base
53!endif
54!if "$(USE_GUI)" == "1"
55PORTNAME = msw
56!endif
57!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
58WXDEBUGFLAG = d
59!endif
60!if "$(DEBUG_FLAG)" == "1"
61WXDEBUGFLAG = d
62!endif
63!if "$(UNICODE)" == "1"
64WXUNICODEFLAG = u
65!endif
66!if "$(WXUNIV)" == "1"
67WXUNIVNAME = univ
68!endif
69!if "$(SHARED)" == "1"
70WXDLLFLAG = dll
71!endif
72!if "$(SHARED)" == "0"
73LIBTYPE_SUFFIX = lib
74!endif
75!if "$(SHARED)" == "1"
76LIBTYPE_SUFFIX = dll
77!endif
78!if "$(MONOLITHIC)" == "0"
79EXTRALIBS_FOR_BASE =
80!endif
81!if "$(MONOLITHIC)" == "1"
82EXTRALIBS_FOR_BASE =
83!endif
84!if "$(BUILD)" == "debug"
85__OPTIMIZEFLAG_2 = -Od
86!endif
87!if "$(BUILD)" == "release"
88__OPTIMIZEFLAG_2 = -O2
89!endif
90!if "$(USE_THREADS)" == "0"
91__THREADSFLAG_5 =
92!endif
93!if "$(USE_THREADS)" == "1"
94__THREADSFLAG_5 = mt
95!endif
96!if "$(USE_THREADS)" == "0"
97__THREADSFLAG_6 =
98!endif
99!if "$(USE_THREADS)" == "1"
100__THREADSFLAG_6 = -tWM
101!endif
102!if "$(RUNTIME_LIBS)" == "dynamic"
103__RUNTIME_LIBS_7 = -tWR
104!endif
105!if "$(RUNTIME_LIBS)" == "static"
106__RUNTIME_LIBS_7 =
107!endif
108!if "$(RUNTIME_LIBS)" == "dynamic"
109__RUNTIME_LIBS_8 = i
110!endif
111!if "$(RUNTIME_LIBS)" == "static"
112__RUNTIME_LIBS_8 =
113!endif
114!if "$(WXUNIV)" == "1"
115__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
116!endif
117!if "$(WXUNIV)" == "1"
118__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
119!endif
120!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
121__DEBUG_DEFINE_p = -D__WXDEBUG__
122!endif
123!if "$(DEBUG_FLAG)" == "1"
124__DEBUG_DEFINE_p = -D__WXDEBUG__
125!endif
126!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
127__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
128!endif
129!if "$(DEBUG_FLAG)" == "1"
130__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
131!endif
132!if "$(USE_EXCEPTIONS)" == "0"
133__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
134!endif
135!if "$(USE_EXCEPTIONS)" == "0"
136__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
137!endif
138!if "$(USE_RTTI)" == "0"
139__RTTI_DEFINE_p = -DwxNO_RTTI
140!endif
141!if "$(USE_RTTI)" == "0"
142__RTTI_DEFINE_p_1 = -dwxNO_RTTI
143!endif
144!if "$(USE_THREADS)" == "0"
145__THREAD_DEFINE_p = -DwxNO_THREADS
146!endif
147!if "$(USE_THREADS)" == "0"
148__THREAD_DEFINE_p_1 = -dwxNO_THREADS
149!endif
150!if "$(UNICODE)" == "1"
151__UNICODE_DEFINE_p = -D_UNICODE
152!endif
153!if "$(UNICODE)" == "1"
154__UNICODE_DEFINE_p_1 = -d_UNICODE
155!endif
156!if "$(SHARED)" == "1"
157__DLLFLAG_p = -DWXUSINGDLL
158!endif
159!if "$(SHARED)" == "1"
160__DLLFLAG_p_1 = -dWXUSINGDLL
161!endif
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_CORE_p = \
164 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
165!endif
166!if "$(MONOLITHIC)" == "0"
167__WXLIB_BASE_p = \
168 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
169!endif
170!if "$(MONOLITHIC)" == "1"
171__WXLIB_MONO_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
173!endif
174!if "$(USE_GUI)" == "1"
175__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
176!endif
177!if "$(USE_GUI)" == "1"
178__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
179!endif
180!if "$(USE_GUI)" == "1"
181__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
182!endif
183!if "$(MSLU)" == "1"
184__UNICOWS_LIB_p = unicows.lib
185!endif
186!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
187__DEBUGINFO = -v
188!endif
189!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
190__DEBUGINFO = -v-
191!endif
192!if "$(DEBUG_INFO)" == "0"
193__DEBUGINFO = -v-
194!endif
195!if "$(DEBUG_INFO)" == "1"
196__DEBUGINFO = -v
197!endif
198
199
200all: $(OBJS)
201$(OBJS):
202 -if not exist $(OBJS) mkdir $(OBJS)
203
204### Targets: ###
205
206all: $(OBJS)\widgets.exe
207
208clean:
209 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
210 -if exist $(OBJS)\*.res del $(OBJS)\*.res
211 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
212 -if exist $(OBJS)\widgets.exe del $(OBJS)\widgets.exe
213 -if exist $(OBJS)\widgets.tds del $(OBJS)\widgets.tds
214 -if exist $(OBJS)\widgets.ilc del $(OBJS)\widgets.ilc
215 -if exist $(OBJS)\widgets.ild del $(OBJS)\widgets.ild
216 -if exist $(OBJS)\widgets.ilf del $(OBJS)\widgets.ilf
217 -if exist $(OBJS)\widgets.ils del $(OBJS)\widgets.ils
218
219$(OBJS)\widgets.exe: $(WIDGETS_OBJECTS) $(OBJS)\widgets_widgets.res
220 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
221 c0w32.obj $(WIDGETS_OBJECTS),$@,, $(__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 cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\widgets_widgets.res
222|
223
224$(OBJS)\widgets_button.obj: .\button.cpp
225 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
226
227$(OBJS)\widgets_checkbox.obj: .\checkbox.cpp
228 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
229
230$(OBJS)\widgets_combobox.obj: .\combobox.cpp
231 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
232
233$(OBJS)\widgets_gauge.obj: .\gauge.cpp
234 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
235
236$(OBJS)\widgets_listbox.obj: .\listbox.cpp
237 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
238
239$(OBJS)\widgets_notebook.obj: .\notebook.cpp
240 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
241
242$(OBJS)\widgets_radiobox.obj: .\radiobox.cpp
243 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
244
245$(OBJS)\widgets_slider.obj: .\slider.cpp
246 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
247
248$(OBJS)\widgets_spinbtn.obj: .\spinbtn.cpp
249 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
250
251$(OBJS)\widgets_static.obj: .\static.cpp
252 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
253
254$(OBJS)\widgets_textctrl.obj: .\textctrl.cpp
255 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
256
257$(OBJS)\widgets_widgets.obj: .\widgets.cpp
258 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
259
260$(OBJS)\widgets_widgets.res: .\widgets.rc
261 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**
262