X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b92ca8cf62d6de2891e82ecba13a89754139567f..479815cafdcbbf7cc10c1ffaf9b532e2ec8f48a8:/samples/thread/Makefile.in diff --git a/samples/thread/Makefile.in b/samples/thread/Makefile.in index e5e9b9f3f4..23927bf2ff 100644 --- a/samples/thread/Makefile.in +++ b/samples/thread/Makefile.in @@ -128,7 +128,7 @@ thread$(EXEEXT): $(THREAD_OBJECTS) $(__thread___win32rc) $(__thread___os2_emxbindcmd) $(SAMPLES_RPATH_POSTLINK) -thread.app/Contents/PkgInfo: thread$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc $(top_srcdir)/src/mac/wxmac.icns +thread.app/Contents/PkgInfo: thread$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p thread.app/Contents mkdir -p thread.app/Contents/MacOS mkdir -p thread.app/Contents/Resources @@ -137,7 +137,7 @@ thread.app/Contents/PkgInfo: thread$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \ -e "s/EXECUTABLE/thread/" \ -e "s/VERSION/$(WX_VERSION)/" \ - $(top_srcdir)/src/mac/Info.plist.in >thread.app/Contents/Info.plist + $(top_srcdir)/src/mac/carbon/Info.plist.in >thread.app/Contents/Info.plist echo -n "APPL????" >thread.app/Contents/PkgInfo