diff 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
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2053,9 +2053,6 @@ PRO_AUTO = \
 	$(ALL_GUI_PRO) \
 	$(TCL_PRO)
 
-# Resources used for the Mac are in one directory.
-RSRC_DIR = os_mac_rsrc
-
 PRO_MANUAL = os_amiga.pro os_win32.pro \
 	os_mswin.pro winclip.pro os_vms.pro $(PERL_PRO)
 
@@ -2999,11 +2996,6 @@ shadow:	runtime pixmaps
 	cd $(SHADOWDIR)/xxd; ln -s ../../xxd/*.[ch] ../../xxd/Make* .
 	$(MKDIR_P) $(SHADOWDIR)/xdiff
 	cd $(SHADOWDIR)/xdiff; ln -s ../../xdiff/*.[ch] .
-	if test -d $(RSRC_DIR); then \
-		cd $(SHADOWDIR); \
-		ln -s ../infplist.xml .; \
-		ln -s ../$(RSRC_DIR) ../os_mac.rsr.hqx ../dehqx.py .; \
-	fi
 	$(MKDIR_P) $(SHADOWDIR)/testdir
 	cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
 				 ../../testdir/Make_all.mak \