0024943: Port MFC samples to UNICODE for compatibility with VS2013
[occt.git] / samples / mfc / standard / msvc.bat
CommitLineData
a44902ef 1call "%~dp0env.bat" %1 %2 %3
aea58b16 2
3if ["%CASDEB%"] == [""] (
576f8b11 4 call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% "" %~dp0All-%VCVER%.sln
aea58b16 5) else (
576f8b11 6 call "%~dp0..\..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% %~dp0All-%VCVER%.sln
aea58b16 7)