]> git.saurik.com Git - wxWidgets.git/commitdiff
defined __WXBASE__ when building the monolib
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 24 Jun 2003 11:22:50 +0000 (11:22 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 24 Jun 2003 11:22:50 +0000 (11:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/monolithic.bkl

index 9efa30ec9694e33ba9442985ffa17d0234256aea..02670d651c448deb6fd361d6f1da52287342da90 100644 (file)
@@ -1,8 +1,10 @@
 <?xml version="1.0" ?>
+<!-- $Id$ -->
 <makefile>
 
     <dll id="monodll" template="wx_dll"
          cond="SHARED=='1' and MONOLITHIC=='1'">
+        <define>__WXBASE__</define> 
         <define>WXMAKINGDLL</define>
         <sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
       
@@ -16,6 +18,7 @@
     
     <lib id="monolib" template="wx_lib"
          cond="SHARED=='0' and MONOLITHIC=='1'">
+        <define>__WXBASE__</define> 
         <sources>$(BASE_SRC) $(CORE_SRC) $(HTML_SRC)</sources>
     </lib>