X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=build%2Ficl64%2Fbuild-all.bat;fp=build%2Ficl64%2Fbuild-all.bat;h=0000000000000000000000000000000000000000;hp=d1d6b8da4d848293ea289c0f06e84a308bbef13c;hb=e2e7a0aa019812e0b1f7db9f9558f80939628fb7;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/build/icl64/build-all.bat b/build/icl64/build-all.bat deleted file mode 100644 index d1d6b8d..0000000 --- a/build/icl64/build-all.bat +++ /dev/null @@ -1,14 +0,0 @@ -@echo off -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" - exit 1 -) -if not exist Makefile ( - call make-makefile.bat -) -if exist Makefile ( - call "%ICL%\bin\compilervars.bat" intel64 - nmake -)