]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mfc/mfc.bkl
fixed: clicking on links in the help view did nothing
[wxWidgets.git] / samples / mfc / mfc.bkl
index 3759aa8b9f4fe177ef4e77caeebc476cb4c3c406..222cf076b88df9cd3aa2ef2e2b84c2f4c53c2dd8 100644 (file)
@@ -3,10 +3,11 @@
 
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
-    <exe id="mfc" template="wx_sample" template_append="wx_append">
-        <sources>mfc.cpp</sources>
+    <exe id="mfctest" template="wx_sample" template_append="wx_append">
+        <sources>mfctest.cpp</sources>
         <wx-lib>core</wx-lib>
-        <win32-res>mfc.rc</win32-res>
+        <wx-lib>base</wx-lib>
+        <win32-res>mfctest.rc</win32-res>
     </exe>
 
 </makefile>