c79241a238
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 lines
486 B
XML
22 lines
486 B
XML
<?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): -->
|
|
|
|
<set var="PLUGIN_ADV_EXTRALIBS">
|
|
<if cond="USE_PLUGINS=='0'">
|
|
$(EXTRALIBS_SDL)
|
|
</if>
|
|
</set>
|
|
|
|
|
|
<!-- monolithic library must link against all this: -->
|
|
|
|
<set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>
|
|
|
|
</makefile>
|