setsdkenv_windows.template (d15d0b9c) setsdkenv_windows.template (9751aedc)
1rem *************************************************************
2rem
3rem Licensed to the Apache Software Foundation (ASF) under one
4rem or more contributor license agreements. See the NOTICE file
5rem distributed with this work for additional information
6rem regarding copyright ownership. The ASF licenses this file
7rem to you under the Apache License, Version 2.0 (the
8rem "License"); you may not use this file except in compliance

--- 108 unchanged lines hidden (view full) ---

117REM new UNO bootstrap mechanism use the configured office installation
118REM (only set when using an Office).
119if defined OFFICE_HOME (
120 @set "UNO_PATH=%OFFICE_PROGRAM_PATH%"
121 )
122
123
124@set "OO_SDK_OFFICE_BIN_DIR=%OFFICE_PROGRAM_PATH%"
1rem *************************************************************
2rem
3rem Licensed to the Apache Software Foundation (ASF) under one
4rem or more contributor license agreements. See the NOTICE file
5rem distributed with this work for additional information
6rem regarding copyright ownership. The ASF licenses this file
7rem to you under the Apache License, Version 2.0 (the
8rem "License"); you may not use this file except in compliance

--- 108 unchanged lines hidden (view full) ---

117REM new UNO bootstrap mechanism use the configured office installation
118REM (only set when using an Office).
119if defined OFFICE_HOME (
120 @set "UNO_PATH=%OFFICE_PROGRAM_PATH%"
121 )
122
123
124@set "OO_SDK_OFFICE_BIN_DIR=%OFFICE_PROGRAM_PATH%"
125@set "OO_SDK_OFFICE_LIB_DIR=%OFFICE_BASE_PROGRAM_PATH%"
126@set "OO_SDK_OFFICE_JAVA_DIR=%OFFICE_BASE_PROGRAM_PATH%\classes"
125@set "OO_SDK_OFFICE_LIB_DIR=%OFFICE_PROGRAM_PATH%"
126@set "OO_SDK_OFFICE_JAVA_DIR=%OFFICE_PROGRAM_PATH%\classes"
127
128REM Set classpath
129@set "CLASSPATH=%OO_SDK_OFFICE_JAVA_DIR%\juh.jar;%OO_SDK_OFFICE_JAVA_DIR%\jurt.jar;%OO_SDK_OFFICE_JAVA_DIR%\ridl.jar;%OO_SDK_OFFICE_JAVA_DIR%\unoloader.jar;%OO_SDK_OFFICE_JAVA_DIR%\unoil.jar"
130
131REM Add directory of the SDK tools to the path.
132set "PATH=%OO_SDK_HOME%\bin;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_HOME%\WINexample.out\bin;%OO_SDK_MAKE_HOME%;%OO_SDK_ZIP_HOME%;%OO_SDK_CAT_HOME%;%OO_SDK_SED_HOME%;%PATH%"
133
134REM Set PATH appropriate to the output directory

--- 49 unchanged lines hidden ---
127
128REM Set classpath
129@set "CLASSPATH=%OO_SDK_OFFICE_JAVA_DIR%\juh.jar;%OO_SDK_OFFICE_JAVA_DIR%\jurt.jar;%OO_SDK_OFFICE_JAVA_DIR%\ridl.jar;%OO_SDK_OFFICE_JAVA_DIR%\unoloader.jar;%OO_SDK_OFFICE_JAVA_DIR%\unoil.jar"
130
131REM Add directory of the SDK tools to the path.
132set "PATH=%OO_SDK_HOME%\bin;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_OFFICE_BIN_DIR%;%OO_SDK_HOME%\WINexample.out\bin;%OO_SDK_MAKE_HOME%;%OO_SDK_ZIP_HOME%;%OO_SDK_CAT_HOME%;%OO_SDK_SED_HOME%;%PATH%"
133
134REM Set PATH appropriate to the output directory

--- 49 unchanged lines hidden ---