added init.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-30 21:39:58 +00:00
parent 0fcbaf23fd
commit b00786ec12

View File

@@ -2,13 +2,11 @@
<!-- $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)
</set>
<dll id="monodll" template="wx_dll"