Imported Debian patch 1.4+222+hg5f9f7194267b-1~trusty
[deb_x265.git] / build / icl32 / build-all.bat
diff --git a/build/icl32/build-all.bat b/build/icl32/build-all.bat
deleted file mode 100644 (file)
index cbe9a59..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" ia32\r
-  nmake\r
-)\r