[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Sep 12 08:22:36 UTC 2016


 win32/detectenv-msvc.mak |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 02bfd965af588640250c47f344ad3096c8a373e0
Author: Gregory Morse <gregory.morse at live.com>
Date:   Mon Sep 12 10:22:15 2016 +0200

    Update detectenv-msvc.mak (#316)
    
    Windows x86 ARM capability

diff --git a/win32/detectenv-msvc.mak b/win32/detectenv-msvc.mak
index a94ab84..83d8786 100644
--- a/win32/detectenv-msvc.mak
+++ b/win32/detectenv-msvc.mak
@@ -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


More information about the HarfBuzz mailing list