]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_samples.bkl
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / build / bakefiles / common_samples.bkl
index af2928f0b21e109784b63c91c3f6cfffdeed2de4..3e46c6a7c8b29f861037366241f00338a1bce030 100644 (file)
@@ -13,7 +13,7 @@
     <if cond="FORMAT=='autoconf'">
         <set var="MACOSX_RESOURCES">
             <if cond="TOOLKIT=='MAC'">
-                Carbon.r $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).r sample.r
+                Carbon.r sample.r
             </if>
         </set>
     </if>
@@ -51,6 +51,7 @@
     
     <template id="wx_util_console" template="wx_util_b">
         <app-type>console</app-type>
+        <define>wxUSE_GUI=0</define>
     </template>
     
     <template id="wx_sample" template="wx_util">