Added gprint.cpp to bakefiles.
[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             $(EXTRALIBS_GNOMEPRINT)
14         </if>
15     </set>
16
17
18     <!-- monolithic library must link against all this: -->
19
20     <set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>
21
22 </makefile>