]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/mac_bundles.bkl
regex lib doesn't build under WinCE either
[wxWidgets.git] / build / bakefiles / mac_bundles.bkl
index 4cf6485105b20b39bc82d4473b23f98b80e0a344..91567f48ed085310fc926c0064695b3d3dc7ad2a 100644 (file)
     </set>
     
     <set var="BUNDLE_PLIST">
-        $(TOP_SRCDIR)src/mac/Info.plist.in
+        $(TOP_SRCDIR)src/mac/carbon/Info.plist.in
     </set>
     <set var="BUNDLE_RESOURCE">
         $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).$(WXSOVERSION[0]).rsrc
     </set>
     <set var="BUNDLE_ICONS">
-        $(TOP_SRCDIR)src/mac/wxmac.icns
+        $(TOP_SRCDIR)src/mac/carbon/wxmac.icns
     </set>
 
     <define-tag name="wx-mac-app-bundle" rules="exe">
@@ -58,8 +58,8 @@
                 ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
 
                 <!-- ditto wxWindows resources and icons: -->
-                ln -f $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc
-                ln -f $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns
+                ln -sf $(BUNDLE_RESOURCE) $(BUNDLE)/Resources/$(id).rsrc
+                ln -sf $(BUNDLE_ICONS) $(BUNDLE)/Resources/wxmac.icns
             </command>            
         </modify-target>