diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-05-10 11:50:46 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-05-10 11:50:46 +0000 |
commit | e68c86b4324d48b91f9fc8d189f6db00d653e923 (patch) | |
tree | 0276feddd9e1a2f7b3af528a8425435af023de92 /odk/setsdkenv_windows.bat | |
parent | 33d33e116403ffeac30a8c51e217bb28f428e49f (diff) |
#99053# update env scripts
Diffstat (limited to 'odk/setsdkenv_windows.bat')
-rwxr-xr-x | odk/setsdkenv_windows.bat | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/odk/setsdkenv_windows.bat b/odk/setsdkenv_windows.bat index dee3fd90c5db..2d191ac7a7e6 100755 --- a/odk/setsdkenv_windows.bat +++ b/odk/setsdkenv_windows.bat @@ -38,25 +38,25 @@ REM Check installation path for the office. if not defined OFFICE_HOME goto error REM Set library path. -set LIB=%LIB%;%SDK_HOME%\windows\lib +set LIB=%SDK_HOME%\windows\lib;%SDK_HOME%\WINexample.out\lib;%LIB 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;%OFFICE_PROGRAM_PATH +set PATH=%SDK_HOME%\windows\bin;%OFFICE_PROGRAM_PATH;%SDK_HOME%\WINexample.out\bin;%PATH% REM Add directory of the command make to the path, if necessary. -if defined SDK_MAKE set PATH=%PATH%;%SDK_MAKE% +if defined SDK_MAKE set PATH=%SDK_MAKE%;%PATH% REM Add directory of the C++ tools to the path, if necessary. -if defined SDK_CPP_HOME set PATH=%PATH%;%SDK_CPP_HOME% +if defined SDK_CPP_HOME set PATH=%SDK_CPP_HOME%;%PATH% REM Add directory of the Java tools to the path, if necessary. -if defined SDK_JAVA_HOME set PATH=%PATH%;%SDK_JAVA_HOME%\bin;%SDK_JAVA_HOME%\jre\bin +if defined SDK_JAVA_HOME set PATH=%SDK_JAVA_HOME%\bin;%SDK_JAVA_HOME%\jre\bin;%PATH% REM Add directory of the ANT tools to the path, if necessary. -if defined SDK_ANT set PATH=%PATH%;%SDK_ANT%\bin +if defined SDK_ANT set PATH=%SDK_ANT%\bin;%PATH% REM Set environment for C++ tools, if necessary. if defined SDK_CPP_HOME call "%SDK_CPP_HOME%"\VCVARS32.bat |