commit | 3c9ab1c0e0c812d407331fad37d59112dd40605a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 29 12:38:00 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 29 12:38:00 2010 +0200 |
tree | 02b26b68b923204d5708398c0f33fdba45cb614c | |
parent | 006590697c134891ddb6b618355510fcb50f85f3 [diff] [blame] |
updated for version 7.3.012 Problem: Problems building with MingW. Solution: Adjust the MingW makefiles. (Jon)
diff --git a/src/GvimExt/Make_ming.mak b/src/GvimExt/Make_ming.mak index 5997e7e..f7265e9 100644 --- a/src/GvimExt/Make_ming.mak +++ b/src/GvimExt/Make_ming.mak
@@ -33,7 +33,7 @@ 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