git-svn-id: svn://10.65.10.50/branches/R_10_00@23238 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
637 B
XML
25 lines
637 B
XML
<?xml version="1.0" ?>
|
|
<!-- $Id: about.bkl 31103 2004-12-21 17:20:47Z ABX $ -->
|
|
|
|
<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_files">
|
|
<dstdir>$(BUILDDIR)/data</dstdir>
|
|
<srcdir>$(SRCDIR)/data</srcdir>
|
|
<files>
|
|
about.htm logo.png
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|