]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/nativdlg/Makefile.in
new carbon implementation (unicode support)
[wxWidgets.git] / samples / nativdlg / Makefile.in
index d3d1f2776d4ce2e3e10fa98ccbdd892f7bcd135e..7ca1fd14161a0a29e05db77af7edff8c905ea332 100644 (file)
@@ -118,7 +118,7 @@ nativdlg$(EXEEXT): $(NATIVDLG_OBJECTS) $(__nativdlg___win32rc)
        $(__nativdlg___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-nativdlg.app/Contents: nativdlg$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+nativdlg.app/Contents/PkgInfo: nativdlg$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p nativdlg.app/Contents
        mkdir -p nativdlg.app/Contents/MacOS
        mkdir -p nativdlg.app/Contents/Resources
@@ -139,7 +139,7 @@ nativdlg.app/Contents: nativdlg$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(L
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc nativdlg.app/Contents/Resources/nativdlg.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns nativdlg.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@nativdlg_bundle: nativdlg.app/Contents
+@COND_PLATFORM_MACOSX_1@nativdlg_bundle: nativdlg.app/Contents/PkgInfo
 
 nativdlg_nativdlg.o: $(srcdir)/nativdlg.cpp
        $(CXXC) -c -o $@ $(NATIVDLG_CXXFLAGS) $<