silence bakefile warnings about the generation of project files for sample bakefiles using <wx-data>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
928f1a076c
commit
586235b181
@ -73,6 +73,7 @@
|
||||
<!-- Support for samples data files: -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<if cond="FORMAT_SUPPORTS_ACTIONS=='1'">
|
||||
<define-rule name="wx-data" extends="copy-files">
|
||||
<template>
|
||||
<dependency-of>all</dependency-of>
|
||||
@ -94,6 +95,15 @@
|
||||
</define-tag>
|
||||
-->
|
||||
</define-rule>
|
||||
</if>
|
||||
<if cond="FORMAT_SUPPORTS_ACTIONS=='0'">
|
||||
<!-- empty stub for project-files formats which don't support <command> -->
|
||||
<define-rule name="wx-data" extends="action">
|
||||
<define-tag name="dstdir"/>
|
||||
<define-tag name="srcdir"/>
|
||||
<define-tag name="files"/>
|
||||
</define-rule>
|
||||
</if>
|
||||
|
||||
|
||||
<!-- =============================================================== -->
|
||||
|
Loading…
Reference in New Issue
Block a user