comparison src/Make_mvc.mak @ 7591:4447dc38bc22 v7.4.1095

commit https://github.com/vim/vim/commit/3d6d5cc3a417c04d9772596ea83f8e6b41321781 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 18:03:32 2016 +0100 patch 7.4.1095 Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 18:15:05 +0100
parents 5bbfac219f20
children 77a14f3bc18b
comparison
equal deleted inserted replaced
7590:4d9814f9fc39 7591:4447dc38bc22
214 ! if "$(CPU)" == "I386" 214 ! if "$(CPU)" == "I386"
215 CPU = i386 215 CPU = i386
216 ! endif 216 ! endif
217 ! else # !CPU 217 ! else # !CPU
218 CPU = i386 218 CPU = i386
219 ! if !defined(PLATFORM) && defined(TARGET_CPU)
220 PLATFORM = $(TARGET_CPU)
221 ! endif
219 ! ifdef PLATFORM 222 ! ifdef PLATFORM
220 ! if ("$(PLATFORM)" == "x64") || ("$(PLATFORM)" == "X64") 223 ! if ("$(PLATFORM)" == "x64") || ("$(PLATFORM)" == "X64")
221 CPU = AMD64 224 CPU = AMD64
222 ! elseif ("$(PLATFORM)" != "x86") && ("$(PLATFORM)" != "X86") 225 ! elseif ("$(PLATFORM)" != "x86") && ("$(PLATFORM)" != "X86")
223 ! error *** ERROR Unknown target platform "$(PLATFORM)". Make aborted. 226 ! error *** ERROR Unknown target platform "$(PLATFORM)". Make aborted.