]>
Commit | Line | Data |
---|---|---|
ddf98968 | 1 | <?xml version="1.0" ?> |
481290e2 VS |
2 | <!-- $Id$ --> |
3 | ||
ddf98968 | 4 | <makefile> |
b6dc1b90 | 5 | |
00100882 | 6 | <requires version="0.2.7"/> |
e2c10c59 | 7 | |
ddf98968 VS |
8 | <!-- bakefile modules we need: --> |
9 | <using module="datafiles"/> | |
10 | ||
11 | <!-- load python module with wxwindows helpers: --> | |
12 | <using module="wxwin"/> | |
13 | ||
c8c1b0bf DE |
14 | <!-- DFE: Add a platform meaning regular MacOS (not OS X) --> |
15 | <!-- FIXME: This will be handled in Bakefile but for now I wanted to | |
e2c10c59 WS |
16 | get my changes to the wx bakefiles in the tree but invisible to |
17 | windows toolkits and their config.xxx settings --> | |
18 | <if cond="FORMAT=='autoconf'"> | |
19 | <option name="PLATFORM_MACOS"/> | |
20 | </if> | |
21 | <if cond="FORMAT!='autoconf'"> | |
22 | <set var="PLATFORM_MACOS">0</set> | |
23 | </if> | |
c8c1b0bf | 24 | |
a986efd0 WS |
25 | <!-- FIXME: PalmOS is another candidate to bakefiles --> |
26 | <set var="PLATFORM_PALMOS">0</set> | |
27 | ||
24dfe917 | 28 | |
ddf98968 | 29 | <include file="config.bkl"/> |
c79241a2 VS |
30 | |
31 | <include file="plugins_deps.bkl"/> | |
e2c10c59 | 32 | |
bdc408c4 | 33 | |
05a0bcde VS |
34 | <!-- wxWidgets version numbers logic: --> |
35 | <include file="version.bkl"/> | |
e2c10c59 WS |
36 | |
37 | ||
ddf98968 VS |
38 | <!-- ================================================================== --> |
39 | <!-- Names of libraries and DLLs: --> | |
40 | <!-- ================================================================== --> | |
41 | ||
42 | <set var="PORTNAME"> | |
43 | <if cond="USE_GUI=='0'">base</if> | |
44 | <if cond="USE_GUI=='1'">$(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)</if> | |
45 | </set> | |
e2c10c59 | 46 | |
64a2a46f VS |
47 | <set var="WXBASEPORT"> |
48 | <if cond="TOOLKIT=='MAC'">_carbon</if> | |
49 | </set> | |
ddf98968 VS |
50 | |
51 | <set var="COMPILERORGCC"> | |
52 | <if cond="isdefined('COMPILER')">$(COMPILER)</if> | |
53 | <if cond="not isdefined('COMPILER')">gcc</if> | |
54 | </set> | |
55 | <set var="WXCOMPILER"> | |
56 | <if cond="PLATFORM_WIN32=='1'">_$(COMPILERORGCC)</if> | |
57 | </set> | |
4fc5f509 VS |
58 | |
59 | <set var="VENDORTAG"> | |
cff5df9f VS |
60 | <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='1'"></if> |
61 | <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='0'">_$(VENDOR)</if> | |
4fc5f509 VS |
62 | </set> |
63 | ||
c6684d42 | 64 | <!-- debug suffix used for Windows libraries which use debug CRT --> |
ddf98968 | 65 | <set var="WXDEBUGFLAG"> |
c6684d42 VZ |
66 | <if cond="BUILD=='debug' and DEBUG_RUNTIME_LIBS=='default'">d</if> |
67 | <if cond="DEBUG_RUNTIME_LIBS=='1'">d</if> | |
ddf98968 VS |
68 | </set> |
69 | <set var="WXUNICODEFLAG"> | |
af594eca VS |
70 | <!-- WinCE is Unicode-only platform: --> |
71 | <if cond="UNICODE=='1' and FORMAT!='msevc4prj'">u</if> | |
ddf98968 | 72 | </set> |
c6684d42 VZ |
73 | <set var="WX_U_D_SUFFIX"> |
74 | $(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
75 | </set> | |
ddf98968 | 76 | <set var="WXNAMESUFFIX"> |
c6684d42 | 77 | $(WX_U_D_SUFFIX)$(WX_LIB_FLAVOUR) |
ddf98968 | 78 | </set> |
e2c10c59 | 79 | |
ddf98968 VS |
80 | <set var="WXUNIVNAME"> |
81 | <if cond="WXUNIV=='1'">univ</if> | |
82 | </set> | |
83 | <set var="WXUNIV_DEFINE"> | |
84 | <if cond="WXUNIV=='1'">__WXUNIVERSAL__</if> | |
85 | </set> | |
86 | ||
cdc0282e | 87 | <if cond="FORMAT=='autoconf'"> |
64a2a46f | 88 | <set var="WXNAMEPREFIX">wx_base$(WXBASEPORT)</set> |
cdc0282e | 89 | <set var="WXNAMEPREFIXGUI">wx_$(PORTNAME)$(WXUNIVNAME)</set> |
a1bf307a | 90 | <set var="WXVERSIONTAG">-$(WX_RELEASE)</set> |
cdc0282e VS |
91 | </if> |
92 | <if cond="FORMAT!='autoconf'"> | |
64a2a46f | 93 | <set var="WXNAMEPREFIX"> |
a1bf307a | 94 | wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT) |
64a2a46f VS |
95 | </set> |
96 | <set var="WXNAMEPREFIXGUI"> | |
a1bf307a | 97 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)</set> |
cdc0282e VS |
98 | <set var="WXVERSIONTAG"></set> |
99 | </if> | |
4fc5f509 | 100 | <set var="WXDLLNAMEPREFIX"> |
64a2a46f | 101 | <if cond="PLATFORM_WIN32=='1'"> |
bdc408c4 | 102 | wxbase$(WXBASEPORT)$(WXWIN32DLLVERSION) |
64a2a46f | 103 | </if> |
4fc5f509 VS |
104 | <if cond="PLATFORM_WIN32=='0'">$(WXNAMEPREFIX)</if> |
105 | </set> | |
106 | <set var="WXDLLNAMEPREFIXGUI"> | |
107 | <if cond="PLATFORM_WIN32=='1'"> | |
bdc408c4 | 108 | wx$(PORTNAME)$(WXUNIVNAME)$(WXWIN32DLLVERSION) |
4fc5f509 VS |
109 | </if> |
110 | <if cond="PLATFORM_WIN32=='0'">$(WXNAMEPREFIXGUI)</if> | |
111 | </set> | |
112 | <set var="WXDLLVERSIONTAG"> | |
113 | <if cond="PLATFORM_WIN32=='1'"></if> | |
114 | <if cond="PLATFORM_WIN32=='0'">$(WXVERSIONTAG)</if> | |
115 | </set> | |
ddf98968 | 116 | |
e2c10c59 | 117 | |
ddf98968 VS |
118 | <!-- =============================================================== --> |
119 | <!-- Names of component libraries: --> | |
120 | <!-- =============================================================== --> | |
121 | ||
e86e1522 VS |
122 | <set var="WXLIB_BASE"> |
123 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('base')))</if> | |
124 | </set> | |
7c4728f6 VS |
125 | <set var="WXLIB_NET"> |
126 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('net')))</if> | |
127 | </set> | |
61639efb VZ |
128 | <set var="WXLIB_QA"> |
129 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('qa')))</if> | |
130 | </set> | |
ddf98968 VS |
131 | <set var="WXLIB_CORE"> |
132 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('core')))</if> | |
133 | </set> | |
13cb46e0 VS |
134 | <set var="WXLIB_ADV"> |
135 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('adv')))</if> | |
136 | </set> | |
2ae3b602 | 137 | <set var="WXLIB_MEDIA"> |
03575f9b | 138 | <if cond="MONOLITHIC=='0' and USE_MEDIA=='1'">$(mk.evalExpr(wxwin.mkLibName('media')))</if> |
2ae3b602 | 139 | </set> |
fab9850d | 140 | <set var="WXLIB_HTML"> |
e86e1522 | 141 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('html')))</if> |
fab9850d | 142 | </set> |
a69544bf VS |
143 | <set var="WXLIB_XML"> |
144 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('xml')))</if> | |
145 | </set> | |
a62d8849 WS |
146 | <set var="WXLIB_XRC"> |
147 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('xrc')))</if> | |
148 | </set> | |
50acee04 JS |
149 | <set var="WXLIB_AUI"> |
150 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('aui')))</if> | |
151 | </set> | |
3c3ead1d PC |
152 | <set var="WXLIB_RIBBON"> |
153 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('ribbon')))</if> | |
154 | </set> | |
1c4293cb VZ |
155 | <set var="WXLIB_PROPGRID"> |
156 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('propgrid')))</if> | |
157 | </set> | |
3b2cb431 JS |
158 | <set var="WXLIB_RICHTEXT"> |
159 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('richtext')))</if> | |
160 | </set> | |
54429bb3 RD |
161 | <set var="WXLIB_STC"> |
162 | <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('stc')))</if> | |
163 | </set> | |
467d261e | 164 | <set var="WXLIB_WEBVIEW"> |
ea10101a | 165 | <if cond="MONOLITHIC=='0' and USE_WEBVIEW=='1'">$(mk.evalExpr(wxwin.mkLibName('webview')))</if> |
cfcf1d6e | 166 | </set> |
ddf98968 VS |
167 | <set var="WXLIB_MONO"> |
168 | <if cond="MONOLITHIC=='1'">$(mk.evalExpr(wxwin.mkLibName('mono')))</if> | |
169 | </set> | |
e2c10c59 WS |
170 | |
171 | ||
ddf98968 | 172 | <!-- =============================================================== --> |
cff5df9f | 173 | <!-- Where to store built libraries and objects: --> |
ddf98968 | 174 | <!-- =============================================================== --> |
e2c10c59 | 175 | |
af594eca VS |
176 | <set var="DIR_SUFFIX_CPU"> |
177 | <if cond="FORMAT=='msevc4prj'">_$(CPU)</if> | |
b974b0da | 178 | <if cond="TARGET_CPU=='amd64'">_amd64</if> |
e40b74ba | 179 | <if cond="TARGET_CPU=='AMD64'">_amd64</if> |
b974b0da | 180 | <if cond="TARGET_CPU=='ia64'">_ia64</if> |
e40b74ba | 181 | <if cond="TARGET_CPU=='IA64'">_ia64</if> |
af594eca | 182 | </set> |
cff5df9f VS |
183 | |
184 | <if cond="FORMAT!='autoconf'"> | |
185 | <set var="WXDLLFLAG"> | |
186 | <if cond="SHARED=='1'">dll</if> | |
187 | </set> | |
188 | <set var="CFG_NAME_PART"> | |
c6684d42 | 189 | $(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX)$(WXDLLFLAG)$(CFG) |
cff5df9f | 190 | </set> |
dad909f7 | 191 | |
4c51a665 | 192 | <!-- NB: this is make_var so that it can be overridden on command line |
dad909f7 VS |
193 | like this: nmake -f makefile.vc COMPILER_PREFIX=vc6 --> |
194 | <set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set> | |
195 | ||
328f5196 | 196 | <set var="OBJS" make_var="1"> |
dad909f7 | 197 | $(COMPILER_PREFIX)_$(CFG_NAME_PART)$(DIR_SUFFIX_CPU) |
328f5196 VS |
198 | </set> |
199 | ||
cff5df9f VS |
200 | <set var="BUILDDIR">$(OBJS)</set> |
201 | </if> | |
e2c10c59 | 202 | |
46da6d06 | 203 | <set var="LIBTYPE_SUFFIX" make_var="1"> |
52abdc83 WS |
204 | <if cond="FORMAT!='autoconf' and SHARED=='0' and PLATFORM_WIN32=='1'">lib</if> |
205 | <if cond="FORMAT!='autoconf' and SHARED=='1' and PLATFORM_WIN32=='1'">dll</if> | |
206 | <if cond="FORMAT=='watcom' and SHARED=='0' and PLATFORM_WIN32=='0'">$(TOOLKIT_LOWERCASE)_lib</if> | |
207 | <if cond="FORMAT=='watcom' and SHARED=='1' and PLATFORM_WIN32=='0'">$(TOOLKIT_LOWERCASE)_dll</if> | |
46da6d06 WS |
208 | </set> |
209 | ||
390c0cfb | 210 | <set var="LIBDIRNAME" make_var="1"> |
6589dc98 | 211 | <if cond="FORMAT=='autoconf'">$(wx_top_builddir)/lib</if> |
46da6d06 | 212 | <if cond="FORMAT!='autoconf'"> |
dad909f7 | 213 | $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) |
cff5df9f | 214 | </if> |
ddf98968 | 215 | </set> |
e2c10c59 | 216 | |
ee929bcf VS |
217 | <if cond="FORMAT!='autoconf'"> |
218 | <set var="SETUPHDIR" make_var="1"> | |
c6684d42 | 219 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX) |
ee929bcf VS |
220 | </set> |
221 | </if> | |
cff5df9f | 222 | |
e2c10c59 WS |
223 | |
224 | ||
4843dc4c VS |
225 | <!-- =============================================================== --> |
226 | <!-- Templates for libs: --> | |
227 | <!-- =============================================================== --> | |
cdc0282e | 228 | |
4f6e1dac VS |
229 | <set var="DEBUGINFO"> |
230 | <if cond="BUILD=='debug' and DEBUG_INFO=='default'">on</if> | |
231 | <if cond="DEBUG_INFO=='1'">on</if> | |
232 | <if cond="BUILD=='release' and DEBUG_INFO=='default'">off</if> | |
233 | <if cond="DEBUG_INFO=='0'">off</if> | |
234 | </set> | |
235 | <set var="DEBUGRUNTIME"> | |
51c4bf88 VS |
236 | <if cond="DEBUG_RUNTIME_LIBS=='default' and BUILD=='debug'">on</if> |
237 | <if cond="DEBUG_RUNTIME_LIBS=='default' and BUILD=='release'">off</if> | |
4f6e1dac VS |
238 | <if cond="DEBUG_RUNTIME_LIBS=='0'">off</if> |
239 | <if cond="DEBUG_RUNTIME_LIBS=='1'">on</if> | |
cdc0282e VS |
240 | </set> |
241 | <set var="OPTIMIZEFLAG"> | |
546a7e42 VS |
242 | <if cond="BUILD=='debug'">off</if> |
243 | <if cond="BUILD=='release'">speed</if> | |
cdc0282e | 244 | </set> |
9833a21a VS |
245 | <set var="EXCEPTIONSFLAG"> |
246 | <if cond="USE_EXCEPTIONS=='1'">on</if> | |
247 | <if cond="USE_EXCEPTIONS=='0'">off</if> | |
248 | </set> | |
c2efd890 VZ |
249 | <set var="RTTIFLAG"> |
250 | <if cond="USE_RTTI=='1'">on</if> | |
251 | <if cond="USE_RTTI=='0'">off</if> | |
252 | </set> | |
d1e5aa07 VS |
253 | <set var="THREADSFLAG"> |
254 | <if cond="USE_THREADS=='1'">multi</if> | |
255 | <if cond="USE_THREADS=='0'">single</if> | |
256 | </set> | |
15b44c69 | 257 | |
b7e4c668 | 258 | <set var="RTTI_DEFINE"> |
7121be53 | 259 | <if cond="USE_RTTI=='0'">wxNO_RTTI</if> |
b7e4c668 VZ |
260 | </set> |
261 | <set var="EXCEPTIONS_DEFINE"> | |
7121be53 | 262 | <if cond="USE_EXCEPTIONS=='0'">wxNO_EXCEPTIONS</if> |
b7e4c668 VZ |
263 | </set> |
264 | <set var="THREAD_DEFINE"> | |
7121be53 | 265 | <if cond="USE_THREADS=='0'">wxNO_THREADS</if> |
b7e4c668 VZ |
266 | </set> |
267 | ||
15b44c69 | 268 | <set var="DEBUG_DEFINE"> |
c6684d42 | 269 | <if cond="DEBUG_FLAG=='0'">wxDEBUG_LEVEL=0</if> |
15b44c69 | 270 | </set> |
c59422a4 VS |
271 | <set var="NDEBUG_DEFINE"> |
272 | <if cond="FORMAT!='autoconf' and DEBUG_RUNTIME_LIBS=='default' and BUILD=='release'">NDEBUG</if> | |
273 | <if cond="FORMAT!='autoconf' and DEBUG_RUNTIME_LIBS=='0'">NDEBUG</if> | |
274 | </set> | |
275 | ||
4435bd42 MB |
276 | <!-- does not cover all cases, but better than nothing --> |
277 | <set var="NO_VC_CRTDBG"> | |
278 | <if cond="FORMAT=='msvc' and BUILD=='debug' and DEBUG_RUNTIME_LIBS=='0'">__NO_VC_CRTDBG__</if> | |
279 | <if cond="FORMAT=='msvc' and BUILD=='release' and DEBUG_FLAG=='1'">__NO_VC_CRTDBG__</if> | |
280 | </set> | |
15b44c69 | 281 | <set var="UNICODE_DEFINE"> |
ed4ccecd | 282 | <if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if> |
9c7ad546 | 283 | <if cond="FORMAT!='autoconf' and UNICODE=='0'">wxUSE_UNICODE=0</if> |
15b44c69 | 284 | </set> |
22df8343 | 285 | <set var="MSLU_DEFINE"> |
a649ec01 | 286 | <if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_UNICODE_MSLU=1</if> |
22df8343 | 287 | </set> |
e2c10c59 | 288 | |
5fae0f97 WS |
289 | <!-- fill for the specific case of the format/compiler --> |
290 | <set var="WIN32_WINNT"> | |
291 | <if cond="FORMAT=='dmars' or FORMAT=='dmars_smake'">_WIN32_WINNT=0x0400</if> | |
292 | </set> | |
293 | ||
416f5bc8 VS |
294 | <set var="UNICOWS_LIB"> |
295 | <if cond="MSLU=='1'">unicows</if> | |
296 | </set> | |
f82b7036 KO |
297 | <set var="CAIRO_LIB"> |
298 | <if cond="USE_CAIRO=='1'">cairo</if> | |
299 | </set> | |
300 | <set var="CAIRO_LIBDIR"> | |
301 | <if cond="USE_CAIRO=='1'">$(DOLLAR)(CAIRO_ROOT)/lib</if> | |
302 | </set> | |
303 | <set var="CAIRO_INCLUDEDIR"> | |
304 | <if cond="USE_CAIRO=='1'">$(DOLLAR)(CAIRO_ROOT)/include/cairo</if> | |
305 | </set> | |
2713e629 | 306 | |
e40b74ba | 307 | <set var="LINK_TARGET_CPU"> |
94b6ce7f VZ |
308 | <if cond="TARGET_CPU=='amd64'">/MACHINE:X64</if> |
309 | <if cond="TARGET_CPU=='AMD64'">/MACHINE:X64</if> | |
b974b0da | 310 | <if cond="TARGET_CPU=='ia64'">/MACHINE:IA64</if> |
e40b74ba MW |
311 | <if cond="TARGET_CPU=='IA64'">/MACHINE:IA64</if> |
312 | </set> | |
e40b74ba | 313 | |
149cc218 | 314 | <template id="common_settings"> |
4f6e1dac VS |
315 | <debug-info>$(DEBUGINFO)</debug-info> |
316 | <debug-runtime-libs>$(DEBUGRUNTIME)</debug-runtime-libs> | |
5e3746dc | 317 | <optimize>$(OPTIMIZEFLAG)</optimize> |
d1e5aa07 | 318 | <threading>$(THREADSFLAG)</threading> |
4b44ea2b | 319 | <runtime-libs>$(RUNTIME_LIBS)</runtime-libs> |
c2efd890 | 320 | <cxx-rtti>$(RTTIFLAG)</cxx-rtti> |
9833a21a | 321 | <cxx-exceptions>$(EXCEPTIONSFLAG)</cxx-exceptions> |
5e3746dc VS |
322 | <if cond="FORMAT!='autoconf'"> |
323 | <cppflags>$(EXTRACFLAGS)</cppflags> | |
324 | </if> | |
4435bd42 | 325 | <define>$(NO_VC_CRTDBG)</define> |
5fae0f97 | 326 | <define>$(WIN32_WINNT)</define> |
e40b74ba MW |
327 | <if cond="FORMAT=='msvc'"> |
328 | <ldflags>$(LINK_TARGET_CPU)</ldflags> | |
e40b74ba | 329 | </if> |
92d594fc | 330 | <include cond="FORMAT=='msevc4prj'">$(TOP_SRCDIR)build/wince/missing</include> |
5e3746dc | 331 | </template> |
e2c10c59 | 332 | |
4843dc4c | 333 | <template id="anylib"> |
4843dc4c VS |
334 | <dirname>$(LIBDIRNAME)</dirname> |
335 | <install-to>$(LIBDIR)</install-to> | |
336 | </template> | |
337 | ||
149cc218 | 338 | <template id="3rdparty_lib" template="common_settings,anylib"> |
a1bf307a | 339 | <if cond="FORMAT=='autoconf'"> |
c6684d42 | 340 | <libname>$(id)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)</libname> |
a1bf307a RL |
341 | </if> |
342 | <if cond="FORMAT!='autoconf'"> | |
9c2d002b | 343 | <libname>$(id)$(WXDEBUGFLAG)$(HOST_SUFFIX)</libname> |
a1bf307a | 344 | </if> |
52a5a009 VS |
345 | <!-- |
346 | we want to install 3rd party libs system-wide only with static | |
77ffb593 | 347 | version of wxWidgets; otherwise they are embedded in shared libs: |
52a5a009 VS |
348 | --> |
349 | <install-if>SHARED=='0'</install-if> | |
af594eca | 350 | <pic>$(substituteFromDict(SHARED, {'0':'off', '1':'on'}))</pic> |
9dab58b1 VZ |
351 | |
352 | <!-- | |
353 | we don't want to have asserts in the 3rd party libraries code, | |
354 | neither we nor wx users are interested in debugging them anyhow | |
355 | --> | |
356 | <define>NDEBUG</define> | |
41c89b91 VZ |
357 | |
358 | <if cond="IS_MSVC"> | |
359 | <!-- | |
360 | we're not interested in deprecation warnings about the use of | |
361 | standard C functions in the 3rd party libraries (these warnings | |
362 | are only given by VC8+ but it's simpler to just always define | |
363 | this symbol which disables them, even for previous VC versions) | |
364 | --> | |
365 | <define>_CRT_SECURE_NO_WARNINGS</define> | |
366 | </if> | |
82cb0280 | 367 | </template> |
e2c10c59 WS |
368 | |
369 | ||
cb9548d9 | 370 | <!-- deal with the need to copy setup.h here: --> |
82cb0280 | 371 | |
cb9548d9 | 372 | <define-tag name="msvc-headers" rules="dll,lib"> |
af594eca | 373 | <if cond="IS_MSVC_PRJ"> |
79a2ea34 VS |
374 | <msvc-project-files> |
375 | $(addPrefixToList('include\\', wxwin.headersOnly(value))) | |
376 | </msvc-project-files> | |
cb9548d9 VS |
377 | </if> |
378 | </define-tag> | |
379 | ||
c7f476c9 | 380 | <set var="msvc_copy_setup_h_script"> |
cc118a9b VS |
381 | <if cond="IS_MSVC_PRJ=='1' and FORMAT not in ['msvc6prj','msevc4prj']"> |
382 | Creating $(SETUPHDIR)\wx\setup.h | |
383 | InputPath=..\..\include\wx\%s | |
384 | ||
385 | "$(SETUPHDIR)\wx\setup.h" : | |
386 | $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h | |
387 | </if> | |
388 | <if cond="IS_MSVC_PRJ=='1' and FORMAT in ['msvc6prj','msevc4prj']"> | |
cb9548d9 | 389 | Creating $(SETUPHDIR)\wx\setup.h |
9c26fe83 | 390 | InputPath=..\..\include\wx\%s |
cb9548d9 VS |
391 | |
392 | "$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)" | |
393 | $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h | |
c7f476c9 MW |
394 | </if> |
395 | </set> | |
396 | ||
397 | <define-tag name="msvc-headers-setup-h" rules="dll,lib"> | |
398 | <if cond="IS_MSVC_PRJ"> | |
399 | <msvc-headers> | |
400 | $(addPrefixToList('wx/', value)) | |
401 | </msvc-headers> | |
402 | <set var="_custom_build_files" append="1"> | |
403 | $(nativePaths(addPrefixToList('include/wx/', value))) | |
cb9548d9 VS |
404 | </set> |
405 | </if> | |
406 | </define-tag> | |
407 | ||
c7f476c9 MW |
408 | <define-tag name="msvc-copy-setup-h" rules="dll,lib"> |
409 | <if cond="IS_MSVC_PRJ"> | |
410 | <if cond="FORMAT=='msevc4prj'"> | |
411 | <msvc-headers-setup-h> | |
412 | msw/wince/setup.h | |
413 | </msvc-headers-setup-h> | |
414 | <set var="_custom_build_include_wx_msw_wince_setup_h"> | |
415 | $(msvc_copy_setup_h_script % 'msw\wince\setup.h') | |
416 | </set> | |
417 | </if> | |
418 | <if cond="FORMAT!='msevc4prj'"> | |
419 | <msvc-headers-setup-h> | |
420 | msw/setup.h | |
421 | univ/setup.h | |
422 | </msvc-headers-setup-h> | |
423 | <set var="_custom_build_include_wx_msw_setup_h"> | |
424 | <if cond="WXUNIV=='0'"> | |
425 | $(msvc_copy_setup_h_script % 'msw\setup.h') | |
426 | </if> | |
427 | </set> | |
428 | <set var="_custom_build_include_wx_univ_setup_h"> | |
429 | <if cond="WXUNIV=='1'"> | |
430 | $(msvc_copy_setup_h_script % 'univ\setup.h') | |
431 | </if> | |
432 | </set> | |
433 | </if> | |
434 | </if> | |
435 | </define-tag> | |
436 | ||
c8d58531 MW |
437 | <define-tag name="msvc-create-rcdefs-h" rules="dll,lib"> |
438 | <if cond="IS_MSVC_PRJ"> | |
439 | <msvc-headers-setup-h> | |
440 | msw/genrcdefs.h | |
441 | </msvc-headers-setup-h> | |
92641c0d | 442 | <!-- FIXME: we need another way to get the compiler name --> |
c8d58531 MW |
443 | <set var="VC_COMPILER"> |
444 | <if cond="FORMAT=='msevc4prj'">$(_COMPILER)</if> | |
445 | <if cond="FORMAT!='msevc4prj'">cl</if> | |
446 | </set> | |
447 | <set var="_custom_build_include_wx_msw_genrcdefs_h"> | |
448 | Creating $(SETUPHDIR)\wx\msw\rcdefs.h | |
9c26fe83 | 449 | InputPath=..\..\include\wx\msw\genrcdefs.h |
c8d58531 | 450 | |
81073d92 | 451 | "$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(DOLLAR)(SOURCE)" "$(SETUPHDIR)\wx\msw" |
c8d58531 MW |
452 | $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h" |
453 | </set> | |
454 | </if> | |
455 | </define-tag> | |
456 | ||
cb9548d9 VS |
457 | <template id="msvc_setup_h"> |
458 | <msvc-copy-setup-h/> | |
c8d58531 | 459 | <msvc-create-rcdefs-h/> |
cb9548d9 | 460 | </template> |
ddf98968 VS |
461 | |
462 | <!-- =============================================================== --> | |
463 | <!-- 3rd party libs: --> | |
464 | <!-- =============================================================== --> | |
e2c10c59 | 465 | |
ddf98968 VS |
466 | <!-- 3rd party libraries: --> |
467 | <include file="regex.bkl"/> | |
468 | <include file="zlib.bkl"/> | |
469 | <include file="png.bkl"/> | |
470 | <include file="jpeg.bkl"/> | |
471 | <include file="tiff.bkl"/> | |
a69544bf | 472 | <include file="expat.bkl"/> |
54429bb3 | 473 | <include file="scintilla.bkl"/> |
ddf98968 | 474 | |
e2c10c59 | 475 | |
ddf98968 | 476 | <!-- =============================================================== --> |
77ffb593 | 477 | <!-- Templates for wxWidgets libs: --> |
ddf98968 | 478 | <!-- =============================================================== --> |
cdc0282e | 479 | |
2cc75628 VS |
480 | <!-- NB: in monolithic build, even wxBase-only must be linked against |
481 | GUI extralibs, otherwise there would be unresolved references. | |
482 | The variables below are defined so that all libs are used | |
483 | in monolithic build, but not in multilib one. --> | |
484 | <set var="EXTRALIBS_FOR_BASE"> | |
485 | <if cond="MONOLITHIC=='1'">$(EXTRALIBS) $(EXTRALIBS_GUI)</if> | |
486 | <if cond="MONOLITHIC=='0'">$(EXTRALIBS)</if> | |
487 | </set> | |
488 | <set var="EXTRALIBS_FOR_GUI"> | |
489 | <if cond="MONOLITHIC=='1'"></if> | |
490 | <if cond="MONOLITHIC=='0'">$(EXTRALIBS_GUI)</if> | |
491 | </set> | |
492 | ||
43b0b6bc WS |
493 | <if cond="TOOLKIT=='MGL' and FORMAT=='watcom'"> |
494 | <set var="MGLLIBPATH">$(DOLLAR)(%SCITECH)/lib/$(BUILD)/dos32/ow10</set> | |
495 | <set var="MGLPMLIBPATH"> | |
496 | <if cond="DOS32=='DOS4GW'">dos4gw</if> | |
497 | </set> | |
498 | </if> | |
499 | ||
149cc218 | 500 | <template id="wx" template="common_settings"> |
ddf98968 VS |
501 | <set var="wxid">$(wxwin.mk_wxid(id))</set> |
502 | <define>__WX$(TOOLKIT)__</define> | |
503 | <define>$(WXUNIV_DEFINE)</define> | |
15b44c69 | 504 | <define>$(DEBUG_DEFINE)</define> |
c59422a4 | 505 | <define>$(NDEBUG_DEFINE)</define> |
b7e4c668 VZ |
506 | <define>$(EXCEPTIONS_DEFINE)</define> |
507 | <define>$(RTTI_DEFINE)</define> | |
508 | <define>$(THREAD_DEFINE)</define> | |
15b44c69 | 509 | <define>$(UNICODE_DEFINE)</define> |
22df8343 | 510 | <define>$(MSLU_DEFINE)</define> |
c8d58531 | 511 | <include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include> |
85ebb95c | 512 | <include cond="FORMAT!='autoconf'">$(TOP_SRCDIR)include</include> |
f82b7036 | 513 | <include cond="FORMAT!='autoconf'">$(CAIRO_INCLUDEDIR)</include> |
e2c10c59 | 514 | <lib-path>$(LIBDIRNAME)</lib-path> |
43b0b6bc WS |
515 | <if cond="TOOLKIT=='MGL' and FORMAT=='watcom'"> |
516 | <lib-path>$(MGLLIBPATH)</lib-path> | |
517 | <lib-path>$(MGLLIBPATH)/$(MGLPMLIBPATH)</lib-path> | |
518 | </if> | |
b1b592ad | 519 | |
432afc17 | 520 | <warnings>max</warnings> |
b1b592ad | 521 | <cxxflags cond="FORMAT=='autoconf'">$(CXXWARNINGS)</cxxflags> |
a0177486 WS |
522 | <cppflags-watcom> |
523 | -wcd=549 <!-- 'sizeof' operand contains compiler generated information --> | |
524 | -wcd=656 <!-- define this function inside its class definition (may improve code quality) --> | |
525 | -wcd=657 <!-- define this function inside its class definition (could have improved code quality) --> | |
526 | -wcd=667 <!-- 'va_start' macro will not work without an argument before '...' --> | |
527 | </cppflags-watcom> | |
329a2be8 | 528 | <cxxflags-mingw> |
f8fbc92b | 529 | -Wno-ctor-dtor-privacy <!-- only defines a private destructor and has no friends --> |
329a2be8 | 530 | </cxxflags-mingw> |
ddf98968 VS |
531 | </template> |
532 | ||
c74dc163 | 533 | <!-- for both GUI and wxBase libs/samples: --> |
e83a52a2 | 534 | <template id="wx_append_base_nomono"> |
ddf98968 | 535 | <!-- link against builtin 3rd party libs, if needed: --> |
ddf98968 | 536 | <sys-lib>$(LIB_ZLIB)</sys-lib> |
ddf98968 | 537 | <sys-lib>$(LIB_REGEX)</sys-lib> |
a69544bf | 538 | <sys-lib>$(LIB_EXPAT)</sys-lib> |
e2c10c59 | 539 | |
2cc75628 | 540 | <ldlibs>$(EXTRALIBS_FOR_BASE)</ldlibs> |
15b44c69 | 541 | |
52abdc83 WS |
542 | <!-- system libraries on os2: --> |
543 | <if cond="FORMAT!='autoconf' and PLATFORM_OS2=='1'"> | |
544 | <if cond="FORMAT=='watcom'"> | |
545 | <sys-lib>upm32</sys-lib> | |
546 | </if> | |
547 | </if> | |
548 | ||
43b0b6bc WS |
549 | <!-- system libraries on mgl: --> |
550 | <if cond="FORMAT=='watcom' and TOOLKIT=='MGL'"> | |
551 | <sys-lib>mgl</sys-lib> | |
552 | <sys-lib>mglcpp</sys-lib> | |
553 | <sys-lib>pm</sys-lib> | |
554 | </if> | |
555 | ||
15b44c69 | 556 | <!-- system libraries on windows: --> |
52abdc83 | 557 | <if cond="FORMAT!='autoconf' and PLATFORM_WIN32=='1'"> |
416f5bc8 | 558 | <sys-lib>$(UNICOWS_LIB)</sys-lib> |
f82b7036 KO |
559 | <sys-lib>$(CAIRO_LIB)</sys-lib> |
560 | <lib-path>$(CAIRO_LIBDIR)</lib-path> | |
328f5196 | 561 | <if cond="FORMAT=='borland'"> |
cb8bbc13 VS |
562 | <sys-lib>ole2w32</sys-lib> |
563 | </if> | |
f9c4805a VS |
564 | <if cond="FORMAT=='msevc4prj'"> |
565 | <sys-lib>ole32</sys-lib> | |
566 | <sys-lib>oleaut32</sys-lib> | |
567 | <sys-lib>uuid</sys-lib> | |
568 | <sys-lib>commctrl</sys-lib> | |
f9c4805a VS |
569 | <sys-lib>winsock</sys-lib> |
570 | <sys-lib>wininet</sys-lib> | |
571 | </if> | |
572 | <if cond="FORMAT!='borland' and FORMAT!='msevc4prj'"> | |
cb8bbc13 VS |
573 | <sys-lib>kernel32</sys-lib> |
574 | <sys-lib>user32</sys-lib> | |
575 | <sys-lib>gdi32</sys-lib> | |
576 | <sys-lib>comdlg32</sys-lib> | |
577 | <sys-lib>winspool</sys-lib> | |
578 | <sys-lib>winmm</sys-lib> | |
579 | <sys-lib>shell32</sys-lib> | |
cb8bbc13 | 580 | <sys-lib>comctl32</sys-lib> |
cb8bbc13 VS |
581 | <sys-lib>ole32</sys-lib> |
582 | <sys-lib>oleaut32</sys-lib> | |
583 | <sys-lib>uuid</sys-lib> | |
584 | <sys-lib>rpcrt4</sys-lib> | |
585 | <sys-lib>advapi32</sys-lib> | |
586 | <sys-lib>wsock32</sys-lib> | |
b44f5137 VZ |
587 | <!-- this one is only used if wxUSE_URL_NATIVE==1 but we don't |
588 | know if it is here so just add it unconditionally --> | |
589 | <sys-lib>wininet</sys-lib> | |
15b44c69 | 590 | </if> |
1b48afd2 | 591 | <if cond="FORMAT=='borland'"> |
3682ea7d VS |
592 | <sys-lib>oleacc</sys-lib> |
593 | </if> | |
57670219 | 594 | </if> |
ddf98968 VS |
595 | </template> |
596 | ||
82ca3afe | 597 | |
c74dc163 | 598 | <!-- for GUI libs/samples: --> |
0019dee6 VS |
599 | <template id="wx_append_nomono" template_append="wx_append_base_nomono"> |
600 | <sys-lib>$(LIB_TIFF)</sys-lib> | |
601 | <sys-lib>$(LIB_JPEG)</sys-lib> | |
602 | <sys-lib>$(LIB_PNG)</sys-lib> | |
2cc75628 | 603 | <ldlibs>$(EXTRALIBS_FOR_GUI)</ldlibs> |
c74dc163 VS |
604 | </template> |
605 | ||
57c74474 VZ |
606 | <set var="LIB_PNG_IF_MONO"> |
607 | <if cond="MONOLITHIC=='1'">$(LIB_PNG)</if> | |
608 | </set> | |
e83a52a2 VS |
609 | |
610 | <template id="wx_append_base" template_append="wx_append_base_nomono"> | |
57c74474 VZ |
611 | <!-- Always link against the full wx library in monolithic build and |
612 | also against the PNG one as core code references it for Tango | |
613 | icons and so it is pulled in even by the console programs. --> | |
e83a52a2 | 614 | <sys-lib>$(WXLIB_MONO)</sys-lib> |
57c74474 | 615 | <sys-lib>$(LIB_PNG_IF_MONO)</sys-lib> |
e83a52a2 VS |
616 | </template> |
617 | <template id="wx_append" template_append="wx_append_nomono"> | |
618 | <!-- Always link against the wxWin library in monolithic build: --> | |
619 | <sys-lib>$(WXLIB_MONO)</sys-lib> | |
620 | </template> | |
e2c10c59 | 621 | |
e83a52a2 | 622 | |
0469579d | 623 | <set var="WX_DISABLE_PRECOMP_HEADERS" overwrite="0">0</set> |
e2c10c59 | 624 | |
4843dc4c | 625 | <template id="wx_lib_b" template="wx,anylib"> |
ddf98968 | 626 | <set var="WXLIBNAME">$(wxwin.mkLibName(wxid))</set> |
ddf98968 | 627 | <libname>$(WXLIBNAME)</libname> |
cb8bbc13 | 628 | |
5d88a6b5 VZ |
629 | <define>WXBUILDING</define> |
630 | ||
0469579d | 631 | <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'"> |
b9c94fbf | 632 | <if cond="FORMAT!='autoconf' and TOOLKIT in ['MSW','MGL','PM','WINCE']"> |
66b9f7f7 | 633 | <sources>$(WXTOPDIR)src/common/dummy.cpp</sources> |
0469579d | 634 | <precomp-headers-gen> |
66b9f7f7 | 635 | $(WXTOPDIR)src/common/dummy.cpp |
0469579d VS |
636 | </precomp-headers-gen> |
637 | </if> | |
a420c7ed | 638 | <precomp-headers-location>$(WXTOPDIR)include</precomp-headers-location> |
0469579d VS |
639 | <precomp-headers-header>wx/wxprec.h</precomp-headers-header> |
640 | <precomp-headers>on</precomp-headers> | |
641 | <precomp-headers-file>wxprec_$(id)</precomp-headers-file> | |
3fe70739 | 642 | <precomp-headers-exclude> |
3fe70739 | 643 | src/common/extended.c |
3fe70739 | 644 | </precomp-headers-exclude> |
cb8bbc13 | 645 | </if> |
e2c10c59 | 646 | |
3a811096 | 647 | <if cond="IS_MSVC_PRJ=='1' and BUILDING_LIB=='1'"> |
82ca3afe VS |
648 | <msvc-file-group>Common Sources:src/common/*</msvc-file-group> |
649 | <msvc-file-group>MSW Sources:src/msw/*</msvc-file-group> | |
650 | <msvc-file-group>Generic Sources:src/generic/*</msvc-file-group> | |
651 | <msvc-file-group>wxUniv Sources:src/univ/*</msvc-file-group> | |
652 | <msvc-file-group>wxHTML Sources:src/html/*</msvc-file-group> | |
653 | <msvc-file-group>Setup Headers:*/setup.h</msvc-file-group> | |
82ca3afe VS |
654 | <msvc-file-group>MSW Headers:*wx/msw/*.h</msvc-file-group> |
655 | <msvc-file-group>Generic Headers:*wx/generic/*.h</msvc-file-group> | |
656 | <msvc-file-group>wxUniv Headers:*wx/univ/*.h</msvc-file-group> | |
657 | <msvc-file-group>wxHTML Headers:*wx/html/*.h</msvc-file-group> | |
cbba971f | 658 | <msvc-file-group>Common Headers:*wx/*.h</msvc-file-group> |
82ca3afe | 659 | </if> |
ddf98968 | 660 | </template> |
cb8bbc13 | 661 | |
c8d58531 MW |
662 | <if cond="FORMAT=='autoconf'"> |
663 | <set var="RCDEFDIR"> | |
664 | <if cond="TOOLKIT=='MSW'"> | |
665 | $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) | |
666 | </if> | |
667 | </set> | |
668 | </if> | |
669 | ||
fab9850d | 670 | <template id="wx_dll_b" template="wx_lib_b"> |
ddf98968 VS |
671 | <set var="WXDLLNAME">$(wxwin.mkDllName(wxid))</set> |
672 | <dllname>$(WXDLLNAME)</dllname> | |
673 | <version>$(WX_VERSION)</version> | |
674 | <so_version>$(WXSOVERSION)</so_version> | |
7121be53 | 675 | |
31da10de VS |
676 | <!-- FIXME: until libtool scheme is implemented in bakefile --> |
677 | <ldflags cond="FORMAT=='autoconf'">$(WXMACVERSION_CMD)</ldflags> | |
d181c36e VS |
678 | |
679 | <!-- version info resources: --> | |
79a2ea34 VS |
680 | <res-define>WXDLLNAME=$(WXDLLNAME)</res-define> |
681 | <if cond="FORMAT=='autoconf'"> | |
682 | <res-include>$(RCDEFDIR)</res-include> | |
683 | <res-include>$(TOP_SRCDIR)include</res-include> | |
19beefa6 | 684 | <postlink-command>$(DYLIB_RPATH_POSTLINK)</postlink-command> |
260c165f | 685 | </if> |
102d46f3 | 686 | <win32-res>$(WXTOPDIR)src/msw/version.rc</win32-res> |
19beefa6 | 687 | |
ddf98968 | 688 | </template> |
c0608865 | 689 | |
0bcf9597 | 690 | <template id="wx_3rdparty_dependencies_gui" cond="USE_GUI=='1'"> |
3fe70739 VS |
691 | <depends>wxtiff</depends> |
692 | <depends>wxjpeg</depends> | |
693 | <depends>wxpng</depends> | |
303a585d | 694 | <depends>wxscintilla</depends> |
0bcf9597 WS |
695 | </template> |
696 | ||
697 | <template id="wx_3rdparty_dependencies" | |
698 | template="wx_3rdparty_dependencies_gui"> | |
390c0cfb | 699 | <depends>wxexpat</depends> |
c74dc163 VS |
700 | <depends>wxzlib</depends> |
701 | <depends>wxregex</depends> | |
702 | </template> | |
ee929bcf | 703 | |
0bcf9597 | 704 | <template id="wx_3rdparty_includes_gui" cond="USE_GUI=='1'"> |
43b0b6bc WS |
705 | <if cond="FORMAT=='watcom' and TOOLKIT=='MGL'"> |
706 | <include>$(DOLLAR)(%SCITECH)/include</include> | |
707 | </if> | |
3442c078 | 708 | <include>$(INC_TIFF_BUILD)</include> |
ee929bcf VS |
709 | <include>$(INC_TIFF)</include> |
710 | <include>$(INC_JPEG)</include> | |
711 | <include>$(INC_PNG)</include> | |
0bcf9597 WS |
712 | </template> |
713 | ||
714 | <template id="wx_3rdparty_includes" | |
715 | template="wx_3rdparty_includes_gui"> | |
ee929bcf | 716 | <include>$(INC_ZLIB)</include> |
ee929bcf VS |
717 | <include>$(INC_REGEX)</include> |
718 | <include>$(INC_EXPAT)</include> | |
719 | </template> | |
e2c10c59 | 720 | |
9698d244 VS |
721 | <template id="wx_lib" |
722 | template="wx_lib_b,wx_3rdparty_includes,msvc_setup_h"/> | |
723 | <template id="wx_base_lib" | |
724 | template="wx_lib_b,wx_3rdparty_includes,msvc_setup_h"> | |
e2c10c59 | 725 | <define>wxUSE_GUI=0</define> |
15d93f1e VS |
726 | </template> |
727 | ||
ee929bcf VS |
728 | <template id="wx_dll" |
729 | template="wx_dll_b,wx_3rdparty_dependencies,wx_3rdparty_includes" | |
9698d244 | 730 | template_append="msvc_setup_h,wx_append_nomono"/> |
ee929bcf VS |
731 | <template id="wx_base_dll" |
732 | template="wx_dll_b,wx_3rdparty_dependencies,wx_3rdparty_includes" | |
9698d244 | 733 | template_append="msvc_setup_h,wx_append_base_nomono"> |
e2c10c59 | 734 | <define>wxUSE_GUI=0</define> |
15d93f1e | 735 | </template> |
e2c10c59 | 736 | |
ae4ae157 | 737 | <!-- =============================================================== --> |
77ffb593 | 738 | <!-- Templates for building wxWidgets plugins: --> |
ae4ae157 VS |
739 | <!-- =============================================================== --> |
740 | ||
ae4ae157 | 741 | <if cond="WX_STABLE_BRANCH=='1'"> |
c79241a2 | 742 | <set var="PLUGIN_VERSION0"> |
a1bf307a RL |
743 | <if cond="PLATFORM_UNIX=='1'">$(WX_RELEASE)</if> |
744 | <if cond="PLATFORM_UNIX=='0'">$(WX_RELEASE_NODOT)</if> | |
ae4ae157 VS |
745 | </set> |
746 | </if> | |
747 | <if cond="WX_STABLE_BRANCH=='0'"> | |
c79241a2 | 748 | <set var="PLUGIN_VERSION0"> |
a1bf307a RL |
749 | <if cond="PLATFORM_UNIX=='1'">$(WX_VERSION)</if> |
750 | <if cond="PLATFORM_UNIX=='0'">$(WX_VERSION_NODOT)</if> | |
ae4ae157 VS |
751 | </set> |
752 | </if> | |
c79241a2 VS |
753 | <set var="PLUGVERDELIM"> |
754 | <if cond="PLATFORM_UNIX=='1'">-</if> | |
755 | <if cond="PLATFORM_UNIX=='0'"></if> | |
756 | </set> | |
757 | <set var="PLUGIN_VERSION">$(PLUGVERDELIM)$(PLUGIN_VERSION0)</set> | |
e2c10c59 | 758 | |
c79241a2 VS |
759 | <set var="PLUGINS_INST_DIR" make_var="1"> |
760 | $(LIBDIR)/wx/$(PLUGIN_VERSION0) | |
761 | </set> | |
ae4ae157 VS |
762 | |
763 | <define-rule name="wx-base-plugin" extends="module"> | |
764 | <template> | |
765 | <dllname> | |
c6684d42 | 766 | $(id)$(WX_U_D_SUFFIX)$(PLUGIN_VERSION)$(WXCOMPILER) |
ae4ae157 VS |
767 | </dllname> |
768 | <define>WXUSINGDLL</define> | |
15d93f1e | 769 | <define>wxUSE_GUI=0</define> |
c79241a2 | 770 | <install-to>$(PLUGINS_INST_DIR)</install-to> |
ae4ae157 VS |
771 | </template> |
772 | </define-rule> | |
e2c10c59 | 773 | |
ae4ae157 VS |
774 | <define-rule name="wx-gui-plugin" extends="module"> |
775 | <template template="wx"> | |
776 | <dllname> | |
c6684d42 | 777 | $(id)_$(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX)$(PLUGIN_VERSION)$(WXCOMPILER) |
ae4ae157 VS |
778 | </dllname> |
779 | <define>WXUSINGDLL</define> | |
c79241a2 | 780 | <install-to>$(PLUGINS_INST_DIR)</install-to> |
ae4ae157 VS |
781 | </template> |
782 | </define-rule> | |
e2c10c59 | 783 | |
ddf98968 | 784 | <!-- =============================================================== --> |
591a3be4 | 785 | <!-- Support for wxWidgets samples: --> |
ddf98968 VS |
786 | <!-- =============================================================== --> |
787 | ||
788 | <!-- Link against one wxWin library. Value must be literal! --> | |
485a205e | 789 | <define-tag name="wx-lib" rules="exe,dll,module"> |
ddf98968 | 790 | <sys-lib>$(wxwin.libToLink(value))</sys-lib> |
22cef566 | 791 | <ldlibs>$(wxwin.extraLdflags(value))</ldlibs> |
7a4fa569 | 792 | <!-- msvs200?prj formats don't support external dependencies yet: --> |
5acf8f1d | 793 | <if cond="FORMAT in ['msvc6prj','msevc4prj'] and MONOLITHIC=='0'"> |
dce0742b | 794 | <depends-on-dsp>$(wxwin.makeDspDependency(value))</depends-on-dsp> |
7bd54b68 | 795 | </if> |
ddf98968 VS |
796 | </define-tag> |
797 | ||
4bae0a94 VS |
798 | |
799 | <!-- A hack to keep autoconf happy (we pass CPPFLAGS that contain | |
800 | {top_srcdir} from configure, poor bakefile can't know that | |
801 | and won't output top_srcdir = @top_srcdir@ line): --> | |
802 | <set var="VARS_DONT_ELIMINATE" append="1">top_srcdir</set> | |
803 | ||
804 | ||
ddf98968 | 805 | </makefile> |