2003-06-23 19:50:43 +00:00
|
|
|
<?xml version="1.0" ?>
|
2003-06-24 11:22:50 +00:00
|
|
|
<!-- $Id$ -->
|
2003-06-23 19:50:43 +00:00
|
|
|
<makefile>
|
2003-06-24 23:48:18 +00:00
|
|
|
|
2003-06-30 21:39:58 +00:00
|
|
|
<set var="MONOLIB_GUI_SRC">
|
|
|
|
<if cond="USE_GUI=='1'">$(CORE_SRC) $(HTML_SRC)</if>
|
|
|
|
</set>
|
2003-06-24 23:48:18 +00:00
|
|
|
<set var="MONOLIB_SRC">
|
2003-06-30 21:39:58 +00:00
|
|
|
$(BASE_SRC) $(BASE_AND_GUI_SRC) $(MONOLIB_GUI_SRC)
|
2003-06-24 23:48:18 +00:00
|
|
|
</set>
|
2003-06-23 19:50:43 +00:00
|
|
|
|
|
|
|
<dll id="monodll" template="wx_dll"
|
|
|
|
cond="SHARED=='1' and MONOLITHIC=='1'">
|
2003-06-25 16:29:51 +00:00
|
|
|
<define>wxUSE_BASE=1</define>
|
2003-06-23 19:50:43 +00:00
|
|
|
<define>WXMAKINGDLL</define>
|
2003-06-24 23:48:18 +00:00
|
|
|
<sources>$(MONOLIB_SRC)</sources>
|
2003-06-23 19:50:43 +00:00
|
|
|
</dll>
|
|
|
|
|
|
|
|
<lib id="monolib" template="wx_lib"
|
|
|
|
cond="SHARED=='0' and MONOLITHIC=='1'">
|
2003-06-25 16:29:51 +00:00
|
|
|
<define>wxUSE_BASE=1</define>
|
2003-06-24 23:48:18 +00:00
|
|
|
<sources>$(MONOLIB_SRC)</sources>
|
2003-06-23 19:50:43 +00:00
|
|
|
</lib>
|
|
|
|
|
|
|
|
</makefile>
|