Imported Upstream version 1.4+222+hg5f9f7194267b
[deb_x265.git] / build / icl32 / make-makefile.bat
diff --git a/build/icl32/make-makefile.bat b/build/icl32/make-makefile.bat
deleted file mode 100644 (file)
index 799344e..0000000
+++ /dev/null
@@ -1,15 +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
-  exit 1\r
-)\r
-call "%ICL%\bin\compilervars.bat" ia32\r
-set CC=icl\r
-set CXX=icl\r
-cmake -G "NMake Makefiles" ..\..\source && cmake-gui ..\..\source\r