comparison src/Make_cyg.mak @ 6126:ab71bb81b84e v7.4.401

updated for version 7.4.401 Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
author Bram Moolenaar <bram@vim.org>
date Sun, 10 Aug 2014 16:31:50 +0200
parents 1bff71d20262
children 4c29b75cae19
comparison
equal deleted inserted replaced
6125:0ccbf92e36c0 6126:ab71bb81b84e
1 # 1 #
2 # Makefile for VIM on Win32, using Cygnus gcc 2 # Makefile for VIM on Win32, using Cygnus gcc
3 # Last updated by Dan Sharp. Last Change: 2013 Dec 11 3 # Updated by Dan Sharp.
4 # Last Change: 2014 Aug 10
4 # 5 #
5 # Also read INSTALLpc.txt! 6 # Also read INSTALLpc.txt!
6 # 7 #
7 # This compiles Vim as a Windows application. If you want Vim to run as a 8 # This compiles Vim as a Windows application. If you want Vim to run as a
8 # Cygwin application use the Makefile (just like on Unix). 9 # Cygwin application use the Makefile (just like on Unix).
544 545
545 OBJ = \ 546 OBJ = \
546 $(OUTDIR)/blowfish.o \ 547 $(OUTDIR)/blowfish.o \
547 $(OUTDIR)/buffer.o \ 548 $(OUTDIR)/buffer.o \
548 $(OUTDIR)/charset.o \ 549 $(OUTDIR)/charset.o \
550 $(OUTDIR)/crypt.o \
551 $(OUTDIR)/crypt_zip.o \
549 $(OUTDIR)/diff.o \ 552 $(OUTDIR)/diff.o \
550 $(OUTDIR)/digraph.o \ 553 $(OUTDIR)/digraph.o \
551 $(OUTDIR)/edit.o \ 554 $(OUTDIR)/edit.o \
552 $(OUTDIR)/eval.o \ 555 $(OUTDIR)/eval.o \
553 $(OUTDIR)/ex_cmds.o \ 556 $(OUTDIR)/ex_cmds.o \