From 837e2847ece5ba6858f91f8365f59f82517f3177 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Sat, 9 Feb 2013 13:09:58 +0200 Subject: [PATCH] WP8 target refine --- makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/makefile b/makefile index 6c846335fa..f020bb4b37 100755 --- a/makefile +++ b/makefile @@ -641,14 +641,9 @@ ifeq ($(platform),wp8) ms_cl_compiler = wp8 use-lto = false supports_avian_executable = false - process = compile aot-only = true - ifneq ($(process),compile) - options := -$(process) - endif - bootimage = true - ifeq ($(bootimage),true) - options := $(options)-bootimage + ifneq ($(bootimage),true) + $(error Windows Phone 8 target requires bootimage=true) endif system = windows build-system = windows