1
0
forked from aniani/vim

updated for version 7.3.012

Problem:    Problems building with MingW.
Solution:   Adjust the MingW makefiles. (Jon)
This commit is contained in:
Bram Moolenaar
2010-09-29 12:38:00 +02:00
parent 006590697c
commit 3c9ab1c0e0
3 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ DEL = del
endif
endif
CXX := $(CROSS_COMPILE)g++
WINDRES := $(CROSS_COMPILE)windres
WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CXX) -E -xc" -
LIBS := -luuid
RES := gvimext.res
DEFFILE = gvimext_ming.def