comparison src/Makefile @ 2331:3840b7508835 vim73

Make it easier to build with Lua. Remove compiler warnings.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 12:35:47 +0200
parents ad2889f48843
children 99c1eba60b2d
comparison
equal deleted inserted replaced
2330:ea4bf6df1a8a 2331:3840b7508835
403 #CONF_OPT_RUBY = --enable-rubyinterp --with-ruby-command=ruby1.9.1 403 #CONF_OPT_RUBY = --enable-rubyinterp --with-ruby-command=ruby1.9.1
404 404
405 # LUA 405 # LUA
406 # Uncomment this when you want to include the Lua interface. 406 # Uncomment this when you want to include the Lua interface.
407 #CONF_OPT_LUA = --enable-luainterp 407 #CONF_OPT_LUA = --enable-luainterp
408 # Lua installation dir (also in LUA_PREFIX environment variable) 408 # Lua installation dir (when not set uses $LUA_PREFIX or defaults to /usr)
409 #CONF_OPT_LUA_PREFIX = --with-lua-prefix=/usr/local 409 #CONF_OPT_LUA_PREFIX = --with-lua-prefix=/usr/local
410 #CONF_OPT_LUA_PREFIX = --with-lua-prefix=/usr
411 410
412 # MZSCHEME 411 # MZSCHEME
413 # Uncomment this when you want to include the MzScheme interface. 412 # Uncomment this when you want to include the MzScheme interface.
414 #CONF_OPT_MZSCHEME = --enable-mzschemeinterp 413 #CONF_OPT_MZSCHEME = --enable-mzschemeinterp
415 # PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works 414 # PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works