]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/Makefile.in
corrected hit-testing for mac
[wxWidgets.git] / samples / png / Makefile.in
index a8e0a8ec96b10565eb2c4157dbecb24fb92dbff5..2a6ee76a8759636051f10ddcd0611df8d2497350 100644 (file)
@@ -117,7 +117,7 @@ png$(EXEEXT): $(PNG_OBJECTS) $(__png___win32rc)
        $(__png___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-png.app/Contents: png$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+png.app/Contents/PkgInfo: png$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p png.app/Contents
        mkdir -p png.app/Contents/MacOS
        mkdir -p png.app/Contents/Resources
@@ -138,7 +138,7 @@ png.app/Contents: png$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc png.app/Contents/Resources/png.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns png.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@png_bundle: png.app/Contents
+@COND_PLATFORM_MACOSX_1@png_bundle: png.app/Contents/PkgInfo
 
 png_pngdemo.o: $(srcdir)/pngdemo.cpp
        $(CXXC) -c -o $@ $(PNG_CXXFLAGS) $<