]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/plugins_deps.bkl
a few more header files need to be installed
[wxWidgets.git] / build / bakefiles / plugins_deps.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <!-- Additional dependencies of core libraries if plugins are
7 disabled (these would be deps of the plugins if they were
8 enabled): -->
9
10 <set var="PLUGIN_ADV_EXTRALIBS">
11 <if cond="USE_PLUGINS=='0'">
12 $(EXTRALIBS_SDL)
13 </if>
14 </set>
15
16
17 <!-- monolithic library must link against all this: -->
18
19 <set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>
20
21 </makefile>