diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-09-30 20:28:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-09-30 20:28:48 +0000 |
commit | 61bfb9febebf78f0eae325735415120ffceaf4fe (patch) | |
tree | 667b7f084c19f10a30600b1d9466471642eb44e2 /src/Make_cyg.mak | |
parent | ecf4de5d69f6e965e1f376f23de5ebc43ce60911 (diff) | |
download | vim-git-61bfb9febebf78f0eae325735415120ffceaf4fe.tar.gz |
updated for version 7.1-128v7.1.128
Diffstat (limited to 'src/Make_cyg.mak')
-rw-r--r-- | src/Make_cyg.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak index 4c757e1b3..eaf730983 100644 --- a/src/Make_cyg.mak +++ b/src/Make_cyg.mak @@ -1,6 +1,6 @@ # # Makefile for VIM on Win32, using Cygnus gcc -# Last updated by Dan Sharp. Last Change: 2006 Apr 30 +# Last updated by Dan Sharp. Last Change: 2007 Sep 29 # # Also read INSTALLpc.txt! # @@ -503,7 +503,7 @@ $(OUTDIR)/if_cscope.o: if_cscope.c $(INCL) if_cscope.h $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o $(OUTDIR)/if_ole.o: if_ole.cpp $(INCL) - $(CC) -c $(CFLAGS) -D__IID_DEFINED__ if_ole.cpp -o $(OUTDIR)/if_ole.o + $(CC) -c $(CFLAGS) if_ole.cpp -o $(OUTDIR)/if_ole.o if_perl.c: if_perl.xs typemap $(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \ |