summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-10-26 11:18:31 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-10-26 11:18:31 +0200
commit9e7455b0578033442ee76b360b2b2c3fc577c81f (patch)
tree4eecfd1207b3061b07b34b747aa1f89e042a4d15 /makefile
parent63f907ee3223b81cd500bcc62a64f6e787bc4afa (diff)
Remove of winstore/winphone
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/makefile b/makefile
index ce9ff44754c..62b70d056e4 100644
--- a/makefile
+++ b/makefile
@@ -1175,13 +1175,6 @@ ifdef MSBUILD
$(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2019-intel/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
endif
-.PHONY: vs2019_uwp
-vs2019_uwp: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=winstore82 --osd=uwp --NO_USE_MIDI=1 --NO_OPENGL=1 --USE_QTDEBUG=0 --NO_USE_PORTAUDIO=1 --MODERN_WIN_API=1 vs2019
-ifdef MSBUILD
- $(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2019-winstore82/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
-endif
-
#-------------------------------------------------
# android-ndk
#-------------------------------------------------