X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b328fad3715dd4a46ce1879e35f7466747503b2d..b657d5dbeecef5aa8470a0addbf744606b102d49:/samples/tab/Makefile.in?ds=sidebyside diff --git a/samples/tab/Makefile.in b/samples/tab/Makefile.in index 3b7789ddf6..461acdc5b4 100644 --- a/samples/tab/Makefile.in +++ b/samples/tab/Makefile.in @@ -117,7 +117,7 @@ tab$(EXEEXT): $(TAB_OBJECTS) $(__tab___win32rc) $(__tab___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -tab.app/Contents: tab$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +tab.app/Contents/PkgInfo: tab$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p tab.app/Contents mkdir -p tab.app/Contents/MacOS mkdir -p tab.app/Contents/Resources @@ -138,7 +138,7 @@ tab.app/Contents: tab$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME) ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc tab.app/Contents/Resources/tab.rsrc ln -f $(top_srcdir)/src/mac/wxmac.icns tab.app/Contents/Resources/wxmac.icns -@COND_PLATFORM_MACOSX_1@tab_bundle: tab.app/Contents +@COND_PLATFORM_MACOSX_1@tab_bundle: tab.app/Contents/PkgInfo tab_tab.o: $(srcdir)/tab.cpp $(CXXC) -c -o $@ $(TAB_CXXFLAGS) $<