summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-11-09 14:53:19 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-11-09 14:53:19 +0100
commit0d1f5b6be45d6af06b425000525915140d346d08 (patch)
treef31d95b5307735e620adaa445147d495c76e84fa /makefile
parent5799b36a3a90ef9782341ea019784128e7a9b3ec (diff)
Make 3rdparty compile for UWP and start adding new OSD for UWP based on previous Brad work (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dcfb3aa0ce8..650b864a953 100644
--- a/makefile
+++ b/makefile
@@ -1043,7 +1043,7 @@ endif
.PHONY: vs2015_uwp
vs2015_uwp: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=winstore82 --osd=windows --NO_USE_MIDI=1 --NO_OPENGL=1 --USE_QTDEBUG=0 --MODERN_WIN_API=1 vs2015
+ $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=winstore82 --osd=uwp --NO_USE_MIDI=1 --NO_OPENGL=1 --USE_QTDEBUG=0 --MODERN_WIN_API=1 vs2015
ifdef MSBUILD
$(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2015-winstore82/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
endif