projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Do archive name case conversion for wxMac and wxMotif
[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>
base
</wx-lib>
16
<install-to>
$(BINDIR)
</install-to>
17
</exe>
18
19
<wx-data
id
=
"data"
>
20
<files>
21
test.zip
22
</files>
23
</wx-data>
24
25
</makefile>