]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/monolithic.bkl
wxSelectionStore fix
[wxWidgets.git] / build / bakefiles / monolithic.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4 <dll id="monodll" template="wx_dll"
5 cond="SHARED=='1' and MONOLITHIC=='1'">
6 <define>WXMAKINGDLL</define>
7 <sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
8
9 <library>$(LIB_ZLIB)</library>
10 <library>$(LIB_REGEX)</library>
11 <library>$(LIB_PNG)</library>
12 <library>$(LIB_JPEG)</library>
13 <library>$(LIB_TIFF)</library>
14 <library>$(LIB_ODBC)</library>
15 </dll>
16
17 <lib id="monolib" template="wx_lib"
18 cond="SHARED=='0' and MONOLITHIC=='1'">
19 <sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
20 </lib>
21
22 </makefile>