]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/monolithic.bkl
dcmemory.cpp is now dcmemory.mm
[wxWidgets.git] / build / bakefiles / monolithic.bkl
CommitLineData
ddf98968 1<?xml version="1.0" ?>
ba28d9bb 2<!-- $Id$ -->
ddf98968 3<makefile>
6ae02da4 4
b00786ec
VS
5 <set var="MONOLIB_GUI_SRC">
6 <if cond="USE_GUI=='1'">$(CORE_SRC) $(HTML_SRC)</if>
7 </set>
6ae02da4 8 <set var="MONOLIB_SRC">
a69544bf 9 $(BASE_SRC) $(BASE_AND_GUI_SRC) $(MONOLIB_GUI_SRC) $(XML_SRC)
6ae02da4 10 </set>
ddf98968
VS
11
12 <dll id="monodll" template="wx_dll"
13 cond="SHARED=='1' and MONOLITHIC=='1'">
e86e1522 14 <define>wxUSE_BASE=1</define>
ddf98968 15 <define>WXMAKINGDLL</define>
6ae02da4 16 <sources>$(MONOLIB_SRC)</sources>
a69544bf 17 <ldlibs>$(EXTRALIBS_XML)</ldlibs>
ddf98968
VS
18 </dll>
19
20 <lib id="monolib" template="wx_lib"
21 cond="SHARED=='0' and MONOLITHIC=='1'">
e86e1522 22 <define>wxUSE_BASE=1</define>
6ae02da4 23 <sources>$(MONOLIB_SRC)</sources>
ddf98968
VS
24 </lib>
25
26</makefile>