]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mfc/mfc.bkl
Fix wrong in wxListCtrl::SetItemColumnImage() in r74716.
[wxWidgets.git] / samples / mfc / mfc.bkl
index a1f37001187e0a78e1fd7ad88a7f56f03f04ae45..46f9c8df05dbedb513214fcafb0d459288fc4110 100644 (file)
@@ -3,11 +3,12 @@
 
     <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>
+        <headers>mfctest.h resource.h stdafx.h</headers>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
-        <win32-res>mfc.rc</win32-res>
+        <win32-res>mfctest.rc</win32-res>
     </exe>
 
 </makefile>