summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2026-04-08 17:14:05 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2026-04-08 17:21:51 +0700
commitf52420dfd9020ed60e3ebac971804e042c76c286 (patch)
treec46c22b01ce4e14e8b361e861e5e5eec4bc4a415 /makefile
parent7ad8ac090ce2102aa7af7f6587a43994d207c44a (diff)
build: retire superseded Intel C++ Compiler target
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/makefile b/makefile
index 5a7c2cdb6ff..282078827bc 100644
--- a/makefile
+++ b/makefile
@@ -1135,13 +1135,6 @@ ifdef MSBUILD
$(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2022-clang/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
endif
-.PHONY: vs2022_intel
-vs2022_intel: generate
- $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --vs=intel-15 vs2022
-ifdef MSBUILD
- $(SILENT) msbuild.exe $(PROJECTDIR_WIN)/vs2022-intel/$(PROJECT_NAME).sln $(MSBUILD_PARAMS)
-endif
-
#-------------------------------------------------
# android-ndk
#-------------------------------------------------