]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 13 Aug 2008 15:14:31 +0000 (15:14 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 13 Aug 2008 15:14:31 +0000 (15:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common_samples_intree.bkl

index ee8d43a9067b85da87353dd794bdec89ac02c308..7fbf13f2dc46d035a314519aec3b1f1da55f32da 100644 (file)
@@ -9,14 +9,6 @@
     <!--                    Template for wxWidgets samples:              -->
     <!-- =============================================================== -->
 
-    <if cond="FORMAT=='autoconf'">
-        <set var="MACOSX_RESOURCES">
-            <if cond="TOOLKIT=='MAC'">
-                Carbon.r sample.r
-            </if>
-        </set>
-    </if>
-
     <set var="DLLFLAG">
         <if cond="SHARED=='1'">WXUSINGDLL</if>
     </set>
@@ -28,7 +20,6 @@
 
     <template id="wx_util" template="wx_util_b">
         <app-type>gui</app-type>
-        <mac-res cond="FORMAT=='autoconf'">$(MACOSX_RESOURCES)</mac-res>
         <!-- resource files includes: -->
         <include>$(SRCDIR)/$(WXTOPDIR)samples</include>
         <!-- this include is not added via <include> for autoconf, see