mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Remove version from install dir
This commit is contained in:
parent
a78068d515
commit
1a714918f1
@ -13,7 +13,7 @@ rem Uncomment to customize building steps
|
|||||||
rem ------------------------------------
|
rem ------------------------------------
|
||||||
|
|
||||||
rem set "BUILD_DIR=build-vs%VS%-%VSPLATFORM%"
|
rem set "BUILD_DIR=build-vs%VS%-%VSPLATFORM%"
|
||||||
set "INSTALL_DIR=%SrcRoot%\..\3rdparty\occt77-vc14-64"
|
set "INSTALL_DIR=%SrcRoot%\..\3rdparty\occt-vc14-64"
|
||||||
|
|
||||||
set BUILD_CPP_STANDARD=C++14
|
set BUILD_CPP_STANDARD=C++14
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ FREETYPE_DIR="$OCCT3RDPARTY/freetype-2.7.1"
|
|||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
|
||||||
#BUILD_DIR=build
|
#BUILD_DIR=build
|
||||||
INSTALL_DIR="$SrcRoot/../3rdparty/occt77"
|
INSTALL_DIR="$SrcRoot/../3rdparty/occt"
|
||||||
|
|
||||||
BUILD_CPP_STANDARD=C++14
|
BUILD_CPP_STANDARD=C++14
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ rem set "aRapidJson=%aCasSrc%\..\3rdparty\rapidjson-1.1.0"
|
|||||||
rem set "aDraco=%aCasSrc%\..\3rdparty\draco-1.4.1-wasm32"
|
rem set "aDraco=%aCasSrc%\..\3rdparty\draco-1.4.1-wasm32"
|
||||||
rem set "aCmakeBin=%ProgramW6432%\CMake\bin"
|
rem set "aCmakeBin=%ProgramW6432%\CMake\bin"
|
||||||
|
|
||||||
set "aDestDir=%aCasSrc%\..\3rdparty\occt77-wasm"
|
set "aDestDir=%aCasSrc%\..\3rdparty\occt-wasm"
|
||||||
|
|
||||||
rem Uncomment to customize building steps
|
rem Uncomment to customize building steps
|
||||||
rem set "aBuildRoot=work"
|
rem set "aBuildRoot=work"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
export aFreeType="$aSrcRoot/../3rdparty/freetype-2.7.1-wasm"
|
export aFreeType="$aSrcRoot/../3rdparty/freetype-2.7.1-wasm"
|
||||||
export EMSDK_ROOT="$aSrcRoot/../emsdk"
|
export EMSDK_ROOT="$aSrcRoot/../emsdk"
|
||||||
|
|
||||||
export aDestDir="${aSrcRoot}/../3rdparty/occt77-wasm"
|
export aDestDir="${aSrcRoot}/../3rdparty/occt-wasm"
|
||||||
|
|
||||||
# Uncomment to customize building steps
|
# Uncomment to customize building steps
|
||||||
#export aBuildRoot=work
|
#export aBuildRoot=work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user