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