From: apn Date: Thu, 1 Jun 2017 13:06:48 +0000 (+0300) Subject: 0028347: Reuse OCCT implementation for producing end-user documentation for Products X-Git-Tag: V7_2_0_beta~107 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=c765ab619be4afedebabbc551bc24aef787dd90f 0028347: Reuse OCCT implementation for producing end-user documentation for Products Remove unnecessary definition of PRODROOT --- diff --git a/adm/templates/env.bat.in b/adm/templates/env.bat.in index c7990ea691..bda8553c52 100644 --- a/adm/templates/env.bat.in +++ b/adm/templates/env.bat.in @@ -23,7 +23,6 @@ if exist "%~dp0custom.bat" ( rem for compatability with external application using CASROOT if ["%CASROOT%"] == [""] set "CASROOT=%SCRIPTROOT%" -set "PRODROOT=" if not ["%TCL_DIR%"] == [""] set "PATH=%TCL_DIR%;%PATH%" if not ["%TK_DIR%"] == [""] set "PATH=%TK_DIR%;%PATH%"