added helpview bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
25
utils/helpview/src/helpview.bkl
Normal file
25
utils/helpview/src/helpview.bkl
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!-- $Id$ -->
|
||||||
|
|
||||||
|
<makefile>
|
||||||
|
|
||||||
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||||
|
|
||||||
|
<exe id="helpview" template="wx_util" template_append="wx_append">
|
||||||
|
<sources>
|
||||||
|
helpview.cpp
|
||||||
|
</sources>
|
||||||
|
<win32-res>helpview.rc</win32-res>
|
||||||
|
<wx-lib>html</wx-lib>
|
||||||
|
<wx-lib>core</wx-lib>
|
||||||
|
<wx-lib>base</wx-lib>
|
||||||
|
<install-to>$(BINDIR)</install-to>
|
||||||
|
</exe>
|
||||||
|
|
||||||
|
<wx-data id="data">
|
||||||
|
<files>
|
||||||
|
test.zip
|
||||||
|
</files>
|
||||||
|
</wx-data>
|
||||||
|
|
||||||
|
</makefile>
|
Reference in New Issue
Block a user