projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
correcting text alignment flag
[wxWidgets.git]
/
samples
/
html
/
widget
/
widget.bkl
1
<?xml
version
=
"1.0"
?>
2
<!-- $Id$ -->
3
4
<makefile>
5
6
<include
file
=
"../../../build/bakefiles/common_samples.bkl"
/>
7
8
<exe
id
=
"widget"
template
=
"wx_sample"
template_append
=
"wx_append"
>
9
<sources>
widget.cpp
</sources>
10
<wx-lib>
html
</wx-lib>
11
<wx-lib>
core
</wx-lib>
12
<wx-lib>
base
</wx-lib>
13
</exe>
14
15
<wx-data
id
=
"data"
>
16
<files>
start.htm
</files>
17
</wx-data>
18
19
</makefile>