]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.bkl
Implement wxNotebook::CalcSizeFromPage() for wxGTK.
[wxWidgets.git] / samples / notebook / notebook.bkl
index 889e35e3b44576e312768daa071ade9c3c03e5c2..057596b0441893bf46ec1fcb32a17043cb5adb6c 100644 (file)
@@ -5,9 +5,10 @@
 
     <exe id="notebook" template="wx_sample" template_append="wx_append">
         <sources>notebook.cpp</sources>
+        <headers>notebook.h</headers>
+        <wx-lib>aui</wx-lib>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>notebook.rc</win32-res>
     </exe>
 
 </makefile>