X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=build%2Ficl32%2Fbuild-all.bat;fp=build%2Ficl32%2Fbuild-all.bat;h=0000000000000000000000000000000000000000;hp=cbe9a5941527ad8b9ac2d16a6b0d3804543b8441;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/build/icl32/build-all.bat b/build/icl32/build-all.bat deleted file mode 100644 index cbe9a59..0000000 --- a/build/icl32/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" ia32 - nmake -)