mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
16 lines
417 B
Batchfile
16 lines
417 B
Batchfile
echo off
|
|
|
|
if "%VCVER%" == "@COMPILER@" (
|
|
if "%ARCH%" == "@COMPILER_BITNESS@" (
|
|
if "%CASDEB%" == "@BUILD_POSTFIX@" (
|
|
set "TCL_DIR=@3RDPARTY_TCL_DLL_DIR@"
|
|
set "FREETYPE_DIR=@3RDPARTY_FREETYPE_DLL_DIR@"
|
|
set "FREEIMAGE_DIR=@3RDPARTY_FREEIMAGE_DLL_DIR@"
|
|
set "GL2PS_DIR=@3RDPARTY_GL2PS_DLL_DIR@"
|
|
set "TBB_DIR=@3RDPARTY_TBB_DLL_DIR@"
|
|
set "VTK_DIR=@3RDPARTY_VTK_DLL_DIR@"
|
|
)
|
|
)
|
|
)
|
|
|