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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user