]> git.saurik.com Git - wxWidgets.git/blame - samples/db/makefile.bcc
Rebake after MSLU and other changes
[wxWidgets.git] / samples / db / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
250700e4 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
250700e4
RD
13BCCDIR = $(MAKEDIR)\..
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
250700e4
RD
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
250700e4
RD
22### Variables: ###
23
4818141b 24WX_RELEASE_NODOT = 26
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
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) \
2113bc77
MW
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
34 -I.\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH \
35 $(CPPFLAGS) $(CXXFLAGS)
076f10e0
VS
36DBTEST_OBJECTS = \
37 $(OBJS)\dbtest_dbtest.obj \
38 $(OBJS)\dbtest_listdb.obj
250700e4
RD
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
076f10e0
VS
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
52WXDEBUGFLAG = d
53!endif
250700e4
RD
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
250700e4 60!if "$(SHARED)" == "1"
b17c1746 61WXDLLFLAG = dll
076f10e0 62!endif
b14abf14
JS
63!if "$(SHARED)" == "0"
64LIBTYPE_SUFFIX = lib
65!endif
66!if "$(SHARED)" == "1"
67LIBTYPE_SUFFIX = dll
68!endif
dd65d8c8
RN
69!if "$(MONOLITHIC)" == "0"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(MONOLITHIC)" == "1"
73EXTRALIBS_FOR_BASE =
74!endif
b17c1746
DE
75!if "$(USE_ODBC)" == "1"
76__dbtest___depname = $(OBJS)\dbtest.exe
076f10e0 77!endif
250700e4
RD
78!if "$(BUILD)" == "debug"
79__OPTIMIZEFLAG_2 = -Od
80!endif
81!if "$(BUILD)" == "release"
82__OPTIMIZEFLAG_2 = -O2
83!endif
8c9f8f91
JS
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
250700e4 96!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 97__RUNTIME_LIBS_7 = -tWR
250700e4
RD
98!endif
99!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 100__RUNTIME_LIBS_7 =
250700e4
RD
101!endif
102!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 103__RUNTIME_LIBS_8 = i
250700e4
RD
104!endif
105!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 106__RUNTIME_LIBS_8 =
250700e4 107!endif
b17c1746
DE
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
8c9f8f91
JS
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
250700e4 144!if "$(UNICODE)" == "1"
ec08d395 145__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
146!endif
147!if "$(UNICODE)" == "1"
ec08d395 148__UNICODE_DEFINE_p_1 = -d_UNICODE
250700e4 149!endif
2113bc77
MW
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
b17c1746
DE
156!if "$(SHARED)" == "1"
157__DLLFLAG_p = -DWXUSINGDLL
158!endif
159!if "$(SHARED)" == "1"
160__DLLFLAG_p_1 = -dWXUSINGDLL
4e209a20 161!endif
c4839ccf
JS
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_DBGRID_p = \
c33fae85 164 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_dbgrid.lib
c4839ccf 165!endif
b92ca05a 166!if "$(MONOLITHIC)" == "0" && "$(USE_ODBC)" == "1"
c33fae85
RN
167__WXLIB_ODBC_p = \
168 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_odbc.lib
250700e4
RD
169!endif
170!if "$(MONOLITHIC)" == "0"
c6f57ccb 171__WXLIB_ADV_p = \
c33fae85 172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
c6f57ccb
WS
173!endif
174!if "$(MONOLITHIC)" == "0"
250700e4 175__WXLIB_CORE_p = \
c33fae85 176 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 177!endif
b17c1746 178!if "$(MONOLITHIC)" == "0"
c33fae85
RN
179__WXLIB_BASE_p = \
180 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 181!endif
250700e4
RD
182!if "$(MONOLITHIC)" == "1"
183__WXLIB_MONO_p = \
c33fae85 184 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 185!endif
b17c1746 186!if "$(USE_GUI)" == "1"
9c2d002b 187__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
fd9f42b6 188!endif
b17c1746 189!if "$(USE_GUI)" == "1"
9c2d002b 190__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
250700e4 191!endif
b17c1746 192!if "$(USE_GUI)" == "1"
9c2d002b 193__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
250700e4 194!endif
b17c1746
DE
195!if "$(MSLU)" == "1"
196__UNICOWS_LIB_p = unicows.lib
197!endif
b17c1746
DE
198!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
199__DEBUGINFO = -v
200!endif
201!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
202__DEBUGINFO = -v-
203!endif
204!if "$(DEBUG_INFO)" == "0"
205__DEBUGINFO = -v-
206!endif
207!if "$(DEBUG_INFO)" == "1"
208__DEBUGINFO = -v
2e9fdc04 209!endif
250700e4
RD
210
211
212all: $(OBJS)
213$(OBJS):
214 -if not exist $(OBJS) mkdir $(OBJS)
215
216### Targets: ###
217
2e9fdc04 218all: $(__dbtest___depname)
250700e4 219
250700e4
RD
220clean:
221 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
222 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 223 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
250700e4 224 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
ec08d395
JS
225 -if exist $(OBJS)\dbtest.tds del $(OBJS)\dbtest.tds
226 -if exist $(OBJS)\dbtest.ilc del $(OBJS)\dbtest.ilc
227 -if exist $(OBJS)\dbtest.ild del $(OBJS)\dbtest.ild
228 -if exist $(OBJS)\dbtest.ilf del $(OBJS)\dbtest.ilf
229 -if exist $(OBJS)\dbtest.ils del $(OBJS)\dbtest.ils
250700e4 230
2e9fdc04 231!if "$(USE_ODBC)" == "1"
076f10e0 232$(OBJS)\dbtest.exe: $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest.res
9bfe7ad9 233 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 234 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
250700e4 235|
2e9fdc04 236!endif
b17c1746
DE
237
238$(OBJS)\dbtest_dbtest.obj: .\dbtest.cpp
239 $(CXX) -q -c -P -o$@ $(DBTEST_CXXFLAGS) $**
240
241$(OBJS)\dbtest_listdb.obj: .\listdb.cpp
242 $(CXX) -q -c -P -o$@ $(DBTEST_CXXFLAGS) $**
243
244$(OBJS)\dbtest_dbtest.res: .\dbtest.rc
2113bc77 245 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 $**
b14abf14 246