]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.bkl
fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)
[wxWidgets.git] / samples / widgets / widgets.bkl
index 804049b4bf4e8a84027e7e461148fb643c0eec96..ff0ff4ce77b90b91909e63b9b9209733183c660b 100644 (file)
@@ -4,12 +4,28 @@
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="widgets" template="wx_sample" template_append="wx_append">
-        <sources>button.cpp checkbox.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
+            radiobox.cpp
+            slider.cpp
+            spinbtn.cpp
+            static.cpp
+            textctrl.cpp
+            toggle.cpp
+            widgets.cpp
+        </sources>
+        <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>