comparison src/Make_ming.mak @ 1951:f234c87ac7e9 v7.2.248

updated for version 7.2-248
author vimboss
date Fri, 11 Sep 2009 10:49:58 +0000
parents afb740b5dfab
children 4ec11bb387a5
comparison
equal deleted inserted replaced
1950:1c64bf25bbcd 1951:f234c87ac7e9
133 # the modern MinGW can dynamically link to dlls directly. 133 # the modern MinGW can dynamically link to dlls directly.
134 # point MZSCHEME_DLLS to where you put libmzschXXXXXXX.dll and libgcXXXXXXX.dll 134 # point MZSCHEME_DLLS to where you put libmzschXXXXXXX.dll and libgcXXXXXXX.dll
135 ifndef MZSCHEME_DLLS 135 ifndef MZSCHEME_DLLS
136 MZSCHEME_DLLS=$(MZSCHEME) 136 MZSCHEME_DLLS=$(MZSCHEME)
137 endif 137 endif
138 MZSCHEME_LIBDIR=-L$(MZSCHEME_DLLS) 138 MZSCHEME_LIBDIR=-L$(MZSCHEME_DLLS) -L$(MZSCHEME_DLLS)\lib
139 endif 139 endif
140 140
141 endif 141 endif
142 142
143 # Python support -- works with the ActiveState python 2.0 release (and others 143 # Python support -- works with the ActiveState python 2.0 release (and others
561 -$(DEL) *.exe 561 -$(DEL) *.exe
562 -$(DEL) pathdef.c 562 -$(DEL) pathdef.c
563 ifdef PERL 563 ifdef PERL
564 -$(DEL) if_perl.c 564 -$(DEL) if_perl.c
565 endif 565 endif
566 ifdef MZSCHEME
567 -$(DEL) mzscheme_base.c
568 endif
566 $(MAKE) -C GvimExt -f Make_ming.mak clean 569 $(MAKE) -C GvimExt -f Make_ming.mak clean
567 $(MAKE) -C xxd -f Make_cyg.mak clean 570 $(MAKE) -C xxd -f Make_cyg.mak clean
568 571
569 ########################################################################### 572 ###########################################################################
570 INCL = vim.h feature.h os_win32.h os_dos.h ascii.h keymap.h term.h macros.h \ 573 INCL = vim.h feature.h os_win32.h os_dos.h ascii.h keymap.h term.h macros.h \