summaryrefslogtreecommitdiffstats
path: root/build/msvc/build_matlab.bat
blob: 7a2ef79d56a2f56b25686ede6d684c7cfdbeefde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off

call "%~dp0build_env.bat"

call "%B_VC%\vcvars64.bat"

cd /D %~dp0
cd ..\..

set MATLAB_ROOT=%B_MATLAB_ROOT%

msbuild astra_vc14.sln /p:Configuration=Release_CUDA /p:Platform=x64

pause