<!-- $Id$ -->
<makefile>
+ <set var="MONOLIB_GUI_SRC">
+ <if cond="USE_GUI=='1'">$(CORE_SRC) $(HTML_SRC)</if>
+ </set>
<set var="MONOLIB_SRC">
- <if cond="USE_GUI=='0'">
- src/common/init.cpp $(BASE_SRC) $(BASE_AND_GUI_SRC)
- </if>
- <if cond="USE_GUI=='1'">
- $(BASE_SRC) $(BASE_AND_GUI_SRC) $(CORE_SRC) $(HTML_SRC)
- </if>
+ $(BASE_SRC) $(BASE_AND_GUI_SRC) $(MONOLIB_GUI_SRC) $(XML_SRC)
</set>
<dll id="monodll" template="wx_dll"
cond="SHARED=='1' and MONOLITHIC=='1'">
- <define>__WXBASE__</define>
<define>wxUSE_BASE=1</define>
<define>WXMAKINGDLL</define>
<sources>$(MONOLIB_SRC)</sources>
+ <ldlibs>$(EXTRALIBS_XML)</ldlibs>
</dll>
<lib id="monolib" template="wx_lib"
cond="SHARED=='0' and MONOLITHIC=='1'">
- <define>__WXBASE__</define>
<define>wxUSE_BASE=1</define>
<sources>$(MONOLIB_SRC)</sources>
</lib>