summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-05-08 15:02:26 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-05-08 15:02:26 +0000
commit2f4a19f02094759b507f7626fd91833d0ac1fba0 (patch)
tree070ab160161a2d0583502ba485c1589d1be9c788 /odk
parent03aa4ee81ffb1c8dbb96d5b6cf3efce94a752176 (diff)
#99053# extend PATH with OFFICE_PROGRAM_PATH
Diffstat (limited to 'odk')
-rw-r--r--odk/setsdkenv_unix2
-rwxr-xr-xodk/setsdkenv_windows.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/setsdkenv_unix b/odk/setsdkenv_unix
index 3bb5e900c183..b3a21c7538e8 100644
--- a/odk/setsdkenv_unix
+++ b/odk/setsdkenv_unix
@@ -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" ]
diff --git a/odk/setsdkenv_windows.bat b/odk/setsdkenv_windows.bat
index ec42b5725f64..22a7a9ae4b11 100755
--- a/odk/setsdkenv_windows.bat
+++ b/odk/setsdkenv_windows.bat
@@ -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%