]> 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 4797f86c4fa80d24c17120c2134d61e3a91d6701..ff0ff4ce77b90b91909e63b9b9209733183c660b 100644 (file)
@@ -4,9 +4,28 @@
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="widgets" template="wx_sample" template_append="wx_append">
-        <sources>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>
-        <win32-res>widgets.rc</win32-res>
+        <wx-lib>base</wx-lib>
+        <win32-res>../sample.rc</win32-res>
     </exe>
 
 </makefile>