Update changelog.
[deb_x265.git] / build / icl32 / build-all.bat
1 @echo off
2 if not "%ICPP_COMPILER13%" == "" ( set ICL="%ICPP_COMPILER13" )
3 if not "%ICPP_COMPILER14%" == "" ( set ICL="%ICPP_COMPILER14" )
4 if "%ICL%" == "" (
5 msg "%username%" "Intel C++ 2013 not detected"
6 exit 1
7 )
8 if not exist Makefile (
9 call make-makefile.bat
10 )
11 if exist Makefile (
12 call "%ICL%\bin\compilervars.bat" ia32
13 nmake
14 )