projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Change reference from GetForce to CanVeto
[wxWidgets.git]
/
utils
/
helpview
/
src
/
helpview.bkl
1
<?xml
version
=
"1.0"
?>
2
<!-- $Id$ -->
3
4
<makefile>
5
6
<include
file
=
"../../../build/bakefiles/common_samples.bkl"
/>
7
8
<exe
id
=
"helpview"
template
=
"wx_util"
template_append
=
"wx_append"
>
9
<sources>
10
helpview.cpp
11
</sources>
12
<win32-res>
helpview.rc
</win32-res>
13
<wx-lib>
html
</wx-lib>
14
<wx-lib>
core
</wx-lib>
15
<wx-lib>
net
</wx-lib>
16
<wx-lib>
base
</wx-lib>
17
<install-to>
$(BINDIR)
</install-to>
18
</exe>
19
20
<wx-data
id
=
"data"
>
21
<files>
22
test.zip
23
</files>
24
</wx-data>
25
26
</makefile>