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:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<makefile>
|
<makefile>
|
||||||
|
|
||||||
<requires version="0.1.4"/>
|
<requires version="0.1.5"/>
|
||||||
|
|
||||||
<!-- bakefile modules we need: -->
|
<!-- bakefile modules we need: -->
|
||||||
<using module="datafiles"/>
|
<using module="datafiles"/>
|
||||||
|
@@ -57,13 +57,13 @@
|
|||||||
<if cond="FORMAT=='autoconf'">
|
<if cond="FORMAT=='autoconf'">
|
||||||
<wx-mac-app-bundle/>
|
<wx-mac-app-bundle/>
|
||||||
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
|
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
|
||||||
<__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
|
<postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
|
||||||
</if>
|
</if>
|
||||||
</template>
|
</template>
|
||||||
<template id="wx_sample_console" template="wx_util_console">
|
<template id="wx_sample_console" template="wx_util_console">
|
||||||
<if cond="FORMAT=='autoconf'">
|
<if cond="FORMAT=='autoconf'">
|
||||||
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
|
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
|
||||||
<__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
|
<postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
|
||||||
</if>
|
</if>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user