]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/poem/Makefile.in
Cleaned up some comments, reorganized some code
[wxWidgets.git] / demos / poem / Makefile.in
index ca8b653f5db9ba5e2e4a9b3003f164273e5bb1ad..0cd83ce2bcb4de82f6fd8fcbada25333df752cce 100644 (file)
@@ -131,7 +131,7 @@ wxpoem$(EXEEXT): $(WXPOEM_OBJECTS) $(__wxpoem___win32rc)
        $(__wxpoem___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-wxpoem.app/Contents: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+wxpoem.app/Contents/PkgInfo: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p wxpoem.app/Contents
        mkdir -p wxpoem.app/Contents/MacOS
        mkdir -p wxpoem.app/Contents/Resources
@@ -152,7 +152,7 @@ wxpoem.app/Contents: wxpoem$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDI
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc wxpoem.app/Contents/Resources/wxpoem.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns wxpoem.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@wxpoem_bundle: wxpoem.app/Contents
+@COND_PLATFORM_MACOSX_1@wxpoem_bundle: wxpoem.app/Contents/PkgInfo
 
 wxpoem_wxpoem.o: $(srcdir)/wxpoem.cpp
        $(CXXC) -c -o $@ $(WXPOEM_CXXFLAGS) $<