Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
32 lines
867 B
XML
32 lines
867 B
XML
<?xml version="1.0" ?>
|
|
<!-- $Id: helpview.bkl 38446 2006-03-30 11:32:39Z JS $ -->
|
|
|
|
<makefile>
|
|
|
|
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="helpview" template="wx_util" template_append="wx_append">
|
|
<if cond="FORMAT=='autoconf'">
|
|
<wx-mac-app-bundle/>
|
|
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
|
|
<postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
|
|
</if>
|
|
<sources>
|
|
helpview.cpp
|
|
</sources>
|
|
<win32-res>helpview.rc</win32-res>
|
|
<wx-lib>html</wx-lib>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>net</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<install-to>$(BINDIR)</install-to>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>
|
|
test.zip
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|