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:
parent
0fcbaf23fd
commit
b00786ec12
1 changed files with 4 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue