]> git.saurik.com Git - wxWidgets.git/blob - samples/xrc/makefile.bcc
Add missing aui dependencies to the notebook sample.
[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)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29 SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31 XRCDEMO_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
34 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
35 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
36 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
37 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
38 XRCDEMO_OBJECTS = \
39 $(OBJS)\xrcdemo_xrcdemo.obj \
40 $(OBJS)\xrcdemo_myframe.obj \
41 $(OBJS)\xrcdemo_derivdlg.obj \
42 $(OBJS)\xrcdemo_custclas.obj \
43 $(OBJS)\xrcdemo_objrefdlg.obj
44
45 ### Conditionally set variables: ###
46
47 !if "$(USE_GUI)" == "0"
48 PORTNAME = base
49 !endif
50 !if "$(USE_GUI)" == "1"
51 PORTNAME = msw
52 !endif
53 !if "$(BUILD)" == "debug"
54 WXDEBUGFLAG = d
55 !endif
56 !if "$(UNICODE)" == "1"
57 WXUNICODEFLAG = u
58 !endif
59 !if "$(WXUNIV)" == "1"
60 WXUNIVNAME = univ
61 !endif
62 !if "$(SHARED)" == "1"
63 WXDLLFLAG = dll
64 !endif
65 !if "$(SHARED)" == "0"
66 LIBTYPE_SUFFIX = lib
67 !endif
68 !if "$(SHARED)" == "1"
69 LIBTYPE_SUFFIX = dll
70 !endif
71 !if "$(MONOLITHIC)" == "0"
72 EXTRALIBS_FOR_BASE =
73 !endif
74 !if "$(MONOLITHIC)" == "1"
75 EXTRALIBS_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 "$(DEBUG_FLAG)" == "0"
114 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
115 !endif
116 !if "$(DEBUG_FLAG)" == "0"
117 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
118 !endif
119 !if "$(BUILD)" == "release"
120 __NDEBUG_DEFINE_p = -DNDEBUG
121 !endif
122 !if "$(BUILD)" == "release"
123 __NDEBUG_DEFINE_p_1 = -dNDEBUG
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_CAIRO)" == "1"
162 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
163 !endif
164 !if "$(USE_CAIRO)" == "1"
165 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
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_XRC_p = \
175 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
176 !endif
177 !if "$(MONOLITHIC)" == "0"
178 __WXLIB_HTML_p = \
179 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
180 !endif
181 !if "$(MONOLITHIC)" == "0"
182 __WXLIB_ADV_p = \
183 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
184 !endif
185 !if "$(MONOLITHIC)" == "0"
186 __WXLIB_CORE_p = \
187 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
188 !endif
189 !if "$(MONOLITHIC)" == "0"
190 __WXLIB_XML_p = \
191 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
192 !endif
193 !if "$(MONOLITHIC)" == "0"
194 __WXLIB_BASE_p = \
195 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
196 !endif
197 !if "$(MONOLITHIC)" == "1"
198 __WXLIB_MONO_p = \
199 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
200 !endif
201 !if "$(USE_GUI)" == "1"
202 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
203 !endif
204 !if "$(USE_GUI)" == "1"
205 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
206 !endif
207 !if "$(USE_GUI)" == "1"
208 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
209 !endif
210 !if "$(MSLU)" == "1"
211 __UNICOWS_LIB_p = unicows.lib
212 !endif
213 !if "$(USE_CAIRO)" == "1"
214 __CAIRO_LIB_p = cairo.lib
215 !endif
216 !if "$(USE_CAIRO)" == "1"
217 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
218 !endif
219 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
220 __DEBUGINFO = -v
221 !endif
222 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
223 __DEBUGINFO = -v-
224 !endif
225 !if "$(DEBUG_INFO)" == "0"
226 __DEBUGINFO = -v-
227 !endif
228 !if "$(DEBUG_INFO)" == "1"
229 __DEBUGINFO = -v
230 !endif
231
232
233 all: $(OBJS)
234 $(OBJS):
235 -if not exist $(OBJS) mkdir $(OBJS)
236
237 ### Targets: ###
238
239 all: $(OBJS)\xrcdemo.exe data
240
241 clean:
242 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
243 -if exist $(OBJS)\*.res del $(OBJS)\*.res
244 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
245 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
246 -if exist $(OBJS)\xrcdemo.tds del $(OBJS)\xrcdemo.tds
247 -if exist $(OBJS)\xrcdemo.ilc del $(OBJS)\xrcdemo.ilc
248 -if exist $(OBJS)\xrcdemo.ild del $(OBJS)\xrcdemo.ild
249 -if exist $(OBJS)\xrcdemo.ilf del $(OBJS)\xrcdemo.ilf
250 -if exist $(OBJS)\xrcdemo.ils del $(OBJS)\xrcdemo.ils
251
252 $(OBJS)\xrcdemo.exe: $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_sample.res
253 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
254 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
255 |
256
257 data:
258 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
259 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
260
261 $(OBJS)\xrcdemo_sample.res: .\..\..\samples\sample.rc
262 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
263
264 $(OBJS)\xrcdemo_xrcdemo.obj: .\xrcdemo.cpp
265 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\xrcdemo.cpp
266
267 $(OBJS)\xrcdemo_myframe.obj: .\myframe.cpp
268 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\myframe.cpp
269
270 $(OBJS)\xrcdemo_derivdlg.obj: .\derivdlg.cpp
271 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\derivdlg.cpp
272
273 $(OBJS)\xrcdemo_custclas.obj: .\custclas.cpp
274 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\custclas.cpp
275
276 $(OBJS)\xrcdemo_objrefdlg.obj: .\objrefdlg.cpp
277 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\objrefdlg.cpp
278