X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b328fad3715dd4a46ce1879e35f7466747503b2d..6e4d60a3b843bcd23d2b65d426fd511f8d10f97a:/samples/listctrl/Makefile.in diff --git a/samples/listctrl/Makefile.in b/samples/listctrl/Makefile.in index ba3d0d8acf..4084780a23 100644 --- a/samples/listctrl/Makefile.in +++ b/samples/listctrl/Makefile.in @@ -118,7 +118,7 @@ listctrl$(EXEEXT): $(LISTCTRL_OBJECTS) $(__listctrl___win32rc) $(__listctrl___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -listctrl.app/Contents: listctrl$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +listctrl.app/Contents/PkgInfo: listctrl$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p listctrl.app/Contents mkdir -p listctrl.app/Contents/MacOS mkdir -p listctrl.app/Contents/Resources @@ -139,7 +139,7 @@ listctrl.app/Contents: listctrl$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(L ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc listctrl.app/Contents/Resources/listctrl.rsrc ln -f $(top_srcdir)/src/mac/wxmac.icns listctrl.app/Contents/Resources/wxmac.icns -@COND_PLATFORM_MACOSX_1@listctrl_bundle: listctrl.app/Contents +@COND_PLATFORM_MACOSX_1@listctrl_bundle: listctrl.app/Contents/PkgInfo listctrl_listtest.o: $(srcdir)/listtest.cpp $(CXXC) -c -o $@ $(LISTCTRL_CXXFLAGS) $<