]> git.saurik.com Git - wxWidgets.git/blob - samples/xrc/makefile.bcc
Added automatic linking of ribbon libraries when using MSVC.
[wxWidgets.git] / samples / xrc / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.6 (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) $(__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)
37 XRCDEMO_OBJECTS = \
38 $(OBJS)\xrcdemo_xrcdemo.obj \
39 $(OBJS)\xrcdemo_myframe.obj \
40 $(OBJS)\xrcdemo_derivdlg.obj \
41 $(OBJS)\xrcdemo_custclas.obj
42
43 ### Conditionally set variables: ###
44
45 !if "$(USE_GUI)" == "0"
46 PORTNAME = base
47 !endif
48 !if "$(USE_GUI)" == "1"
49 PORTNAME = msw
50 !endif
51 !if "$(BUILD)" == "debug"
52 WXDEBUGFLAG = d
53 !endif
54 !if "$(UNICODE)" == "1"
55 WXUNICODEFLAG = u
56 !endif
57 !if "$(WXUNIV)" == "1"
58 WXUNIVNAME = univ
59 !endif
60 !if "$(SHARED)" == "1"
61 WXDLLFLAG = dll
62 !endif
63 !if "$(SHARED)" == "0"
64 LIBTYPE_SUFFIX = lib
65 !endif
66 !if "$(SHARED)" == "1"
67 LIBTYPE_SUFFIX = dll
68 !endif
69 !if "$(MONOLITHIC)" == "0"
70 EXTRALIBS_FOR_BASE =
71 !endif
72 !if "$(MONOLITHIC)" == "1"
73 EXTRALIBS_FOR_BASE =
74 !endif
75 !if "$(BUILD)" == "debug"
76 __OPTIMIZEFLAG_2 = -Od
77 !endif
78 !if "$(BUILD)" == "release"
79 __OPTIMIZEFLAG_2 = -O2
80 !endif
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
93 !if "$(RUNTIME_LIBS)" == "dynamic"
94 __RUNTIME_LIBS_7 = -tWR
95 !endif
96 !if "$(RUNTIME_LIBS)" == "static"
97 __RUNTIME_LIBS_7 =
98 !endif
99 !if "$(RUNTIME_LIBS)" == "dynamic"
100 __RUNTIME_LIBS_8 = i
101 !endif
102 !if "$(RUNTIME_LIBS)" == "static"
103 __RUNTIME_LIBS_8 =
104 !endif
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 "$(DEBUG_FLAG)" == "0"
112 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
113 !endif
114 !if "$(DEBUG_FLAG)" == "0"
115 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
116 !endif
117 !if "$(USE_EXCEPTIONS)" == "0"
118 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
119 !endif
120 !if "$(USE_EXCEPTIONS)" == "0"
121 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
122 !endif
123 !if "$(USE_RTTI)" == "0"
124 __RTTI_DEFINE_p = -DwxNO_RTTI
125 !endif
126 !if "$(USE_RTTI)" == "0"
127 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
128 !endif
129 !if "$(USE_THREADS)" == "0"
130 __THREAD_DEFINE_p = -DwxNO_THREADS
131 !endif
132 !if "$(USE_THREADS)" == "0"
133 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
134 !endif
135 !if "$(UNICODE)" == "0"
136 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
137 !endif
138 !if "$(UNICODE)" == "1"
139 __UNICODE_DEFINE_p = -D_UNICODE
140 !endif
141 !if "$(UNICODE)" == "0"
142 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
143 !endif
144 !if "$(UNICODE)" == "1"
145 __UNICODE_DEFINE_p_1 = -d_UNICODE
146 !endif
147 !if "$(MSLU)" == "1"
148 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
149 !endif
150 !if "$(MSLU)" == "1"
151 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
152 !endif
153 !if "$(USE_GDIPLUS)" == "1"
154 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
155 !endif
156 !if "$(USE_GDIPLUS)" == "1"
157 __GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
158 !endif
159 !if "$(SHARED)" == "1"
160 __DLLFLAG_p = -DWXUSINGDLL
161 !endif
162 !if "$(SHARED)" == "1"
163 __DLLFLAG_p_1 = -dWXUSINGDLL
164 !endif
165 !if "$(MONOLITHIC)" == "0"
166 __WXLIB_XRC_p = \
167 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
168 !endif
169 !if "$(MONOLITHIC)" == "0"
170 __WXLIB_HTML_p = \
171 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
172 !endif
173 !if "$(MONOLITHIC)" == "0"
174 __WXLIB_ADV_p = \
175 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.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_XML_p = \
183 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
184 !endif
185 !if "$(MONOLITHIC)" == "0"
186 __WXLIB_BASE_p = \
187 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
188 !endif
189 !if "$(MONOLITHIC)" == "1"
190 __WXLIB_MONO_p = \
191 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
192 !endif
193 !if "$(USE_GUI)" == "1"
194 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
195 !endif
196 !if "$(USE_GUI)" == "1"
197 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
198 !endif
199 !if "$(USE_GUI)" == "1"
200 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
201 !endif
202 !if "$(MSLU)" == "1"
203 __UNICOWS_LIB_p = unicows.lib
204 !endif
205 !if "$(USE_GDIPLUS)" == "1"
206 __GDIPLUS_LIB_p = gdiplus.lib
207 !endif
208 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
209 __DEBUGINFO = -v
210 !endif
211 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
212 __DEBUGINFO = -v-
213 !endif
214 !if "$(DEBUG_INFO)" == "0"
215 __DEBUGINFO = -v-
216 !endif
217 !if "$(DEBUG_INFO)" == "1"
218 __DEBUGINFO = -v
219 !endif
220
221
222 all: $(OBJS)
223 $(OBJS):
224 -if not exist $(OBJS) mkdir $(OBJS)
225
226 ### Targets: ###
227
228 all: $(OBJS)\xrcdemo.exe data
229
230 clean:
231 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
232 -if exist $(OBJS)\*.res del $(OBJS)\*.res
233 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
234 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
235 -if exist $(OBJS)\xrcdemo.tds del $(OBJS)\xrcdemo.tds
236 -if exist $(OBJS)\xrcdemo.ilc del $(OBJS)\xrcdemo.ilc
237 -if exist $(OBJS)\xrcdemo.ild del $(OBJS)\xrcdemo.ild
238 -if exist $(OBJS)\xrcdemo.ilf del $(OBJS)\xrcdemo.ilf
239 -if exist $(OBJS)\xrcdemo.ils del $(OBJS)\xrcdemo.ils
240
241 $(OBJS)\xrcdemo.exe: $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_xrcdemo.res
242 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
243 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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\xrcdemo_xrcdemo.res
244 |
245
246 data:
247 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
248 for %f in (appicon.ico appicon.xpm 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 uncenter.xrc update.gif variable.xpm variable.xrc throbber.gif stop.xpm) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
249
250 $(OBJS)\xrcdemo_xrcdemo.obj: .\xrcdemo.cpp
251 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\xrcdemo.cpp
252
253 $(OBJS)\xrcdemo_myframe.obj: .\myframe.cpp
254 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\myframe.cpp
255
256 $(OBJS)\xrcdemo_derivdlg.obj: .\derivdlg.cpp
257 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\derivdlg.cpp
258
259 $(OBJS)\xrcdemo_custclas.obj: .\custclas.cpp
260 $(CXX) -q -c -P -o$@ $(XRCDEMO_CXXFLAGS) .\custclas.cpp
261
262 $(OBJS)\xrcdemo_xrcdemo.res: .\xrcdemo.rc
263 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 .\xrcdemo.rc
264