defined __WXBASE__ when building the monolib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
|
<!-- $Id$ -->
|
||||||
<makefile>
|
<makefile>
|
||||||
|
|
||||||
<dll id="monodll" template="wx_dll"
|
<dll id="monodll" template="wx_dll"
|
||||||
cond="SHARED=='1' and MONOLITHIC=='1'">
|
cond="SHARED=='1' and MONOLITHIC=='1'">
|
||||||
|
<define>__WXBASE__</define>
|
||||||
<define>WXMAKINGDLL</define>
|
<define>WXMAKINGDLL</define>
|
||||||
<sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
|
<sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
|
||||||
|
|
||||||
@@ -16,6 +18,7 @@
|
|||||||
|
|
||||||
<lib id="monolib" template="wx_lib"
|
<lib id="monolib" template="wx_lib"
|
||||||
cond="SHARED=='0' and MONOLITHIC=='1'">
|
cond="SHARED=='0' and MONOLITHIC=='1'">
|
||||||
|
<define>__WXBASE__</define>
|
||||||
<sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
|
<sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
|
||||||
</lib>
|
</lib>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user