diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-05-08 15:02:26 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-05-08 15:02:26 +0000 |
commit | 2f4a19f02094759b507f7626fd91833d0ac1fba0 (patch) | |
tree | 070ab160161a2d0583502ba485c1589d1be9c788 /odk/setsdkenv_windows.bat | |
parent | 03aa4ee81ffb1c8dbb96d5b6cf3efce94a752176 (diff) |
#99053# extend PATH with OFFICE_PROGRAM_PATH
Diffstat (limited to 'odk/setsdkenv_windows.bat')
-rwxr-xr-x | odk/setsdkenv_windows.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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% |