2004-02-01 18:31:54 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<!-- Additional dependencies of core libraries if plugins are
|
|
|
|
disabled (these would be deps of the plugins if they were
|
|
|
|
enabled): -->
|
2004-11-04 17:57:38 +00:00
|
|
|
|
2004-02-01 18:31:54 +00:00
|
|
|
<set var="PLUGIN_ADV_EXTRALIBS">
|
|
|
|
<if cond="USE_PLUGINS=='0'">
|
2005-02-13 21:06:55 +00:00
|
|
|
$(EXTRALIBS_SDL)
|
2004-02-01 18:31:54 +00:00
|
|
|
</if>
|
|
|
|
</set>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- monolithic library must link against all this: -->
|
|
|
|
|
|
|
|
<set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>
|
|
|
|
|
|
|
|
</makefile>
|