projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
some more wxListBox support
[wxWidgets.git]
/
utils
/
configtool
/
src
/
configtool.bkl
1
<?xml
version
=
"1.0"
?>
2
<!-- $Id$ -->
3
4
<makefile>
5
6
<include
file
=
"../../../build/bakefiles/common_samples.bkl"
/>
7
8
<exe
id
=
"wxconfigtool"
template
=
"wx_util"
template_append
=
"wx_append"
>
9
<sources>
10
wxconfigtool.cpp
11
appsettings.cpp
12
configitem.cpp
13
configitemselector.cpp
14
configtooldoc.cpp
15
configtoolview.cpp
16
configtree.cpp
17
custompropertydialog.cpp
18
htmlparser.cpp
19
mainframe.cpp
20
propeditor.cpp
21
property.cpp
22
settingsdialog.cpp
23
utils.cpp
24
</sources>
25
26
<wx-lib>
adv
</wx-lib>
27
<wx-lib>
html
</wx-lib>
28
<wx-lib>
core
</wx-lib>
29
<wx-lib>
xml
</wx-lib>
30
<wx-lib>
base
</wx-lib>
31
</exe>
32
33
<wx-data
id
=
"data"
>
34
<files>
35
wxconfigtool.pjd
36
../configs/wxwin250.wxs
37
</files>
38
</wx-data>
39
40
</makefile>