]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_samples.bkl
wxOS2: Added mdig.{cpp, h}.
[wxWidgets.git] / build / bakefiles / common_samples.bkl
index 47c4f07dd4ce1b503e0fc6d5eeb3093e284daf12..f9a5e3da58fdfc1d5f67af4bf2131994c63e9951 100644 (file)
@@ -40,6 +40,7 @@
     
     <template id="wx_sample" template="wx_util">
         <if cond="FORMAT=='autoconf'">
+            <wx-mac-app-bundle/>
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
             <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
         </if>
@@ -78,4 +79,8 @@
         -->
     </define-rule>
 
+    <if cond="FORMAT=='autoconf'">
+        <include file="mac_bundles.bkl"/>
+    </if>
+
 </makefile>