67e5b041c2
the output dll now only depends on kernel32.dll
10 lines
252 B
Makefile
10 lines
252 B
Makefile
include build/platform-msvc-common.mk
|
|
CFLAGS_OPT += -MD
|
|
ARCH=arm
|
|
include build/platform-arch.mk
|
|
CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP -MD -DWIN32
|
|
CXXFLAGS += -ZW
|
|
LDFLAGS +=
|
|
CCAS = gas-preprocessor.pl -as-type armasm -force-thumb -- armasm
|
|
|