mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.0084
This commit is contained in:
@@ -110,7 +110,8 @@
|
||||
|
||||
TARGETOS = BOTH
|
||||
|
||||
# Select one of eight object code directories, depends on GUI, OLE and DEBUG.
|
||||
# Select one of eight object code directories, depends on GUI, OLE, DEBUG and
|
||||
# interfaces.
|
||||
# If you change something else, do "make clean" first!
|
||||
!if "$(GUI)" == "yes"
|
||||
OBJDIR = .\ObjG
|
||||
@@ -120,6 +121,18 @@ OBJDIR = .\ObjC
|
||||
!if "$(OLE)" == "yes"
|
||||
OBJDIR = $(OBJDIR)O
|
||||
!endif
|
||||
!ifdef PERL
|
||||
OBJDIR = $(OBJDIR)L
|
||||
!endif
|
||||
!ifdef PYTHON
|
||||
OBJDIR = $(OBJDIR)Y
|
||||
!endif
|
||||
!ifdef TCL
|
||||
OBJDIR = $(OBJDIR)T
|
||||
!endif
|
||||
!ifdef RUBY
|
||||
OBJDIR = $(OBJDIR)R
|
||||
!endif
|
||||
!ifdef MZSCHEME
|
||||
OBJDIR = $(OBJDIR)Z
|
||||
!endif
|
||||
|
Reference in New Issue
Block a user