projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0027514: Configuration, CMake - relative paths are not correctly handled for INSTALL_DIR
[occt.git]
/
adm
/
templates
/
env.samples.bat.in
diff --git
a/adm/templates/env.samples.bat.in
b/adm/templates/env.samples.bat.in
index
ef3db43
..
ed3737d
100644
(file)
--- a/
adm/templates/env.samples.bat.in
+++ b/
adm/templates/env.samples.bat.in
@@
-4,7
+4,7
@@
if exist "%~dp0custom.bat" (
call "%~dp0custom.bat" %1 %2 %3
)
-call "@INSTALL_DIR@\@INSTALL_DIR_SCRIPT@\env.bat" %1 %2 %3
+call "@INSTALL_DIR_ABSOLUTE@\@INSTALL_DIR_SCRIPT@\env.bat" %1 %2 %3
set "BIN_DIR=win%ARCH%\%VCVER%\bind"
set "LIB_DIR=win%ARCH%\%VCVER%\libd"