Update changelog.
[deb_x265.git] / build / icl32 / make-makefile.bat
CommitLineData
72b9787e
JB
1@echo off\r
2::\r
3:: run this batch file to create an Intel C++ 2013 NMake makefile for this project.\r
4:: See the cmake documentation for other generator targets\r
5::\r
6if not "%ICPP_COMPILER13%" == "" ( set ICL="%ICPP_COMPILER13" )\r
7if not "%ICPP_COMPILER14%" == "" ( set ICL="%ICPP_COMPILER14" )\r
8if "%ICL%" == "" (\r
9 msg "%username%" "Intel C++ 2013 not detected"\r
10 exit 1\r
11)\r
12call "%ICL%\bin\compilervars.bat" ia32\r
13set CC=icl\r
14set CXX=icl\r
15cmake -G "NMake Makefiles" ..\..\source && cmake-gui ..\..\source\r