require bakefile-0.1.5 and use it's features

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2005-01-19 10:56:37 +00:00
parent 1730ac80d8
commit 2fd4bec346
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<makefile>
<requires version="0.1.4"/>
<requires version="0.1.5"/>
<!-- bakefile modules we need: -->
<using module="datafiles"/>

View File

@@ -57,13 +57,13 @@
<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>