]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for watcom resource compiler
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 8 Aug 2003 11:47:13 +0000 (11:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 8 Aug 2003 11:47:13 +0000 (11:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common_samples.bkl

index 4fd44dd3cd0c0a641a63f1289d53ccffc9a68f37..892a3b867ab9c8bc633de4df3860c3f9bd2b1466 100644 (file)
@@ -30,6 +30,7 @@
     <template id="wx_util" template="wx_util_b">
         <app-type>gui</app-type>
         <mac-res cond="FORMAT=='autoconf'">$(MACOSX_RESOURCES)</mac-res>
     <template id="wx_util" template="wx_util_b">
         <app-type>gui</app-type>
         <mac-res cond="FORMAT=='autoconf'">$(MACOSX_RESOURCES)</mac-res>
+        <include>$(WXTOPDIR)samples</include> <!-- for .rc files -->
         <win32-res>$(WXTOPDIR)samples/sample.rc</win32-res>
     </template>
     
         <win32-res>$(WXTOPDIR)samples/sample.rc</win32-res>
     </template>