1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
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 = 28
25OBJS = \
26	bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30CONSOLE_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31	$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32	$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
33	$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
34	$(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
35	$(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 \
36	$(CPPFLAGS) $(CXXFLAGS)
37CONSOLE_OBJECTS =  \
38	$(OBJS)\console_console.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 "$(BUILD)" == "debug"
76__OPTIMIZEFLAG_2 = -Od
77!endif
78!if "$(BUILD)" == "release"
79__OPTIMIZEFLAG_2 = -O2
80!endif
81!if "$(USE_THREADS)" == "0"
82__THREADSFLAG_5 = 
83!endif
84!if "$(USE_THREADS)" == "1"
85__THREADSFLAG_5 = mt
86!endif
87!if "$(USE_THREADS)" == "0"
88__THREADSFLAG_6 = 
89!endif
90!if "$(USE_THREADS)" == "1"
91__THREADSFLAG_6 = -tWM
92!endif
93!if "$(RUNTIME_LIBS)" == "dynamic"
94__RUNTIME_LIBS_7 = -tWR
95!endif
96!if "$(RUNTIME_LIBS)" == "static"
97__RUNTIME_LIBS_7 = 
98!endif
99!if "$(RUNTIME_LIBS)" == "dynamic"
100__RUNTIME_LIBS_8 = i
101!endif
102!if "$(RUNTIME_LIBS)" == "static"
103__RUNTIME_LIBS_8 = 
104!endif
105!if "$(WXUNIV)" == "1"
106__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
107!endif
108!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
109__DEBUG_DEFINE_p = -D__WXDEBUG__
110!endif
111!if "$(DEBUG_FLAG)" == "1"
112__DEBUG_DEFINE_p = -D__WXDEBUG__
113!endif
114!if "$(BUILD)" == "release"
115__NDEBUG_DEFINE_p = -DNDEBUG
116!endif
117!if "$(USE_EXCEPTIONS)" == "0"
118__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
119!endif
120!if "$(USE_RTTI)" == "0"
121__RTTI_DEFINE_p = -DwxNO_RTTI
122!endif
123!if "$(USE_THREADS)" == "0"
124__THREAD_DEFINE_p = -DwxNO_THREADS
125!endif
126!if "$(UNICODE)" == "1"
127__UNICODE_DEFINE_p = -D_UNICODE
128!endif
129!if "$(MSLU)" == "1"
130__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
131!endif
132!if "$(USE_GDIPLUS)" == "1"
133__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
134!endif
135!if "$(USE_CAIRO)" == "1"
136____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
137!endif
138!if "$(SHARED)" == "1"
139__DLLFLAG_p = -DWXUSINGDLL
140!endif
141!if "$(MONOLITHIC)" == "0"
142__WXLIB_NET_p = \
143	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
144!endif
145!if "$(MONOLITHIC)" == "0" && "$(USE_ODBC)" == "1"
146__WXLIB_ODBC_p = \
147	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_odbc.lib
148!endif
149!if "$(MONOLITHIC)" == "0"
150__WXLIB_BASE_p = \
151	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
152!endif
153!if "$(MONOLITHIC)" == "1"
154__WXLIB_MONO_p = \
155	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
156!endif
157!if "$(MSLU)" == "1"
158__UNICOWS_LIB_p = unicows.lib
159!endif
160!if "$(USE_GDIPLUS)" == "1"
161__GDIPLUS_LIB_p = gdiplus.lib
162!endif
163!if "$(USE_CAIRO)" == "1"
164__CAIRO_LIB_p = cairo.lib
165!endif
166!if "$(USE_CAIRO)" == "1"
167____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
168!endif
169!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
170__DEBUGINFO = -v
171!endif
172!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
173__DEBUGINFO = -v-
174!endif
175!if "$(DEBUG_INFO)" == "0"
176__DEBUGINFO = -v-
177!endif
178!if "$(DEBUG_INFO)" == "1"
179__DEBUGINFO = -v
180!endif
181
182
183all: $(OBJS)
184$(OBJS):
185	-if not exist $(OBJS) mkdir $(OBJS)
186
187### Targets: ###
188
189all: $(OBJS)\console.exe data
190
191clean: 
192	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
193	-if exist $(OBJS)\*.res del $(OBJS)\*.res
194	-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
195	-if exist $(OBJS)\console.exe del $(OBJS)\console.exe
196	-if exist $(OBJS)\console.tds del $(OBJS)\console.tds
197	-if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
198	-if exist $(OBJS)\console.ild del $(OBJS)\console.ild
199	-if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
200	-if exist $(OBJS)\console.ils del $(OBJS)\console.ils
201
202$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
203	ilink32 -Tpe -q  -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -ap $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
204	c0x32.obj $(CONSOLE_OBJECTS),$@,, $(__WXLIB_NET_p)  $(__WXLIB_ODBC_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
205|
206
207data: 
208	if not exist $(OBJS) mkdir $(OBJS)
209	for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
210
211$(OBJS)\console_console.obj: .\console.cpp
212	$(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) .\console.cpp
213
214