summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-13 21:05:39 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-13 21:05:39 +0200
commitbe7529e8890f6e8a656efee8bc60c125dc8c2002 (patch)
tree19b18027d96dc5692a7615070e28b943cbd80d94 /src/Makefile
parentc771908681bc9ee7689d83e09104cf4c6f984326 (diff)
patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442
Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes #6703)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makefile b/src/Makefile
index b025a9486b..fbb917334c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -375,9 +375,6 @@ CClink = $(CC)
#CONF_OPT_GUI = --enable-gui=athena
#CONF_OPT_GUI = --enable-gui=nextaw
-# Carbon GUI for Mac OS X
-#CONF_OPT_GUI = --enable-gui=carbon
-
# Uncomment this line to run an individual test with gvim.
#GUI_TESTARG = GUI_FLAG=-g
@@ -3306,9 +3303,6 @@ objects/gui_xim.o: gui_xim.c
objects/gui_photon.o: gui_photon.c
$(CCC) -o $@ gui_photon.c
-objects/gui_mac.o: gui_mac.c
- $(CCC) -o $@ gui_mac.c
-
objects/highlight.o: highlight.c
$(CCC) -o $@ highlight.c
@@ -3692,13 +3686,6 @@ bundle-rsrc: os_mac.rsr.hqx
rm -f gui_mac.rsrc
mv gui_mac.rsrc.rsrcfork $(RESDIR)/$(VIMNAME).rsrc
-# po/Make_osx.pl says something about generating a Mac message file
-# for Ukrainian. Would somebody using Mac OS X in Ukrainian
-# *really* be upset that Carbon Vim was not localised in
-# Ukrainian?
-#
-#bundle-language: bundle-dir po/Make_osx.pl
-# cd po && perl Make_osx.pl --outdir ../$(RESDIR) $(MULTILANG)
bundle-language: bundle-dir
$(APPDIR)/Contents: