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