Update detectenv-msvc.mak (#316)

Windows x86 ARM capability
This commit is contained in:
Gregory Morse 2016-09-12 10:22:15 +02:00 committed by Behdad Esfahbod
parent fc4e671f31
commit 02bfd965af
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ CFLAGS_ADD = /MDd /Od
!if "$(PLAT)" == "x64"
LDFLAGS_ARCH = /machine:x64
!elseif "$(PLAT)" == "arm"
LDFLAGS_ARCH = /machine:arm
CFLAGS_ADD = $(CFLAGS_ADD) /DWINAPI_FAMILY=3
!else
LDFLAGS_ARCH = /machine:x86
!endif