]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.bcc
Rebake after MSLU and other changes
[wxWidgets.git] / samples / richedit / 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
250700e4
RD
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
30RICHEDIT_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)
25a73439 36RICHEDIT_OBJECTS = \
d179e30b
VS
37 $(OBJS)\richedit_wxLayout.obj \
38 $(OBJS)\richedit_kbList.obj \
39 $(OBJS)\richedit_wxllist.obj \
40 $(OBJS)\richedit_wxlparser.obj \
41 $(OBJS)\richedit_wxlwindow.obj
250700e4
RD
42
43### Conditionally set variables: ###
44
45!if "$(USE_GUI)" == "0"
46PORTNAME = base
47!endif
48!if "$(USE_GUI)" == "1"
49PORTNAME = msw
50!endif
25a73439
VS
51!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
52WXDEBUGFLAG = d
53!endif
54!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
55WXDEBUGFLAG = d
56!endif
250700e4
RD
57!if "$(UNICODE)" == "1"
58WXUNICODEFLAG = u
59!endif
60!if "$(WXUNIV)" == "1"
61WXUNIVNAME = univ
62!endif
250700e4 63!if "$(SHARED)" == "1"
b17c1746 64WXDLLFLAG = dll
25a73439 65!endif
b14abf14
JS
66!if "$(SHARED)" == "0"
67LIBTYPE_SUFFIX = lib
68!endif
69!if "$(SHARED)" == "1"
70LIBTYPE_SUFFIX = dll
71!endif
dd65d8c8
RN
72!if "$(MONOLITHIC)" == "0"
73EXTRALIBS_FOR_BASE =
74!endif
75!if "$(MONOLITHIC)" == "1"
76EXTRALIBS_FOR_BASE =
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"
fd3eb307 145__UNICODE_DEFINE_p = -D_UNICODE
250700e4
RD
146!endif
147!if "$(UNICODE)" == "1"
fd3eb307 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
4e209a20 158!endif
b17c1746
DE
159!if "$(SHARED)" == "1"
160__DLLFLAG_p_1 = -dWXUSINGDLL
250700e4
RD
161!endif
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_CORE_p = \
c33fae85 164 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 165!endif
b17c1746 166!if "$(MONOLITHIC)" == "0"
c33fae85
RN
167__WXLIB_BASE_p = \
168 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 169!endif
250700e4
RD
170!if "$(MONOLITHIC)" == "1"
171__WXLIB_MONO_p = \
c33fae85 172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 173!endif
b17c1746 174!if "$(USE_GUI)" == "1"
9c2d002b 175__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
250700e4 176!endif
b17c1746 177!if "$(USE_GUI)" == "1"
9c2d002b 178__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
179!endif
180!if "$(USE_GUI)" == "1"
9c2d002b 181__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
182!endif
183!if "$(MSLU)" == "1"
184__UNICOWS_LIB_p = unicows.lib
185!endif
b17c1746
DE
186!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
187__DEBUGINFO = -v
188!endif
189!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
190__DEBUGINFO = -v-
191!endif
192!if "$(DEBUG_INFO)" == "0"
193__DEBUGINFO = -v-
194!endif
195!if "$(DEBUG_INFO)" == "1"
196__DEBUGINFO = -v
250700e4
RD
197!endif
198
199
200all: $(OBJS)
201$(OBJS):
202 -if not exist $(OBJS) mkdir $(OBJS)
203
204### Targets: ###
205
fd3eb307 206all: $(OBJS)\richedit.exe data
250700e4 207
b17c1746
DE
208clean:
209 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
210 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 211 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
b17c1746
DE
212 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
213 -if exist $(OBJS)\richedit.tds del $(OBJS)\richedit.tds
214 -if exist $(OBJS)\richedit.ilc del $(OBJS)\richedit.ilc
215 -if exist $(OBJS)\richedit.ild del $(OBJS)\richedit.ild
216 -if exist $(OBJS)\richedit.ilf del $(OBJS)\richedit.ilf
217 -if exist $(OBJS)\richedit.ils del $(OBJS)\richedit.ils
218
219$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
220 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 221 c0w32.obj $(RICHEDIT_OBJECTS),$@,, $(__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)\richedit_sample.res
b17c1746
DE
222|
223
224data:
225 if not exist $(OBJS) mkdir $(OBJS)
226 for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
250700e4 227
d179e30b 228$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
2113bc77 229 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 $**
250700e4 230
d179e30b
VS
231$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
232 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
233
b17c1746
DE
234$(OBJS)\richedit_kbList.obj: .\kbList.cpp
235 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
236
d179e30b
VS
237$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
238 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
239
240$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
241 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
242
243$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
244 $(CXX) -q -c -P -o$@ $(RICHEDIT_CXXFLAGS) $**
b14abf14 245