Kaydet (Commit) 2f4a19f0 authored tarafından Juergen Schmidt's avatar Juergen Schmidt

#99053# extend PATH with OFFICE_PROGRAM_PATH

üst 03aa4ee8
......@@ -80,7 +80,7 @@ then
# Path not empty: append colon.
PATH=$PATH:
fi
PATH=$PATH$SDK_HOME/$directoryname/bin
PATH=$PATH$SDK_HOME/$directoryname/bin:$OFFICE_PROGRAM_PATH
# Add directory of the command make to the path, if necessary.
if [ -n "$SDK_MAKE" ]
......
......@@ -44,7 +44,7 @@ REM Set office program path.
set OFFICE_PROGRAM_PATH=%OFFICE_HOME%\program
REM Add directory of the SDK tools to the path.
set PATH=%PATH%;%SDK_HOME%\windows\bin
set PATH=%PATH%;%SDK_HOME%\windows\bin;%OFFICE_PROGRAM_PATH
REM Add directory of the command make to the path, if necessary.
if defined SDK_MAKE set PATH=%PATH%;%SDK_MAKE%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment