X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=build%2Ficl64%2Fmake-makefile.bat;fp=build%2Ficl64%2Fmake-makefile.bat;h=0000000000000000000000000000000000000000;hp=2d3f629fa9c28641ab43d9885aca871b82661f7b;hb=e2e7a0aa019812e0b1f7db9f9558f80939628fb7;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/build/icl64/make-makefile.bat b/build/icl64/make-makefile.bat deleted file mode 100644 index 2d3f629..0000000 --- a/build/icl64/make-makefile.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off -:: -:: run this batch file to create an Intel C++ 2013 NMake makefile for this project. -:: See the cmake documentation for other generator targets -:: -if not "%ICPP_COMPILER13%" == "" ( set ICL="%ICPP_COMPILER13" ) -if not "%ICPP_COMPILER14%" == "" ( set ICL="%ICPP_COMPILER14" ) -if "%ICL%" == "" ( - msg "%username%" "Intel C++ 2013 not detected" - pause - exit 1 -) -call "%ICL%\bin\compilervars.bat" intel64 -set CC=icl -set CXX=icl -cmake -G "NMake Makefiles" ..\..\source && cmake-gui ..\..\source -pause