1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2012-11-23 21:47:22 +01:00
parent ef6585abef
commit 7331304fd3
2 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,11 @@ APPVER=4.0
NODEBUG = 1
!endif
!include <win32.mak>
!ifdef SDK_INCLUDE_DIR
!include $(SDK_INCLUDE_DIR)\Win32.mak
!else
!include <Win32.mak>
!endif
all: gvimext.dll