mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
7 lines
234 B
Batchfile
7 lines
234 B
Batchfile
call "%~dp0..\..\env.bat" %1 %2 %3
|
|
|
|
if ["%CASDEB%"] == [""] (
|
|
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Release "%~dp0\CSharp-%VCVER%.sln"
|
|
) else (
|
|
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Debug "%~dp0\CSharp-%VCVER%.sln"
|
|
) |