]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
wxMenuBar:
[wxWidgets.git] / samples / image / Makefile.in
index 2331958cb382d473e256793d6817858f2eb23047..4f51fb17e9a59db3f4e73274d1cf95d6c589f726 100644 (file)
@@ -122,7 +122,7 @@ image$(EXEEXT): $(IMAGE_OBJECTS) $(__image___win32rc)
        $(__image___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-image.app/Contents: image$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+image.app/Contents/PkgInfo: image$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p image.app/Contents
        mkdir -p image.app/Contents/MacOS
        mkdir -p image.app/Contents/Resources
@@ -143,7 +143,7 @@ image.app/Contents: image$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRN
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc image.app/Contents/Resources/image.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns image.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@image_bundle: image.app/Contents
+@COND_PLATFORM_MACOSX_1@image_bundle: image.app/Contents/PkgInfo
 
 image_image.o: $(srcdir)/image.cpp
        $(CXXC) -c -o $@ $(IMAGE_CXXFLAGS) $<