plugins_deps.bkl 467 B

1234567891011121314151617181920
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <!-- Additional dependencies of core libraries if plugins are
  4. disabled (these would be deps of the plugins if they were
  5. enabled): -->
  6. <set var="PLUGIN_ADV_EXTRALIBS">
  7. <if cond="USE_PLUGINS=='0'">
  8. $(EXTRALIBS_SDL)
  9. </if>
  10. </set>
  11. <!-- monolithic library must link against all this: -->
  12. <set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>
  13. </makefile>