]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed stupid bug - failure to generate samples/makefile.bcc
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Jun 2003 23:57:25 +0000 (23:57 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Jun 2003 23:57:25 +0000 (23:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl
build/bakefiles/config.bkl

index 17c06086bbec0deb60b7d2d530b8f5d885360bdd..99fd3ae4b04a8d64735da4b3fa8c5ccf89740db9 100644 (file)
@@ -3,8 +3,6 @@
 
 <makefile>
     
 
 <makefile>
     
-    <set var="BUILDING_LIB" overwrite="0">0</set>
-
     <!-- bakefile modules we need: -->
     <using module="datafiles"/>
 
     <!-- bakefile modules we need: -->
     <using module="datafiles"/>
 
index d6649fd5491daf0f046061fd78df5e4fbbc3f94a..cc0e95b2cbc7b30d27bb68db0d585ece619306ce 100644 (file)
@@ -2,6 +2,9 @@
 <!-- $Id$ -->
 
 <makefile>
 <!-- $Id$ -->
 
 <makefile>
+    
+    <set var="BUILDING_LIB" overwrite="0">0</set>
+
 
     <option name="UNICODE">
         <values>0 1</values>
 
     <option name="UNICODE">
         <values>0 1</values>