]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/plugins.bkl
Bakefile and other changes for new locations of STC and wxSVGFileDC.
[wxWidgets.git] / build / bakefiles / plugins.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <!-- ================================================================ -->
7 <!-- Unix audio plugins -->
8 <!-- ================================================================ -->
9
10 <wx-base-plugin id="sound_sdl" cond="WITH_PLUGIN_SDL=='1'">
11 <sources>$(UNIX_SOUND_SRC_SDL)</sources>
12 <ldlibs>$(EXTRALIBS_SDL)</ldlibs>
13 </wx-base-plugin>
14
15
16 </makefile>