]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/console/makefile.bcc
i18n files are installed as part of wxBase (and should be ideally part of separate...
[wxWidgets.git] / samples / console / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.0 (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)
30CONSOLE_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$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPFLAGS) \
35 $(CXXFLAGS)
36CONSOLE_OBJECTS = \
37 $(OBJS)\console_console.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 "$(BUILD)" == "debug"
75__OPTIMIZEFLAG_2 = -Od
76!endif
77!if "$(BUILD)" == "release"
78__OPTIMIZEFLAG_2 = -O2
79!endif
80!if "$(USE_THREADS)" == "0"
81__THREADSFLAG_5 =
82!endif
83!if "$(USE_THREADS)" == "1"
84__THREADSFLAG_5 = mt
85!endif
86!if "$(USE_THREADS)" == "0"
87__THREADSFLAG_6 =
88!endif
89!if "$(USE_THREADS)" == "1"
90__THREADSFLAG_6 = -tWM
91!endif
92!if "$(RUNTIME_LIBS)" == "dynamic"
93__RUNTIME_LIBS_7 = -tWR
94!endif
95!if "$(RUNTIME_LIBS)" == "static"
96__RUNTIME_LIBS_7 =
97!endif
98!if "$(RUNTIME_LIBS)" == "dynamic"
99__RUNTIME_LIBS_8 = i
100!endif
101!if "$(RUNTIME_LIBS)" == "static"
102__RUNTIME_LIBS_8 =
103!endif
104!if "$(WXUNIV)" == "1"
105__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
108__DEBUG_DEFINE_p = -D__WXDEBUG__
109!endif
110!if "$(DEBUG_FLAG)" == "1"
111__DEBUG_DEFINE_p = -D__WXDEBUG__
112!endif
113!if "$(USE_EXCEPTIONS)" == "0"
114__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
115!endif
116!if "$(USE_RTTI)" == "0"
117__RTTI_DEFINE_p = -DwxNO_RTTI
118!endif
119!if "$(USE_THREADS)" == "0"
120__THREAD_DEFINE_p = -DwxNO_THREADS
121!endif
122!if "$(UNICODE)" == "1"
123__UNICODE_DEFINE_p = -D_UNICODE
124!endif
125!if "$(MSLU)" == "1"
126__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
127!endif
128!if "$(SHARED)" == "1"
129__DLLFLAG_p = -DWXUSINGDLL
130!endif
131!if "$(MONOLITHIC)" == "0"
132__WXLIB_NET_p = \
133 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
134!endif
135!if "$(MONOLITHIC)" == "0" && "$(USE_ODBC)" == "1"
136__WXLIB_ODBC_p = \
137 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_odbc.lib
138!endif
139!if "$(MONOLITHIC)" == "0"
140__WXLIB_BASE_p = \
141 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
142!endif
143!if "$(MONOLITHIC)" == "1"
144__WXLIB_MONO_p = \
145 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
146!endif
147!if "$(MSLU)" == "1"
148__UNICOWS_LIB_p = unicows.lib
149!endif
150!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
151__DEBUGINFO = -v
152!endif
153!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
154__DEBUGINFO = -v-
155!endif
156!if "$(DEBUG_INFO)" == "0"
157__DEBUGINFO = -v-
158!endif
159!if "$(DEBUG_INFO)" == "1"
160__DEBUGINFO = -v
161!endif
162
163
164all: $(OBJS)
165$(OBJS):
166 -if not exist $(OBJS) mkdir $(OBJS)
167
168### Targets: ###
169
170all: $(OBJS)\console.exe data
171
172clean:
173 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
174 -if exist $(OBJS)\*.res del $(OBJS)\*.res
175 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
176 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
177 -if exist $(OBJS)\console.tds del $(OBJS)\console.tds
178 -if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
179 -if exist $(OBJS)\console.ild del $(OBJS)\console.ild
180 -if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
181 -if exist $(OBJS)\console.ils del $(OBJS)\console.ils
182
183$(OBJS)\console.exe: $(CONSOLE_OBJECTS)
184 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
185 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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,,
186|
187
188data:
189 if not exist $(OBJS) mkdir $(OBJS)
190 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
191
192$(OBJS)\console_console.obj: .\console.cpp
193 $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
194