]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/Makefile.in
account for the scrollbars in GetViewRect()
[wxWidgets.git] / samples / dragimag / Makefile.in
index 742de07aef9b0bcd495e5f3e6b2914e3c88e5942..9afd94042892ab77435da74a137ee90b6f5fb513 100644 (file)
@@ -122,7 +122,7 @@ dragimag$(EXEEXT): $(DRAGIMAG_OBJECTS) $(__dragimag___win32rc)
        $(__dragimag___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-dragimag.app/Contents: dragimag$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+dragimag.app/Contents/PkgInfo: dragimag$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p dragimag.app/Contents
        mkdir -p dragimag.app/Contents/MacOS
        mkdir -p dragimag.app/Contents/Resources
@@ -143,7 +143,7 @@ dragimag.app/Contents: dragimag$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(L
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc dragimag.app/Contents/Resources/dragimag.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns dragimag.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@dragimag_bundle: dragimag.app/Contents
+@COND_PLATFORM_MACOSX_1@dragimag_bundle: dragimag.app/Contents/PkgInfo
 
 dragimag_dragimag.o: $(srcdir)/dragimag.cpp
        $(CXXC) -c -o $@ $(DRAGIMAG_CXXFLAGS) $<