Imported Debian patch 1.4+222+hg5f9f7194267b-1~trusty
[deb_x265.git] / build / icl64 / make-makefile.bat
diff --git a/build/icl64/make-makefile.bat b/build/icl64/make-makefile.bat
deleted file mode 100644 (file)
index 2d3f629..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-@echo off\r
-::\r
-:: run this batch file to create an Intel C++ 2013 NMake makefile for this project.\r
-:: See the cmake documentation for other generator targets\r
-::\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
-  pause\r
-  exit 1\r
-)\r
-call "%ICL%\bin\compilervars.bat" intel64\r
-set CC=icl\r
-set CXX=icl\r
-cmake -G "NMake Makefiles" ..\..\source && cmake-gui ..\..\source\r
-pause\r