]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/plugins_deps.bkl
add XRC handler for wxSearchCtrl (extended patch 1751516)
[wxWidgets.git] / build / bakefiles / plugins_deps.bkl
CommitLineData
c79241a2
VS
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): -->
38a8fcc1 9
c79241a2
VS
10 <set var="PLUGIN_ADV_EXTRALIBS">
11 <if cond="USE_PLUGINS=='0'">
2e350179 12 $(EXTRALIBS_SDL)
c79241a2
VS
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>