comparison src/Make_cyg.mak @ 2192:40edf1be1cd8 vim73

Add blowfish and sha256 source files to more Makefiles.
author Bram Moolenaar <bram@vim.org>
date Tue, 18 May 2010 20:34:20 +0200
parents 4ec11bb387a5
children 543ea69d037f
comparison
equal deleted inserted replaced
2190:74c8bba1d9e8 2192:40edf1be1cd8
412 CFLAGS = $(OPTFLAG) $(DEFINES) $(INCLUDES) 412 CFLAGS = $(OPTFLAG) $(DEFINES) $(INCLUDES)
413 413
414 RCFLAGS = -O coff $(DEFINES) 414 RCFLAGS = -O coff $(DEFINES)
415 415
416 OBJ = \ 416 OBJ = \
417 $(OUTDIR)/blowfish.o \
417 $(OUTDIR)/buffer.o \ 418 $(OUTDIR)/buffer.o \
418 $(OUTDIR)/charset.o \ 419 $(OUTDIR)/charset.o \
419 $(OUTDIR)/diff.o \ 420 $(OUTDIR)/diff.o \
420 $(OUTDIR)/digraph.o \ 421 $(OUTDIR)/digraph.o \
421 $(OUTDIR)/edit.o \ 422 $(OUTDIR)/edit.o \
449 $(OUTDIR)/popupmnu.o \ 450 $(OUTDIR)/popupmnu.o \
450 $(OUTDIR)/quickfix.o \ 451 $(OUTDIR)/quickfix.o \
451 $(OUTDIR)/regexp.o \ 452 $(OUTDIR)/regexp.o \
452 $(OUTDIR)/screen.o \ 453 $(OUTDIR)/screen.o \
453 $(OUTDIR)/search.o \ 454 $(OUTDIR)/search.o \
455 $(OUTDIR)/sha256.o \
454 $(OUTDIR)/spell.o \ 456 $(OUTDIR)/spell.o \
455 $(OUTDIR)/syntax.o \ 457 $(OUTDIR)/syntax.o \
456 $(OUTDIR)/tag.o \ 458 $(OUTDIR)/tag.o \
457 $(OUTDIR)/term.o \ 459 $(OUTDIR)/term.o \
458 $(OUTDIR)/ui.o \ 460 $(OUTDIR)/ui.o \