0023861: Draw can not start if OCCT is installed in a path containing spaces
[occt.git] / samples / qt / IESample / msvc.bat
1 call "%~dp0..\..\..\env.bat" %1 %2 %3
2 call "%~dp0env.bat"
3
4 if ["%CASDEB%"] == [""] (
5   call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0IESample-%VCVER%.sln"
6 ) else (
7   call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0IESample-%VCVER%.sln"
8 )