WP8 target refine

This commit is contained in:
Alexey Pelykh 2013-02-09 13:09:58 +02:00
parent 0a1743ebf2
commit 837e2847ec

View File

@ -641,14 +641,9 @@ ifeq ($(platform),wp8)
ms_cl_compiler = wp8 ms_cl_compiler = wp8
use-lto = false use-lto = false
supports_avian_executable = false supports_avian_executable = false
process = compile
aot-only = true aot-only = true
ifneq ($(process),compile) ifneq ($(bootimage),true)
options := -$(process) $(error Windows Phone 8 target requires bootimage=true)
endif
bootimage = true
ifeq ($(bootimage),true)
options := $(options)-bootimage
endif endif
system = windows system = windows
build-system = windows build-system = windows