mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Add new C# sample which allow to render the OCCT scene to a Direct3D context in a WPF application. DirectX SDK is required in order to build this sample.
7 lines
214 B
Batchfile
7 lines
214 B
Batchfile
call "%~dp0..\..\env.bat" %1 %2 %3
|
|
|
|
if ["%CASDEB%"] == [""] (
|
|
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Release %~dp0\CSharp.sln
|
|
) else (
|
|
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Debug %~dp0\CSharp.sln
|
|
) |