mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
7 lines
224 B
Batchfile
7 lines
224 B
Batchfile
call "%~dp0env.bat" %1 %2 %3
|
|
|
|
if ["%CASDEB%"] == [""] (
|
|
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0All-%VCVER%.sln"
|
|
) else (
|
|
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0All-%VCVER%.sln"
|
|
) |