Imported Upstream version 1.4+222+hg5f9f7194267b
[deb_x265.git] / build / icl64 / build-all.bat
diff --git a/build/icl64/build-all.bat b/build/icl64/build-all.bat
deleted file mode 100644 (file)
index d1d6b8d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo off\r
-if not "%ICPP_COMPILER13%" == "" ( set ICL="%ICPP_COMPILER13" )\r
-if not "%ICPP_COMPILER14%" == "" ( set ICL="%ICPP_COMPILER14" )\r
-if "%ICL%" == "" (\r
-  msg "%username%" "Intel C++ 2013 not detected"\r
-  exit 1\r
-)\r
-if not exist Makefile (\r
-  call make-makefile.bat\r
-)\r
-if exist Makefile (\r
-  call "%ICL%\bin\compilervars.bat" intel64\r
-  nmake\r
-)\r