Skip to content
Snippets Groups Projects
Commit 544eee44 authored by Boman Romain's avatar Boman Romain
Browse files

add vs2019 script

parent 444454bd
No related branches found
No related tags found
1 merge request!69Fix ctest debian11
Pipeline #4420 passed
@echo off
:: command line for MSVC build (Visual Studio 2019)
set PATH=%PATH%;%MYLOCAL%\swig
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 vs2019
call "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\tbb\bin\tbbvars.bat" intel64 vs2019
%comspec% /K ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" amd64"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment