diff src/Makefile @ 2565:4b7929dad28a vim73

Fix building the Mac version with GUI.
author Bram Moolenaar <bram@vim.org>
date Sat, 14 Aug 2010 21:56:42 +0200
parents 1851bce339fc
children ee53a39d5896
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -357,6 +357,9 @@ 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
+
 # DARWIN - detecting Mac OS X
 # Uncomment this line when you want to compile a Unix version of Vim on
 # Darwin.  None of the Mac specific options or files will be used.