]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/plugins.bkl
reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of...
[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>