00efbc2cb5
This requires using the external gas-preprocessor tool that converts the gnu assembler format sources to armasm format at build time. This allows keeping the source files in one single format but only converting while building.
8 lines
218 B
Makefile
8 lines
218 B
Makefile
include build/platform-msvc-common.mk
|
|
ARCH=arm
|
|
include build/platform-arch.mk
|
|
CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP -MD -DWIN32
|
|
LDFLAGS +=
|
|
CCAS = gas-preprocessor.pl -as-type armasm -force-thumb -- armasm
|
|
|