]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/monolithic.bkl
fixed dll extension when crosscompiling for win32
[wxWidgets.git] / build / bakefiles / monolithic.bkl
index 62143724b65469c9fa7186f89b25e92a54d54e91..294c92921aee38bedd5596aff7906e221e972515 100644 (file)
@@ -13,7 +13,6 @@
 
     <dll id="monodll" template="wx_dll"
          cond="SHARED=='1' and MONOLITHIC=='1'">
-        <define>__WXBASE__</define> 
         <define>wxUSE_BASE=1</define> 
         <define>WXMAKINGDLL</define>
         <sources>$(MONOLIB_SRC)</sources>
@@ -21,7 +20,6 @@
     
     <lib id="monolib" template="wx_lib"
          cond="SHARED=='0' and MONOLITHIC=='1'">
-        <define>__WXBASE__</define> 
         <define>wxUSE_BASE=1</define> 
         <sources>$(MONOLIB_SRC)</sources>
     </lib>