parent
fc4e671f31
commit
02bfd965af
@ -119,6 +119,9 @@ CFLAGS_ADD = /MDd /Od
|
|||||||
|
|
||||||
!if "$(PLAT)" == "x64"
|
!if "$(PLAT)" == "x64"
|
||||||
LDFLAGS_ARCH = /machine:x64
|
LDFLAGS_ARCH = /machine:x64
|
||||||
|
!elseif "$(PLAT)" == "arm"
|
||||||
|
LDFLAGS_ARCH = /machine:arm
|
||||||
|
CFLAGS_ADD = $(CFLAGS_ADD) /DWINAPI_FAMILY=3
|
||||||
!else
|
!else
|
||||||
LDFLAGS_ARCH = /machine:x86
|
LDFLAGS_ARCH = /machine:x86
|
||||||
!endif
|
!endif
|
||||||
|
Loading…
Reference in New Issue
Block a user