]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/tab/Makefile.in
removing scroll flags before instantiation the base class
[wxWidgets.git] / samples / tab / Makefile.in
index 3b7789ddf6ce00f1d9f87812a25dfe8d57d1d6fd..461acdc5b4409c230c6988362504ba400e749183 100644 (file)
@@ -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) $<