0026605: Possible array out of bounds read in Extrema_GExtPC.gxx
[occt.git] / samples / CSharp / msvc.bat
CommitLineData
aea58b16 1call "%~dp0..\..\env.bat" %1 %2 %3
2
3if ["%CASDEB%"] == [""] (
15534713 4 call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Release %~dp0\CSharp.sln
aea58b16 5) else (
15534713 6 call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Debug %~dp0\CSharp.sln
aea58b16 7)