Fix compilation errors for mfc samples.
[occt.git] / samples / mfc / standard / msvc.bat
CommitLineData
a44902ef 1call "%~dp0env.bat" %1 %2 %3
aea58b16 2
3if ["%CASDEB%"] == [""] (
4 call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0All-%VCVER%.sln"
5) else (
6 call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0All-%VCVER%.sln"
7)