]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.bkl
silence warning about converting NULL to wxUIntPtr
[wxWidgets.git] / samples / widgets / widgets.bkl
index 4797f86c4fa80d24c17120c2134d61e3a91d6701..c4f6dfe0258ade21088a95199958daa1e4f01985 100644 (file)
@@ -1,12 +1,46 @@
 <?xml version="1.0" ?>
+<!-- $Id$ -->
 <makefile>
 
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="widgets" template="wx_sample" template_append="wx_append">
-        <sources>widgets.cpp</sources>
+        <sources>
+            bmpcombobox.cpp
+            button.cpp
+            checkbox.cpp
+            choice.cpp
+            clrpicker.cpp
+            combobox.cpp
+            datepick.cpp
+            dirctrl.cpp
+            dirpicker.cpp
+            editlbox.cpp
+            filectrl.cpp
+            filepicker.cpp
+            fontpicker.cpp
+            gauge.cpp
+            hyperlnk.cpp
+            itemcontainer.cpp
+            listbox.cpp
+            notebook.cpp
+            odcombobox.cpp
+            radiobox.cpp
+            searchctrl.cpp
+            slider.cpp
+            spinbtn.cpp
+            static.cpp
+            statbmp.cpp
+            textctrl.cpp
+            timepick.cpp
+            toggle.cpp
+            widgets.cpp
+        </sources>
+        <headers>widgets.h itemcontainer.h</headers>
+        <wx-lib>adv</wx-lib>
         <wx-lib>core</wx-lib>
-        <win32-res>widgets.rc</win32-res>
+        <wx-lib>base</wx-lib>
+        <win32-res>../sample.rc</win32-res>
     </exe>
 
 </makefile>