]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/sashtest.bkl
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / samples / sashtest / sashtest.bkl
index 73bd41bec169b228d73a5ccf4d8a7d5b88f48a8d..9be3136677ac6da8739e40c3e1f5ca1e01144ec0 100644 (file)
@@ -5,7 +5,10 @@
 
     <exe id="sashtest" template="wx_sample" template_append="wx_append">
         <sources>sashtest.cpp</sources>
+        <headers>sashtest.h</headers>
+        <wx-lib>adv</wx-lib>
         <wx-lib>core</wx-lib>
+        <wx-lib>base</wx-lib>
         <win32-res>sashtest.rc</win32-res>
     </exe>