]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/oleauto/Makefile.in
link against oleacc.lib (needed by wxUSE_ACCESSIBILITY)
[wxWidgets.git] / samples / oleauto / Makefile.in
index 0575e239f4d4970a0f189da5fb397f32100ad510..caa6ca3626ffaf9d4d4b9774d5d53f3dcf860b77 100644 (file)
@@ -118,7 +118,7 @@ oleauto$(EXEEXT): $(OLEAUTO_OBJECTS) $(__oleauto___win32rc)
        $(__oleauto___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-oleauto.app/Contents: oleauto$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+oleauto.app/Contents/PkgInfo: oleauto$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p oleauto.app/Contents
        mkdir -p oleauto.app/Contents/MacOS
        mkdir -p oleauto.app/Contents/Resources
@@ -139,7 +139,7 @@ oleauto.app/Contents: oleauto$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc oleauto.app/Contents/Resources/oleauto.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns oleauto.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@oleauto_bundle: oleauto.app/Contents
+@COND_PLATFORM_MACOSX_1@oleauto_bundle: oleauto.app/Contents/PkgInfo
 
 oleauto_oleauto.o: $(srcdir)/oleauto.cpp
        $(CXXC) -c -o $@ $(OLEAUTO_CXXFLAGS) $<