]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/stc/makefile.bcc
remove MSVC solution files from svn
[wxWidgets.git] / samples / stc / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.5 (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 = 29
25COMPILER_PREFIX = bcc
26OBJS = \
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31STCTEST_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) \
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
37STCTEST_OBJECTS = \
38 $(OBJS)\stctest_stctest.obj \
39 $(OBJS)\stctest_edit.obj \
40 $(OBJS)\stctest_prefs.obj
41
42### Conditionally set variables: ###
43
44!if "$(USE_GUI)" == "0"
45PORTNAME = base
46!endif
47!if "$(USE_GUI)" == "1"
48PORTNAME = msw
49!endif
50!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
51WXDEBUGFLAG = d
52!endif
53!if "$(DEBUG_FLAG)" == "1"
54WXDEBUGFLAG = d
55!endif
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
62!if "$(SHARED)" == "1"
63WXDLLFLAG = dll
64!endif
65!if "$(SHARED)" == "0"
66LIBTYPE_SUFFIX = lib
67!endif
68!if "$(SHARED)" == "1"
69LIBTYPE_SUFFIX = dll
70!endif
71!if "$(MONOLITHIC)" == "0"
72EXTRALIBS_FOR_BASE =
73!endif
74!if "$(MONOLITHIC)" == "1"
75EXTRALIBS_FOR_BASE =
76!endif
77!if "$(BUILD)" == "debug"
78__OPTIMIZEFLAG_2 = -Od
79!endif
80!if "$(BUILD)" == "release"
81__OPTIMIZEFLAG_2 = -O2
82!endif
83!if "$(USE_THREADS)" == "0"
84__THREADSFLAG_5 =
85!endif
86!if "$(USE_THREADS)" == "1"
87__THREADSFLAG_5 = mt
88!endif
89!if "$(USE_THREADS)" == "0"
90__THREADSFLAG_6 =
91!endif
92!if "$(USE_THREADS)" == "1"
93__THREADSFLAG_6 = -tWM
94!endif
95!if "$(RUNTIME_LIBS)" == "dynamic"
96__RUNTIME_LIBS_7 = -tWR
97!endif
98!if "$(RUNTIME_LIBS)" == "static"
99__RUNTIME_LIBS_7 =
100!endif
101!if "$(RUNTIME_LIBS)" == "dynamic"
102__RUNTIME_LIBS_8 = i
103!endif
104!if "$(RUNTIME_LIBS)" == "static"
105__RUNTIME_LIBS_8 =
106!endif
107!if "$(WXUNIV)" == "1"
108__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
109!endif
110!if "$(WXUNIV)" == "1"
111__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
112!endif
113!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115!endif
116!if "$(DEBUG_FLAG)" == "1"
117__DEBUG_DEFINE_p = -D__WXDEBUG__
118!endif
119!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
120__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
121!endif
122!if "$(DEBUG_FLAG)" == "1"
123__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
124!endif
125!if "$(USE_EXCEPTIONS)" == "0"
126__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
127!endif
128!if "$(USE_EXCEPTIONS)" == "0"
129__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
130!endif
131!if "$(USE_RTTI)" == "0"
132__RTTI_DEFINE_p = -DwxNO_RTTI
133!endif
134!if "$(USE_RTTI)" == "0"
135__RTTI_DEFINE_p_1 = -dwxNO_RTTI
136!endif
137!if "$(USE_THREADS)" == "0"
138__THREAD_DEFINE_p = -DwxNO_THREADS
139!endif
140!if "$(USE_THREADS)" == "0"
141__THREAD_DEFINE_p_1 = -dwxNO_THREADS
142!endif
143!if "$(UNICODE)" == "0"
144__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
145!endif
146!if "$(UNICODE)" == "1"
147__UNICODE_DEFINE_p = -D_UNICODE
148!endif
149!if "$(UNICODE)" == "0"
150__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
151!endif
152!if "$(UNICODE)" == "1"
153__UNICODE_DEFINE_p_1 = -d_UNICODE
154!endif
155!if "$(MSLU)" == "1"
156__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
157!endif
158!if "$(MSLU)" == "1"
159__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
160!endif
161!if "$(USE_GDIPLUS)" == "1"
162__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
163!endif
164!if "$(USE_GDIPLUS)" == "1"
165__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
166!endif
167!if "$(SHARED)" == "1"
168__DLLFLAG_p = -DWXUSINGDLL
169!endif
170!if "$(SHARED)" == "1"
171__DLLFLAG_p_1 = -dWXUSINGDLL
172!endif
173!if "$(MONOLITHIC)" == "0"
174__WXLIB_STC_p = \
175 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
176!endif
177!if "$(MONOLITHIC)" == "0"
178__WXLIB_CORE_p = \
179 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
180!endif
181!if "$(MONOLITHIC)" == "0"
182__WXLIB_BASE_p = \
183 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
184!endif
185!if "$(MONOLITHIC)" == "1"
186__WXLIB_MONO_p = \
187 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
188!endif
189!if "$(USE_GUI)" == "1"
190__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
191!endif
192!if "$(USE_GUI)" == "1"
193__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
194!endif
195!if "$(USE_GUI)" == "1"
196__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
197!endif
198!if "$(MSLU)" == "1"
199__UNICOWS_LIB_p = unicows.lib
200!endif
201!if "$(USE_GDIPLUS)" == "1"
202__GDIPLUS_LIB_p = gdiplus.lib
203!endif
204!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
205__DEBUGINFO = -v
206!endif
207!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
208__DEBUGINFO = -v-
209!endif
210!if "$(DEBUG_INFO)" == "0"
211__DEBUGINFO = -v-
212!endif
213!if "$(DEBUG_INFO)" == "1"
214__DEBUGINFO = -v
215!endif
216
217
218all: $(OBJS)
219$(OBJS):
220 -if not exist $(OBJS) mkdir $(OBJS)
221
222### Targets: ###
223
224all: $(OBJS)\stctest.exe data
225
226clean:
227 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
228 -if exist $(OBJS)\*.res del $(OBJS)\*.res
229 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
230 -if exist $(OBJS)\stctest.exe del $(OBJS)\stctest.exe
231 -if exist $(OBJS)\stctest.tds del $(OBJS)\stctest.tds
232 -if exist $(OBJS)\stctest.ilc del $(OBJS)\stctest.ilc
233 -if exist $(OBJS)\stctest.ild del $(OBJS)\stctest.ild
234 -if exist $(OBJS)\stctest.ilf del $(OBJS)\stctest.ilf
235 -if exist $(OBJS)\stctest.ils del $(OBJS)\stctest.ils
236
237$(OBJS)\stctest.exe: $(STCTEST_OBJECTS) $(OBJS)\stctest_sample.res
238 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
239 c0w32.obj $(STCTEST_OBJECTS),$@,, $(__WXLIB_STC_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) wxscintilla$(WXDEBUGFLAG).lib $(__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)\stctest_sample.res
240|
241
242data:
243 if not exist $(OBJS) mkdir $(OBJS)
244 for %f in (stctest.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
245
246$(OBJS)\stctest_stctest.obj: .\stctest.cpp
247 $(CXX) -q -c -P -o$@ $(STCTEST_CXXFLAGS) .\stctest.cpp
248
249$(OBJS)\stctest_edit.obj: .\edit.cpp
250 $(CXX) -q -c -P -o$@ $(STCTEST_CXXFLAGS) .\edit.cpp
251
252$(OBJS)\stctest_prefs.obj: .\prefs.cpp
253 $(CXX) -q -c -P -o$@ $(STCTEST_CXXFLAGS) .\prefs.cpp
254
255$(OBJS)\stctest_sample.res: .\..\sample.rc
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
257