From 3d6d5cc3a417c04d9772596ea83f8e6b41321781 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 15 Jan 2016 18:03:32 +0100 Subject: patch 7.4.1095 Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata) --- src/GvimExt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/GvimExt') diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index b451981448..a57840fa1f 100644 --- a/src/GvimExt/Makefile +++ b/src/GvimExt/Makefile @@ -16,6 +16,9 @@ NODEBUG = 1 # On Windows NT ! ifndef CPU CPU = i386 +! if !defined(PLATFORM) && defined(TARGET_CPU) +PLATFORM = $(TARGET_CPU) +! endif ! ifdef PLATFORM ! if ("$(PLATFORM)" == "x64") || ("$(PLATFORM)" == "X64") CPU = AMD64 -- cgit v1.2.3