]> git.saurik.com Git - wxWidgets.git/blob - samples/xrc/makefile.bcc
Fix wxFindWindowAtPoint() unit test to pass under GTK.
[wxWidgets.git] / samples / xrc / 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 XRCDEMO_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
33 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
34 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
35 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
36 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
37 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
38 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
39 XRCDEMO_OBJECTS = \
40 $(OBJS)\xrcdemo_xrcdemo.obj \
41 $(OBJS)\xrcdemo_myframe.obj \
42 $(OBJS)\xrcdemo_derivdlg.obj \
43 $(OBJS)\xrcdemo_custclas.obj \
44 $(OBJS)\xrcdemo_objrefdlg.obj
45
46 ### Conditionally set variables: ###
47
48 !if "$(USE_GUI)" == "0"
49 PORTNAME = base
50 !endif
51 !if "$(USE_GUI)" == "1"
52 PORTNAME = msw
53 !endif
54 !if "$(OFFICIAL_BUILD)" == "1"
55 COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
56 !endif
57 !if "$(BUILD)" == "debug"
58 WXDEBUGFLAG = d
59 !endif
60 !if "$(UNICODE)" == "1"
61 WXUNICODEFLAG = u
62 !endif
63 !if "$(WXUNIV)" == "1"
64 WXUNIVNAME = univ
65 !endif
66 !if "$(SHARED)" == "1"
67 WXDLLFLAG = dll
68 !endif
69 !if "$(SHARED)" == "0"
70 LIBTYPE_SUFFIX = lib
71 !endif
72 !if "$(SHARED)" == "1"
73 LIBTYPE_SUFFIX = dll
74 !endif
75 !if "$(MONOLITHIC)" == "0"
76 EXTRALIBS_FOR_BASE =
77 !endif
78 !if "$(MONOLITHIC)" == "1"
79 EXTRALIBS_FOR_BASE =
80 !endif
81 !if "$(BUILD)" == "debug"
82 __OPTIMIZEFLAG_2 = -Od
83 !endif
84 !if "$(BUILD)" == "release"
85 __OPTIMIZEFLAG_2 = -O2
86 !endif
87 !if "$(USE_THREADS)" == "0"
88 __THREADSFLAG_5 =
89 !endif
90 !if "$(USE_THREADS)" == "1"
91 __THREADSFLAG_5 = mt
92 !endif
93 !if "$(USE_THREADS)" == "0"
94 __THREADSFLAG_6 =
95 !endif
96 !if "$(USE_THREADS)" == "1"
97 __THREADSFLAG_6 = -tWM
98 !endif
99 !if "$(RUNTIME_LIBS)" == "dynamic"
100 __RUNTIME_LIBS_7 = -tWR
101 !endif
102 !if "$(RUNTIME_LIBS)" == "static"
103 __RUNTIME_LIBS_7 =
104 !endif
105 !if "$(RUNTIME_LIBS)" == "dynamic"
106 __RUNTIME_LIBS_8 = i
107 !endif
108 !if "$(RUNTIME_LIBS)" == "static"
109 __RUNTIME_LIBS_8 =
110 !endif
111 !if "$(WXUNIV)" == "1"
112 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
113 !endif
114 !if "$(WXUNIV)" == "1"
115 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
116 !endif
117 !if "$(DEBUG_FLAG)" == "0"
118 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
119 !endif
120 !if "$(DEBUG_FLAG)" == "0"
121 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
122 !endif
123 !if "$(BUILD)" == "release"
124 __NDEBUG_DEFINE_p = -DNDEBUG
125 !endif
126 !if "$(BUILD)" == "release"
127 __NDEBUG_DEFINE_p_1 = -dNDEBUG
128 !endif
129 !if "$(USE_EXCEPTIONS)" == "0"
130 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
131 !endif
132 !if "$(USE_EXCEPTIONS)" == "0"
133 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
134 !endif
135 !if "$(USE_RTTI)" == "0"
136 __RTTI_DEFINE_p = -DwxNO_RTTI
137 !endif
138 !if "$(USE_RTTI)" == "0"
139 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
140 !endif
141 !if "$(USE_THREADS)" == "0"
142 __THREAD_DEFINE_p = -DwxNO_THREADS
143 !endif
144 !if "$(USE_THREADS)" == "0"
145 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
146 !endif
147 !if "$(UNICODE)" == "0"
148 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
149 !endif
150 !if "$(UNICODE)" == "1"
151 __UNICODE_DEFINE_p = -D_UNICODE
152 !endif
153 !if "$(UNICODE)" == "0"
154 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
155 !endif
156 !if "$(UNICODE)" == "1"
157 __UNICODE_DEFINE_p_1 = -d_UNICODE
158 !endif
159 !if "$(MSLU)" == "1"
160 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
161 !endif
162 !if "$(MSLU)" == "1"
163 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
164 !endif
165 !if "$(USE_CAIRO)" == "1"
166 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
167 !endif
168 !if "$(USE_CAIRO)" == "1"
169 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
170 !endif
171 !if "$(SHARED)" == "1"
172 __DLLFLAG_p = -DWXUSINGDLL
173 !endif
174 !if "$(SHARED)" == "1"
175 __DLLFLAG_p_1 = -dWXUSINGDLL
176 !endif
177 !if "$(MONOLITHIC)" == "0"
178 __WXLIB_XRC_p = \
179 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
180 !endif
181 !if "$(MONOLITHIC)" == "0"
182 __WXLIB_HTML_p = \
183 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
184 !endif
185 !if "$(MONOLITHIC)" == "0"
186 __WXLIB_ADV_p = \
187 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
188 !endif
189 !if "$(MONOLITHIC)" == "0"
190 __WXLIB_CORE_p = \
191 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
192 !endif
193 !if "$(MONOLITHIC)" == "0"
194 __WXLIB_XML_p = \
195 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
196 !endif
197 !if "$(MONOLITHIC)" == "0"
198 __WXLIB_BASE_p = \
199 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
200 !endif
201 !if "$(MONOLITHIC)" == "1"
202 __WXLIB_MONO_p = \
203 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
204 !endif
205 !if "$(USE_GUI)" == "1"
206 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
207 !endif
208 !if "$(USE_GUI)" == "1"
209 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
210 !endif
211 !if "$(USE_GUI)" == "1"
212 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
213 !endif
214 !if "$(MSLU)" == "1"
215 __UNICOWS_LIB_p = unicows.lib
216 !endif
217 !if "$(USE_CAIRO)" == "1"
218 __CAIRO_LIB_p = cairo.lib
219 !endif
220 !if "$(USE_CAIRO)" == "1"
221 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
222 !endif
223 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
224 __DEBUGINFO = -v
225 !endif
226 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
227 __DEBUGINFO = -v-
228 !endif
229 !if "$(DEBUG_INFO)" == "0"
230 __DEBUGINFO = -v-
231 !endif
232 !if "$(DEBUG_INFO)" == "1"
233 __DEBUGINFO = -v
234 !endif
235
236
237 all: $(OBJS)
238 $(OBJS):
239 -if not exist $(OBJS) mkdir $(OBJS)
240
241 ### Targets: ###
242
243 all: $(OBJS)\xrcdemo.exe data
244
245 clean:
246 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
247 -if exist $(OBJS)\*.res del $(OBJS)\*.res
248 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
249 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
250 -if exist $(OBJS)\xrcdemo.tds del $(OBJS)\xrcdemo.tds
251 -if exist $(OBJS)\xrcdemo.ilc del $(OBJS)\xrcdemo.ilc
252 -if exist $(OBJS)\xrcdemo.ild del $(OBJS)\xrcdemo.ild
253 -if exist $(OBJS)\xrcdemo.ilf del $(OBJS)\xrcdemo.ilf
254 -if exist $(OBJS)\xrcdemo.ils del $(OBJS)\xrcdemo.ils
255
256 $(OBJS)\xrcdemo.exe: $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_sample.res
257 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
258 c0w32.obj $(XRCDEMO_OBJECTS),$@,, $(__WXLIB_XRC_p) $(__WXLIB_HTML_p) $(__WXLIB_ADV_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) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\xrcdemo_sample.res
259 |
260
261 data:
262 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
263 for %f in (artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm objref.xrc objrefdlg.xpm uncenter.xrc update.gif variable.xpm variable.xrc throbber.gif stop.xpm wxbanner.gif) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
264
265 $(OBJS)\xrcdemo_sample.res: .\..\..\samples\sample.rc
266 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__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
267
268 $(OBJS)\xrcdemo_xrcdemo.obj: .\xrcdemo.cpp
269 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\xrcdemo.cpp
270
271 $(OBJS)\xrcdemo_myframe.obj: .\myframe.cpp
272 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\myframe.cpp
273
274 $(OBJS)\xrcdemo_derivdlg.obj: .\derivdlg.cpp
275 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\derivdlg.cpp
276
277 $(OBJS)\xrcdemo_custclas.obj: .\custclas.cpp
278 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\custclas.cpp
279
280 $(OBJS)\xrcdemo_objrefdlg.obj: .\objrefdlg.cpp
281 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\objrefdlg.cpp
282