0025443: Documentation - update packages names in Building 3rd-party libraries on...
[occt.git] / samples / CSharp / msvc_D3D.bat
1 @echo off
2
3 if NOT DEFINED DXSDK_DIR (
4   echo ERROR: DirectX SDK is required in order to build the sample but it is not found in your system. Please install DirectX SDK and retry.
5   exit /B
6 )
7
8 call "%~dp0..\..\env.bat" %1 %2 %3
9
10 if ["%CASDEB%"] == [""] (
11   call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Release %~dp0\CSharp_D3D.sln
12 ) else (
13   call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Debug %~dp0\CSharp_D3D.sln
14 )