projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
VC6 compilation fix for the grid sample.
[wxWidgets.git]
/
samples
/
mdi
/
mdi.bkl
diff --git
a/samples/mdi/mdi.bkl
b/samples/mdi/mdi.bkl
index 642b4122219684d799fcf880191267ac0374e246..7e253cd9f2c14f4f9f0e41f027a620124218e817 100644
(file)
--- a/
samples/mdi/mdi.bkl
+++ b/
samples/mdi/mdi.bkl
@@
-5,7
+5,9
@@
<exe id="mdi" template="wx_sample" template_append="wx_append">
<sources>mdi.cpp</sources>
+ <headers>mdi.h</headers>
<wx-lib>core</wx-lib>
+ <wx-lib>base</wx-lib>
<win32-res>mdi.rc</win32-res>
</exe>