plugins.bkl 471 B

123456789101112131415
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <!-- ================================================================ -->
  4. <!-- Unix audio plugins -->
  5. <!-- ================================================================ -->
  6. <wx-base-plugin id="sound_sdl" cond="WITH_PLUGIN_SDL=='1'">
  7. <sources>$(UNIX_SOUND_SRC_SDL)</sources>
  8. <ldlibs>$(EXTRALIBS_SDL)</ldlibs>
  9. </wx-base-plugin>
  10. </makefile>