summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-03-22 18:47:41 -0400
committer Brad Hughes <bradhugh@outlook.com>2016-03-22 18:50:55 -0400
commite7c1d090004d9b42840b34725f99e0501b713ae9 (patch)
tree4ce64109426cc346661539d71637c9a5e6ff8f85 /makefile
parent8b743a0cf5b6efcc438e79d1716d1e7d15dc89c7 (diff)
parente6e30bb9dd91af8656f4f7db4bc947e5e9186e1f (diff)
Merge: Build project for Windows Store
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile b/makefile
index b71fc5f96cb..4e28577c17c 100644
--- a/makefile
+++ b/makefile
@@ -957,6 +957,13 @@ ifdef MSBUILD
$(SILENT) msbuild $(PROJECTDIR_WIN)/vs2015-xp/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
endif
+.PHONY: vs2015_uwp
+vs2015_uwp: generate
+ $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=winstore82 --osd=windows --NO_USE_MIDI=1 --USE_LIBUV=0 --NO_OPENGL=1 --USE_QTDEBUG=0 --MODERN_WIN_API=1 vs2015
+ifdef MSBUILD
+ $(SILENT) msbuild $(PROJECTDIR_WIN)/vs2015-winstore82/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
+endif
+
#-------------------------------------------------
# android-arm
#-------------------------------------------------