commit | 7331304fd31c3cd488dd3b31acc8743914523eb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 23 21:47:22 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 23 21:47:22 2012 +0100 |
tree | 8be49672863c07c005b07e58f26b78e5bf5bf217 | |
parent | ef6585abef1e74e0d3a5302fc3de134873c13106 [diff] |
updated for version 7.3.727 Problem: Can't always find Win32.mak when building GvimExt. Solution: Use same mechanism as in Make_mvc.mak. (Cade Foster)
diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index 2488025..5c598c1 100644 --- a/src/GvimExt/Makefile +++ b/src/GvimExt/Makefile
@@ -10,7 +10,11 @@ NODEBUG = 1 !endif -!include <win32.mak> +!ifdef SDK_INCLUDE_DIR +!include $(SDK_INCLUDE_DIR)\Win32.mak +!else +!include <Win32.mak> +!endif all: gvimext.dll