]> git.saurik.com Git - wxWidgets.git/blame - samples/htlbox/makefile.bcc
fix (one off, so not really important) memory leak which happened if an application...
[wxWidgets.git] / samples / htlbox / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
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
ae4ccf12 24WX_RELEASE_NODOT = 29
444833b3 25COMPILER_PREFIX = bcc
b17c1746 26OBJS = \
444833b3
CE
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
31HTLBOX_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) \
2113bc77 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)
25a73439
VS
37HTLBOX_OBJECTS = \
38 $(OBJS)\htlbox_htlbox.obj
250700e4
RD
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
25a73439
VS
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
52WXDEBUGFLAG = d
53!endif
250700e4
RD
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
250700e4 60!if "$(SHARED)" == "1"
b17c1746 61WXDLLFLAG = dll
25a73439 62!endif
b14abf14
JS
63!if "$(SHARED)" == "0"
64LIBTYPE_SUFFIX = lib
65!endif
66!if "$(SHARED)" == "1"
67LIBTYPE_SUFFIX = dll
68!endif
dd65d8c8
RN
69!if "$(MONOLITHIC)" == "0"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(MONOLITHIC)" == "1"
73EXTRALIBS_FOR_BASE =
74!endif
250700e4
RD
75!if "$(BUILD)" == "debug"
76__OPTIMIZEFLAG_2 = -Od
77!endif
78!if "$(BUILD)" == "release"
79__OPTIMIZEFLAG_2 = -O2
80!endif
8c9f8f91
JS
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
250700e4 93!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 94__RUNTIME_LIBS_7 = -tWR
250700e4
RD
95!endif
96!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 97__RUNTIME_LIBS_7 =
250700e4
RD
98!endif
99!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 100__RUNTIME_LIBS_8 = i
250700e4
RD
101!endif
102!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 103__RUNTIME_LIBS_8 =
250700e4 104!endif
b17c1746
DE
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
8c9f8f91
JS
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
250700e4 144!if "$(UNICODE)" == "1"
ec08d395 145__UNICODE_DEFINE_p = -D_UNICODE
250700e4 146!endif
7379e476
VZ
147!if "$(UNICODE)" == "0"
148__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
149!endif
250700e4 150!if "$(UNICODE)" == "1"
ec08d395 151__UNICODE_DEFINE_p_1 = -d_UNICODE
250700e4 152!endif
2113bc77
MW
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
b17c1746
DE
165!if "$(SHARED)" == "1"
166__DLLFLAG_p = -DWXUSINGDLL
167!endif
168!if "$(SHARED)" == "1"
169__DLLFLAG_p_1 = -dWXUSINGDLL
4e209a20 170!endif
250700e4 171!if "$(MONOLITHIC)" == "0"
b17c1746 172__WXLIB_HTML_p = \
c33fae85 173 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
250700e4
RD
174!endif
175!if "$(MONOLITHIC)" == "0"
176__WXLIB_CORE_p = \
c33fae85 177 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4
RD
178!endif
179!if "$(MONOLITHIC)" == "0"
c33fae85
RN
180__WXLIB_BASE_p = \
181 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4
RD
182!endif
183!if "$(MONOLITHIC)" == "1"
184__WXLIB_MONO_p = \
c33fae85 185 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 186!endif
b17c1746 187!if "$(USE_GUI)" == "1"
9c2d002b 188__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
250700e4 189!endif
b17c1746 190!if "$(USE_GUI)" == "1"
9c2d002b 191__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
192!endif
193!if "$(USE_GUI)" == "1"
9c2d002b 194__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
195!endif
196!if "$(MSLU)" == "1"
197__UNICOWS_LIB_p = unicows.lib
198!endif
3abcf424
RD
199!if "$(USE_GDIPLUS)" == "1"
200__GDIPLUS_LIB_p = gdiplus.lib
201!endif
b17c1746
DE
202!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
203__DEBUGINFO = -v
204!endif
205!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
206__DEBUGINFO = -v-
207!endif
208!if "$(DEBUG_INFO)" == "0"
209__DEBUGINFO = -v-
210!endif
211!if "$(DEBUG_INFO)" == "1"
212__DEBUGINFO = -v
250700e4
RD
213!endif
214
215
216all: $(OBJS)
217$(OBJS):
218 -if not exist $(OBJS) mkdir $(OBJS)
219
220### Targets: ###
221
222all: $(OBJS)\htlbox.exe
223
250700e4
RD
224clean:
225 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
226 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 227 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
250700e4 228 -if exist $(OBJS)\htlbox.exe del $(OBJS)\htlbox.exe
ec08d395
JS
229 -if exist $(OBJS)\htlbox.tds del $(OBJS)\htlbox.tds
230 -if exist $(OBJS)\htlbox.ilc del $(OBJS)\htlbox.ilc
231 -if exist $(OBJS)\htlbox.ild del $(OBJS)\htlbox.ild
232 -if exist $(OBJS)\htlbox.ilf del $(OBJS)\htlbox.ilf
233 -if exist $(OBJS)\htlbox.ils del $(OBJS)\htlbox.ils
250700e4 234
25a73439 235$(OBJS)\htlbox.exe: $(HTLBOX_OBJECTS) $(OBJS)\htlbox_htlbox.res
9bfe7ad9 236 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
7379e476 237 c0w32.obj $(HTLBOX_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\htlbox_htlbox.res
250700e4 238|
b17c1746
DE
239
240$(OBJS)\htlbox_htlbox.obj: .\htlbox.cpp
6e0fbb3d 241 $(CXX) -q -c -P -o$@ $(HTLBOX_CXXFLAGS) .\htlbox.cpp
b17c1746
DE
242
243$(OBJS)\htlbox_htlbox.res: .\htlbox.rc
6e0fbb3d 244 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 .\htlbox.rc
b14abf14 245