25 lines
564 B
Plaintext
25 lines
564 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<!-- $Id$ -->
|
||
|
|
||
|
<makefile>
|
||
|
|
||
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||
|
|
||
|
<exe id="about" template="wx_sample" template_append="wx_append">
|
||
|
<sources>about.cpp</sources>
|
||
|
<wx-lib>html</wx-lib>
|
||
|
<wx-lib>core</wx-lib>
|
||
|
<wx-lib>base</wx-lib>
|
||
|
<win32-res>about.rc</win32-res>
|
||
|
</exe>
|
||
|
|
||
|
<wx-data id="data">
|
||
|
<dstdir>$(BUILDDIR)/data</dstdir>
|
||
|
<srcdir>$(SRCDIR)/data</srcdir>
|
||
|
<files>
|
||
|
about.htm logo.png
|
||
|
</files>
|
||
|
</wx-data>
|
||
|
|
||
|
</makefile>
|