mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
8 lines
263 B
Batchfile
8 lines
263 B
Batchfile
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
|
call "%~dp0env.bat"
|
|
|
|
if ["%CASDEB%"] == [""] (
|
|
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0Tutorial-%VCVER%.sln"
|
|
) else (
|
|
call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0Tutorial-%VCVER%.sln"
|
|
) |