Update changelog.
[deb_x265.git] / build / icl64 / 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 pause\r
11 exit 1\r
12)\r
13call "%ICL%\bin\compilervars.bat" intel64\r
14set CC=icl\r
15set CXX=icl\r
16cmake -G "NMake Makefiles" ..\..\source && cmake-gui ..\..\source\r
17pause\r