comparison src/Makefile @ 21785:c346db463a59 v8.2.1442

patch 8.2.1442: outdated references to the Mac Carbon GUI Commit: https://github.com/vim/vim/commit/be7529e8890f6e8a656efee8bc60c125dc8c2002 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 21:05:39 2020 +0200 patch 8.2.1442: outdated references to the Mac Carbon GUI Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/6703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 21:15:03 +0200
parents 30bdd2e4a6f9
children f84625b961a8
comparison
equal deleted inserted replaced
21784:a6db2792aefe 21785:c346db463a59
372 #CONF_OPT_GUI = --enable-gui=gtk3 --disable-gtktest 372 #CONF_OPT_GUI = --enable-gui=gtk3 --disable-gtktest
373 #CONF_OPT_GUI = --enable-gui=motif 373 #CONF_OPT_GUI = --enable-gui=motif
374 #CONF_OPT_GUI = --enable-gui=motif --with-motif-lib="-static -lXm -shared" 374 #CONF_OPT_GUI = --enable-gui=motif --with-motif-lib="-static -lXm -shared"
375 #CONF_OPT_GUI = --enable-gui=athena 375 #CONF_OPT_GUI = --enable-gui=athena
376 #CONF_OPT_GUI = --enable-gui=nextaw 376 #CONF_OPT_GUI = --enable-gui=nextaw
377
378 # Carbon GUI for Mac OS X
379 #CONF_OPT_GUI = --enable-gui=carbon
380 377
381 # Uncomment this line to run an individual test with gvim. 378 # Uncomment this line to run an individual test with gvim.
382 #GUI_TESTARG = GUI_FLAG=-g 379 #GUI_TESTARG = GUI_FLAG=-g
383 380
384 # DARWIN - detecting Mac OS X 381 # DARWIN - detecting Mac OS X
3304 $(CCC) -o $@ gui_xim.c 3301 $(CCC) -o $@ gui_xim.c
3305 3302
3306 objects/gui_photon.o: gui_photon.c 3303 objects/gui_photon.o: gui_photon.c
3307 $(CCC) -o $@ gui_photon.c 3304 $(CCC) -o $@ gui_photon.c
3308 3305
3309 objects/gui_mac.o: gui_mac.c
3310 $(CCC) -o $@ gui_mac.c
3311
3312 objects/highlight.o: highlight.c 3306 objects/highlight.o: highlight.c
3313 $(CCC) -o $@ highlight.c 3307 $(CCC) -o $@ highlight.c
3314 3308
3315 objects/if_cscope.o: if_cscope.c 3309 objects/if_cscope.o: if_cscope.c
3316 $(CCC) -o $@ if_cscope.c 3310 $(CCC) -o $@ if_cscope.c
3690 @echo "Creating resource fork" 3684 @echo "Creating resource fork"
3691 python dehqx.py $< 3685 python dehqx.py $<
3692 rm -f gui_mac.rsrc 3686 rm -f gui_mac.rsrc
3693 mv gui_mac.rsrc.rsrcfork $(RESDIR)/$(VIMNAME).rsrc 3687 mv gui_mac.rsrc.rsrcfork $(RESDIR)/$(VIMNAME).rsrc
3694 3688
3695 # po/Make_osx.pl says something about generating a Mac message file
3696 # for Ukrainian. Would somebody using Mac OS X in Ukrainian
3697 # *really* be upset that Carbon Vim was not localised in
3698 # Ukrainian?
3699 #
3700 #bundle-language: bundle-dir po/Make_osx.pl
3701 # cd po && perl Make_osx.pl --outdir ../$(RESDIR) $(MULTILANG)
3702 bundle-language: bundle-dir 3689 bundle-language: bundle-dir
3703 3690
3704 $(APPDIR)/Contents: 3691 $(APPDIR)/Contents:
3705 $(MKDIR_P) $(APPDIR)/Contents/MacOS 3692 $(MKDIR_P) $(APPDIR)/Contents/MacOS
3706 $(MKDIR_P) $(RESDIR)/English.lproj 3693 $(MKDIR_P) $(RESDIR)/English.lproj