comparison src/Makefile @ 27513:776993be8ba8 v8.2.4284

patch 8.2.4284: old mac resources files are no longer used Commit: https://github.com/vim/vim/commit/ab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8 Author: ichizok <gclient.gaap@gmail.com> Date: Wed Feb 2 15:19:38 2022 +0000 patch 8.2.4284: old mac resources files are no longer used Problem: Old mac resources files are no longer used. Solution: Delete the unused files. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/9688)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Feb 2022 16:30:03 +0100
parents ee1019e59bef
children 3813036f19cb
comparison
equal deleted inserted replaced
27512:c2cd652324e6 27513:776993be8ba8
2051 viminfo.pro \ 2051 viminfo.pro \
2052 window.pro \ 2052 window.pro \
2053 $(ALL_GUI_PRO) \ 2053 $(ALL_GUI_PRO) \
2054 $(TCL_PRO) 2054 $(TCL_PRO)
2055 2055
2056 # Resources used for the Mac are in one directory.
2057 RSRC_DIR = os_mac_rsrc
2058
2059 PRO_MANUAL = os_amiga.pro os_win32.pro \ 2056 PRO_MANUAL = os_amiga.pro os_win32.pro \
2060 os_mswin.pro winclip.pro os_vms.pro $(PERL_PRO) 2057 os_mswin.pro winclip.pro os_vms.pro $(PERL_PRO)
2061 2058
2062 # Default target is making the executable and tools 2059 # Default target is making the executable and tools
2063 all: $(VIMTARGET) $(TOOLS) languages $(GUI_BUNDLE) 2060 all: $(VIMTARGET) $(TOOLS) languages $(GUI_BUNDLE)
2997 cp config.mk.dist $(SHADOWDIR) 2994 cp config.mk.dist $(SHADOWDIR)
2998 $(MKDIR_P) $(SHADOWDIR)/xxd 2995 $(MKDIR_P) $(SHADOWDIR)/xxd
2999 cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* . 2996 cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* .
3000 $(MKDIR_P) $(SHADOWDIR)/xdiff 2997 $(MKDIR_P) $(SHADOWDIR)/xdiff
3001 cd $(SHADOWDIR)/xdiff; ln -s ../../xdiff/*.[ch] . 2998 cd $(SHADOWDIR)/xdiff; ln -s ../../xdiff/*.[ch] .
3002 if test -d $(RSRC_DIR); then \
3003 cd $(SHADOWDIR); \
3004 ln -s ../infplist.xml .; \
3005 ln -s ../$(RSRC_DIR) ../os_mac.rsr.hqx ../dehqx.py .; \
3006 fi
3007 $(MKDIR_P) $(SHADOWDIR)/testdir 2999 $(MKDIR_P) $(SHADOWDIR)/testdir
3008 cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \ 3000 cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
3009 ../../testdir/Make_all.mak \ 3001 ../../testdir/Make_all.mak \
3010 ../../testdir/README.txt \ 3002 ../../testdir/README.txt \
3011 ../../testdir/*.in \ 3003 ../../testdir/*.in \