From b8f5737730638fb9261c9ff51bcfe5f7482f9e14 Mon Sep 17 00:00:00 2001 From: Romain Boman <r.boman@uliege.be> Date: Thu, 7 Jan 2021 15:20:20 +0100 Subject: [PATCH] remove unused script --- scripts/devenv-vs2015.bat | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scripts/devenv-vs2015.bat diff --git a/scripts/devenv-vs2015.bat b/scripts/devenv-vs2015.bat deleted file mode 100644 index 2c2a359b..00000000 --- a/scripts/devenv-vs2015.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -:: command line for MSVC build (Visual Studio 2015) - -set PATH=%PATH%;%MYLOCAL%\swigwin -set INCLUDE=%MYLOCAL%\include;%MYLOCAL%\MUMPS\include;%MYLOCAL%\eigen -set LIB=%MYLOCAL%\MUMPS\lib - -call "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\mkl\bin\mklvars.bat" intel64 vs2015 -call "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\tbb\bin\tbbvars.bat" intel64 vs2015 -%comspec% /K ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64" -- GitLab