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