comparison src/Make_cyg.mak @ 119:e8f07016e34d

updated for version 7.0042
author vimboss
date Wed, 19 Jan 2005 22:18:32 +0000
parents 5490bff158e4
children 8def260d486d
comparison
equal deleted inserted replaced
118:45fd0ec37cf3 119:e8f07016e34d
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: 2005 Jan 16 3 # Last updated by Dan Sharp. Last Change: 2005 Jan 19
4 # 4 #
5 # This compiles Vim as a Windows application. If you want Vim to run as a 5 # This compiles Vim as a Windows application. If you want Vim to run as a
6 # Cygwin application use the Makefile (just like on Unix). 6 # Cygwin application use the Makefile (just like on Unix).
7 # 7 #
8 # GUI no or yes: set to yes if you want the GUI version (yes) 8 # GUI no or yes: set to yes if you want the GUI version (yes)
368 $(OUTDIR)/ex_eval.o \ 368 $(OUTDIR)/ex_eval.o \
369 $(OUTDIR)/ex_getln.o \ 369 $(OUTDIR)/ex_getln.o \
370 $(OUTDIR)/fileio.o \ 370 $(OUTDIR)/fileio.o \
371 $(OUTDIR)/fold.o \ 371 $(OUTDIR)/fold.o \
372 $(OUTDIR)/getchar.o \ 372 $(OUTDIR)/getchar.o \
373 $(OUTDIR)/hashtable.o \
373 $(OUTDIR)/main.o \ 374 $(OUTDIR)/main.o \
374 $(OUTDIR)/mark.o \ 375 $(OUTDIR)/mark.o \
375 $(OUTDIR)/memfile.o \ 376 $(OUTDIR)/memfile.o \
376 $(OUTDIR)/memline.o \ 377 $(OUTDIR)/memline.o \
377 $(OUTDIR)/menu.o \ 378 $(OUTDIR)/menu.o \