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