X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=build%2Ficl32%2Fmake-makefile.bat;fp=build%2Ficl32%2Fmake-makefile.bat;h=0000000000000000000000000000000000000000;hp=799344ead3983ee0719b5fc5392a67bfa20b6db3;hb=e2e7a0aa019812e0b1f7db9f9558f80939628fb7;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/build/icl32/make-makefile.bat b/build/icl32/make-makefile.bat deleted file mode 100644 index 799344e..0000000 --- a/build/icl32/make-makefile.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -:: -:: run this batch file to create an Intel C++ 2013 NMake makefile for this project. -:: See the cmake documentation for other generator targets -:: -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 -) -call "%ICL%\bin\compilervars.bat" ia32 -set CC=icl -set CXX=icl -cmake -G "NMake Makefiles" ..\..\source && cmake-gui ..\..\source