]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.bkl
use PROOF_QUALITY in LOGFONT by default
[wxWidgets.git] / samples / widgets / widgets.bkl
index 6fe98b16cc27ee9c409d7910d73bb350cd2ccd4a..597a6b03f1e2f7203e392834b75a537ccd5e7101 100644 (file)
@@ -4,12 +4,33 @@
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="widgets" template="wx_sample" template_append="wx_append">
-        <sources>button.cpp combobox.cpp gauge.cpp listbox.cpp notebook.cpp
-                 radiobox.cpp slider.cpp spinbtn.cpp static.cpp textctrl.cpp
-                 widgets.cpp</sources>
+        <sources>
+            button.cpp
+            checkbox.cpp
+            combobox.cpp
+            datepick.cpp
+            gauge.cpp
+            hyperlnk.cpp
+            listbox.cpp
+            notebook.cpp
+            clrpicker.cpp
+            fontpicker.cpp
+            filepicker.cpp
+            dirpicker.cpp
+            radiobox.cpp
+            slider.cpp
+            spinbtn.cpp
+            static.cpp
+            textctrl.cpp
+            toggle.cpp
+            widgets.cpp
+        </sources>
+        <wx-lib>xml</wx-lib>
+        <wx-lib>adv</wx-lib>
+        <wx-lib>html</wx-lib>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>widgets.rc</win32-res>
+        <win32-res>../sample.rc</win32-res>
     </exe>
 
 </makefile>