projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wx/tls.h belongs to base headers, not core (#10148)
[wxWidgets.git]
/
samples
/
console
/
console.bkl
1
<?xml
version
=
"1.0"
?>
2
<makefile>
3
4
<include
file
=
"../../build/bakefiles/common_samples.bkl"
/>
5
6
<exe
id
=
"console"
template
=
"wx_sample_console"
7
template_append
=
"wx_append_base"
>
8
<sources>
console.cpp
</sources>
9
<wx-lib>
net
</wx-lib>
10
<wx-lib>
base
</wx-lib>
11
</exe>
12
13
<wx-data
id
=
"data"
>
14
<files>
testdata.fc
</files>
15
</wx-data>
16
17
</makefile>