]> git.saurik.com Git - wxWidgets.git/commitdiff
require bakefile-0.1.5 and use it's features
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Jan 2005 10:56:37 +0000 (10:56 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Jan 2005 10:56:37 +0000 (10:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl
build/bakefiles/common_samples.bkl

index 592dab619fa43659a4a8769762e0b7ce49b8515f..1b1c3a87a3eb69fe919d2af6d67b7f3b758fec16 100644 (file)
@@ -3,7 +3,7 @@
 
 <makefile>
 
-    <requires version="0.1.4"/>
+    <requires version="0.1.5"/>
 
     <!-- bakefile modules we need: -->
     <using module="datafiles"/>
index cbb4e9ab8cc09d4d060933f8f0ac46bf1394b8aa..af2928f0b21e109784b63c91c3f6cfffdeed2de4 100644 (file)
         <if cond="FORMAT=='autoconf'">
             <wx-mac-app-bundle/>
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
+            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
         </if>
     </template>
     <template id="wx_sample_console" template="wx_util_console">
         <if cond="FORMAT=='autoconf'">
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
+            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
         </if>
     </template>