projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git]
/
samples
/
svg
/
svgtest.bkl
1
<?xml
version
=
"1.0"
?>
2
<makefile>
3
4
<include
file
=
"../../../build/bakefiles/common_samples.bkl"
/>
5
<include
file
=
"../../../build/bakefiles/common_contrib.bkl"
/>
6
7
<exe
id
=
"svgtest"
template
=
"wx_contrib_sample"
template_append
=
"wx_append"
>
8
<sources>
9
svgtest.cpp
10
</sources>
11
<wx-lib>
svg
</wx-lib>
12
<wx-lib>
core
</wx-lib>
13
<wx-lib>
base
</wx-lib>
14
</exe>
15
</makefile>