projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
properly implement Do[GS]etColumnsOrder() in the generic wxHeaderCtrl
[wxWidgets.git]
/
samples
/
popup
/
popup.bkl
1
<?xml
version
=
"1.0"
?>
2
<makefile>
3
<include
file
=
"../../build/bakefiles/common_samples.bkl"
/>
4
5
<exe
id
=
"popup"
template
=
"wx_sample"
template_append
=
"wx_append"
>
6
<sources>
popup.cpp
</sources>
7
<wx-lib>
core
</wx-lib>
8
<wx-lib>
base
</wx-lib>
9
<win32-res>
../sample.rc
</win32-res>
10
</exe>
11
</makefile>