]> git.saurik.com Git - wxWidgets.git/blob - samples/html/test/makefile.bcc
Don't show log menu tiems in the tree control sample when !wxUSE_LOG.
[wxWidgets.git] / samples / html / test / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (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
13 BCCDIR = $(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
24 WX_RELEASE_NODOT = 29
25 COMPILER_PREFIX = bcc
26 OBJS = \
27 $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = \
29 .\..\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
30 SETUPHDIR = \
31 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
32 TEST_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
33 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WX$(TOOLKIT)__ \
34 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) \
35 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
36 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) -I$(SETUPHDIR) \
37 -I.\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) \
38 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
39 TEST_OBJECTS = \
40 $(OBJS)\test_test.obj
41
42 ### Conditionally set variables: ###
43
44 !if "$(TOOLKIT)" == "GTK"
45 WIN32_TOOLKIT_LOWERCASE = gtk
46 !endif
47 !if "$(TOOLKIT)" == "MSW"
48 WIN32_TOOLKIT_LOWERCASE = msw
49 !endif
50 !if "$(USE_GUI)" == "0"
51 PORTNAME = base
52 !endif
53 !if "$(USE_GUI)" == "1"
54 PORTNAME = $(WIN32_TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
55 !endif
56 !if "$(TOOLKIT)" == "MAC"
57 WXBASEPORT = _carbon
58 !endif
59 !if "$(OFFICIAL_BUILD)" == "1"
60 COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
61 !endif
62 !if "$(BUILD)" == "debug"
63 WXDEBUGFLAG = d
64 !endif
65 !if "$(UNICODE)" == "1"
66 WXUNICODEFLAG = u
67 !endif
68 !if "$(WXUNIV)" == "1"
69 WXUNIVNAME = univ
70 !endif
71 !if "$(SHARED)" == "1"
72 WXDLLFLAG = dll
73 !endif
74 !if "$(SHARED)" == "0"
75 LIBTYPE_SUFFIX = lib
76 !endif
77 !if "$(SHARED)" == "1"
78 LIBTYPE_SUFFIX = dll
79 !endif
80 !if "$(MONOLITHIC)" == "0"
81 EXTRALIBS_FOR_BASE =
82 !endif
83 !if "$(MONOLITHIC)" == "1"
84 EXTRALIBS_FOR_BASE =
85 !endif
86 !if "$(TOOLKIT)" == "GTK" && "$(TOOLKIT_VERSION)" == "2"
87 LIB_GTK = gtk-win32-2.0.lib gdk-win32-2.0.lib pangocairo-1.0.lib \
88 gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib gobject-2.0.lib gthread-2.0.lib \
89 glib-2.0.lib
90 !endif
91 !if "$(BUILD)" == "debug"
92 __OPTIMIZEFLAG_2 = -Od
93 !endif
94 !if "$(BUILD)" == "release"
95 __OPTIMIZEFLAG_2 = -O2
96 !endif
97 !if "$(USE_THREADS)" == "0"
98 __THREADSFLAG_5 =
99 !endif
100 !if "$(USE_THREADS)" == "1"
101 __THREADSFLAG_5 = mt
102 !endif
103 !if "$(USE_THREADS)" == "0"
104 __THREADSFLAG_6 =
105 !endif
106 !if "$(USE_THREADS)" == "1"
107 __THREADSFLAG_6 = -tWM
108 !endif
109 !if "$(RUNTIME_LIBS)" == "dynamic"
110 __RUNTIME_LIBS_7 = -tWR
111 !endif
112 !if "$(RUNTIME_LIBS)" == "static"
113 __RUNTIME_LIBS_7 =
114 !endif
115 !if "$(RUNTIME_LIBS)" == "dynamic"
116 __RUNTIME_LIBS_8 = i
117 !endif
118 !if "$(RUNTIME_LIBS)" == "static"
119 __RUNTIME_LIBS_8 =
120 !endif
121 !if "$(WXUNIV)" == "1"
122 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
123 !endif
124 !if "$(WXUNIV)" == "1"
125 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
126 !endif
127 !if "$(DEBUG_FLAG)" == "0"
128 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
129 !endif
130 !if "$(DEBUG_FLAG)" == "0"
131 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
132 !endif
133 !if "$(BUILD)" == "release"
134 __NDEBUG_DEFINE_p = -DNDEBUG
135 !endif
136 !if "$(BUILD)" == "release"
137 __NDEBUG_DEFINE_p_1 = -dNDEBUG
138 !endif
139 !if "$(USE_EXCEPTIONS)" == "0"
140 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
141 !endif
142 !if "$(USE_EXCEPTIONS)" == "0"
143 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
144 !endif
145 !if "$(USE_RTTI)" == "0"
146 __RTTI_DEFINE_p = -DwxNO_RTTI
147 !endif
148 !if "$(USE_RTTI)" == "0"
149 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
150 !endif
151 !if "$(USE_THREADS)" == "0"
152 __THREAD_DEFINE_p = -DwxNO_THREADS
153 !endif
154 !if "$(USE_THREADS)" == "0"
155 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
156 !endif
157 !if "$(UNICODE)" == "0"
158 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
159 !endif
160 !if "$(UNICODE)" == "1"
161 __UNICODE_DEFINE_p = -D_UNICODE
162 !endif
163 !if "$(UNICODE)" == "0"
164 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
165 !endif
166 !if "$(UNICODE)" == "1"
167 __UNICODE_DEFINE_p_1 = -d_UNICODE
168 !endif
169 !if "$(MSLU)" == "1"
170 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
171 !endif
172 !if "$(MSLU)" == "1"
173 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
174 !endif
175 !if "$(USE_CAIRO)" == "1"
176 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
177 !endif
178 !if "$(USE_CAIRO)" == "1"
179 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
180 !endif
181 !if "$(SHARED)" == "1"
182 __DLLFLAG_p = -DWXUSINGDLL
183 !endif
184 !if "$(SHARED)" == "1"
185 __DLLFLAG_p_1 = -dWXUSINGDLL
186 !endif
187 !if "$(MONOLITHIC)" == "0"
188 __WXLIB_HTML_p = \
189 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
190 !endif
191 !if "$(MONOLITHIC)" == "0"
192 __WXLIB_CORE_p = \
193 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
194 !endif
195 !if "$(MONOLITHIC)" == "0"
196 __WXLIB_NET_p = \
197 wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
198 !endif
199 !if "$(MONOLITHIC)" == "0"
200 __WXLIB_BASE_p = \
201 wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
202 !endif
203 !if "$(MONOLITHIC)" == "1"
204 __WXLIB_MONO_p = \
205 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
206 !endif
207 !if "$(USE_GUI)" == "1"
208 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
209 !endif
210 !if "$(USE_GUI)" == "1"
211 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
212 !endif
213 !if "$(USE_GUI)" == "1"
214 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
215 !endif
216 !if "$(MSLU)" == "1"
217 __UNICOWS_LIB_p = unicows.lib
218 !endif
219 !if "$(USE_CAIRO)" == "1"
220 __CAIRO_LIB_p = cairo.lib
221 !endif
222 !if "$(USE_CAIRO)" == "1"
223 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
224 !endif
225 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
226 __DEBUGINFO = -v
227 !endif
228 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
229 __DEBUGINFO = -v-
230 !endif
231 !if "$(DEBUG_INFO)" == "0"
232 __DEBUGINFO = -v-
233 !endif
234 !if "$(DEBUG_INFO)" == "1"
235 __DEBUGINFO = -v
236 !endif
237
238
239 all: $(OBJS)
240 $(OBJS):
241 -if not exist $(OBJS) mkdir $(OBJS)
242
243 ### Targets: ###
244
245 all: $(OBJS)\test.exe data
246
247 clean:
248 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
249 -if exist $(OBJS)\*.res del $(OBJS)\*.res
250 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
251 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
252 -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
253 -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
254 -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
255 -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
256 -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
257
258 $(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_sample.res
259 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
260 c0w32.obj $(TEST_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(LIB_GTK) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\test_sample.res
261 |
262
263 data:
264 if not exist $(OBJS) mkdir $(OBJS)
265 for %f in (imagemap.png pic.png pic2.bmp i18n.gif imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm regres.htm foo.png subsup.html) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
266
267 $(OBJS)\test_sample.res: .\..\..\..\samples\sample.rc
268 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH .\..\..\..\samples\sample.rc
269
270 $(OBJS)\test_test.obj: .\test.cpp
271 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\test.cpp
272