]> git.saurik.com Git - wxWidgets.git/blame - samples/richtext/makefile.bcc
Globally replace _T() with wxT().
[wxWidgets.git] / samples / richtext / makefile.bcc
CommitLineData
5d7836c4
JS
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
5d7836c4
JS
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
ae4ccf12 24WX_RELEASE_NODOT = 29
444833b3 25COMPILER_PREFIX = bcc
5d7836c4 26OBJS = \
444833b3
CE
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
5d7836c4
JS
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31RICHTEXT_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
5d7836c4
JS
37RICHTEXT_OBJECTS = \
38 $(OBJS)\richtext_richtext.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 "$(WXUNIV)" == "1"
109__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
110!endif
111!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
112__DEBUG_DEFINE_p = -D__WXDEBUG__
113!endif
114!if "$(DEBUG_FLAG)" == "1"
115__DEBUG_DEFINE_p = -D__WXDEBUG__
116!endif
117!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
118__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
119!endif
120!if "$(DEBUG_FLAG)" == "1"
121__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122!endif
123!if "$(USE_EXCEPTIONS)" == "0"
124__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
125!endif
126!if "$(USE_EXCEPTIONS)" == "0"
127__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
128!endif
129!if "$(USE_RTTI)" == "0"
130__RTTI_DEFINE_p = -DwxNO_RTTI
131!endif
132!if "$(USE_RTTI)" == "0"
133__RTTI_DEFINE_p_1 = -dwxNO_RTTI
134!endif
135!if "$(USE_THREADS)" == "0"
136__THREAD_DEFINE_p = -DwxNO_THREADS
137!endif
138!if "$(USE_THREADS)" == "0"
139__THREAD_DEFINE_p_1 = -dwxNO_THREADS
140!endif
7379e476
VZ
141!if "$(UNICODE)" == "0"
142__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
143!endif
5d7836c4
JS
144!if "$(UNICODE)" == "1"
145__UNICODE_DEFINE_p = -D_UNICODE
146!endif
7379e476
VZ
147!if "$(UNICODE)" == "0"
148__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
149!endif
5d7836c4
JS
150!if "$(UNICODE)" == "1"
151__UNICODE_DEFINE_p_1 = -d_UNICODE
152!endif
153!if "$(MSLU)" == "1"
154__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
155!endif
156!if "$(MSLU)" == "1"
157__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
158!endif
3abcf424
RD
159!if "$(USE_GDIPLUS)" == "1"
160__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
161!endif
162!if "$(USE_GDIPLUS)" == "1"
163__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
164!endif
5d7836c4
JS
165!if "$(SHARED)" == "1"
166__DLLFLAG_p = -DWXUSINGDLL
167!endif
168!if "$(SHARED)" == "1"
169__DLLFLAG_p_1 = -dWXUSINGDLL
170!endif
171!if "$(MONOLITHIC)" == "0"
13127359
JS
172__WXLIB_RICHTEXT_p = \
173 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_richtext.lib
5d7836c4
JS
174!endif
175!if "$(MONOLITHIC)" == "0"
ebef1625
MW
176__WXLIB_ADV_p = \
177 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
178!endif
179!if "$(MONOLITHIC)" == "0"
13127359
JS
180__WXLIB_HTML_p = \
181 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
3b2cb431
JS
182!endif
183!if "$(MONOLITHIC)" == "0"
5d7836c4
JS
184__WXLIB_CORE_p = \
185 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
186!endif
187!if "$(MONOLITHIC)" == "0"
ebef1625
MW
188__WXLIB_XML_p = \
189 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
190!endif
191!if "$(MONOLITHIC)" == "0"
5d7836c4
JS
192__WXLIB_BASE_p = \
193 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
194!endif
195!if "$(MONOLITHIC)" == "1"
196__WXLIB_MONO_p = \
197 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
198!endif
199!if "$(USE_GUI)" == "1"
200__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
201!endif
202!if "$(USE_GUI)" == "1"
203__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
204!endif
205!if "$(USE_GUI)" == "1"
206__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
207!endif
208!if "$(MSLU)" == "1"
209__UNICOWS_LIB_p = unicows.lib
210!endif
3abcf424
RD
211!if "$(USE_GDIPLUS)" == "1"
212__GDIPLUS_LIB_p = gdiplus.lib
213!endif
5d7836c4
JS
214!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
215__DEBUGINFO = -v
216!endif
217!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
218__DEBUGINFO = -v-
219!endif
220!if "$(DEBUG_INFO)" == "0"
221__DEBUGINFO = -v-
222!endif
223!if "$(DEBUG_INFO)" == "1"
224__DEBUGINFO = -v
225!endif
226
227
228all: $(OBJS)
229$(OBJS):
230 -if not exist $(OBJS) mkdir $(OBJS)
231
232### Targets: ###
233
234all: $(OBJS)\richtext.exe
235
236clean:
237 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238 -if exist $(OBJS)\*.res del $(OBJS)\*.res
239 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
240 -if exist $(OBJS)\richtext.exe del $(OBJS)\richtext.exe
241 -if exist $(OBJS)\richtext.tds del $(OBJS)\richtext.tds
242 -if exist $(OBJS)\richtext.ilc del $(OBJS)\richtext.ilc
243 -if exist $(OBJS)\richtext.ild del $(OBJS)\richtext.ild
244 -if exist $(OBJS)\richtext.ilf del $(OBJS)\richtext.ilf
245 -if exist $(OBJS)\richtext.ils del $(OBJS)\richtext.ils
246
ebef1625 247$(OBJS)\richtext.exe: $(RICHTEXT_OBJECTS) $(OBJS)\richtext_sample.res
8ece421c 248 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
7379e476 249 c0w32.obj $(RICHTEXT_OBJECTS),$@,, $(__WXLIB_RICHTEXT_p) $(__WXLIB_ADV_p) $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_XML_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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\richtext_sample.res
5d7836c4
JS
250|
251
252$(OBJS)\richtext_richtext.obj: .\richtext.cpp
6e0fbb3d 253 $(CXX) -q -c -P -o$@ $(RICHTEXT_CXXFLAGS) .\richtext.cpp
5d7836c4 254
1226b3b3 255$(OBJS)\richtext_sample.res: .\..\sample.rc
6e0fbb3d 256 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) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH .\..\sample.rc
1226b3b3 257