]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/Makefile.in
IsDialogMessage fix
[wxWidgets.git] / contrib / samples / ogl / ogledit / Makefile.in
index 8f3fe91109c441d07a1390311c3fa58e30460592..d6561faf4f983d3aa677b95897931b4233bf19ce 100644 (file)
@@ -122,7 +122,7 @@ ogledit$(EXEEXT): $(OGLEDIT_OBJECTS) $(__ogledit___win32rc)
        $(__ogledit___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-ogledit.app/Contents: ogledit$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+ogledit.app/Contents/PkgInfo: ogledit$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p ogledit.app/Contents
        mkdir -p ogledit.app/Contents/MacOS
        mkdir -p ogledit.app/Contents/Resources
@@ -143,7 +143,7 @@ ogledit.app/Contents: ogledit$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc ogledit.app/Contents/Resources/ogledit.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns ogledit.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@ogledit_bundle: ogledit.app/Contents
+@COND_PLATFORM_MACOSX_1@ogledit_bundle: ogledit.app/Contents/PkgInfo
 
 ogledit_doc.o: $(srcdir)/doc.cpp
        $(CXXC) -c -o $@ $(OGLEDIT_CXXFLAGS) $<