93a5597c11
- Generate version header in the build tree - Generate .res file in the build tree on Windows - Add the $(SRC_PATH) prefix to the .def files on Windows
7 lines
235 B
Makefile
7 lines
235 B
Makefile
ARCH = arm
|
|
include $(SRC_PATH)build/msvc-app.mk
|
|
CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP -DWINDOWS_PHONE
|
|
LDFLAGS += -nodefaultlib:kernel32.lib -nodefaultlib:ole32.lib WindowsPhoneCore.lib
|
|
UTSHLDFLAGS = -def:$(SRC_PATH)ut.def
|
|
|