setsdkenv_windows.template (ff3f4ebc) setsdkenv_windows.template (4f913391)
1@echo off
2rem *************************************************************
3rem
4rem Licensed to the Apache Software Foundation (ASF) under one
5rem or more contributor license agreements. See the NOTICE file
6rem distributed with this work for additional information
7rem regarding copyright ownership. The ASF licenses this file
8rem to you under the Apache License, Version 2.0 (the

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

18rem specific language governing permissions and limitations
19rem under the License.
20rem
21rem *************************************************************
22REM This script sets all enviroment variables, which
23REM are necessary for building the examples of the Office Development Kit.
24REM The Script was developed for the operating systems Windows.
25REM The SDK name
1@echo off
2rem *************************************************************
3rem
4rem Licensed to the Apache Software Foundation (ASF) under one
5rem or more contributor license agreements. See the NOTICE file
6rem distributed with this work for additional information
7rem regarding copyright ownership. The ASF licenses this file
8rem to you under the Apache License, Version 2.0 (the

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

18rem specific language governing permissions and limitations
19rem under the License.
20rem
21rem *************************************************************
22REM This script sets all enviroment variables, which
23REM are necessary for building the examples of the Office Development Kit.
24REM The Script was developed for the operating systems Windows.
25REM The SDK name
26REM Example: set OO_SDK_NAME=apacheopenoffice3.0_sdk
27set OO_SDK_NAME=apacheopenoffice3.0_sdk
26REM Example: set OO_SDK_NAME=apacheopenoffice4.0_sdk
27set OO_SDK_NAME=apacheopenoffice4.0_sdk
28
29REM Installation directory of the Software Development Kit.
28
29REM Installation directory of the Software Development Kit.
30REM Example: set OO_SDK_HOME=C:\Program Files\Apache OpenOffice\Basic 3.0\sdk
30REM Example: set OO_SDK_HOME=C:\Program Files\Apache OpenOffice\Basic 4.0\sdk
31set OO_SDK_HOME=
32
33REM Office installation directory.
31set OO_SDK_HOME=
32
33REM Office installation directory.
34REM Example: set OFFICE_HOME=C:\Program Files\Apache OpenOffice 3
34REM Example: set OFFICE_HOME=C:\Program Files\Apache OpenOffice 4
35set OFFICE_HOME=
36
35set OFFICE_HOME=
36
37REM Example: set OFFICE_HOME=C:\Program Files\Apache OpenOffice\Basis 3.0
37REM Example: set OFFICE_HOME=C:\Program Files\Apache OpenOffice\Basis 4.0
38set OFFICE_BASE_HOME=
39
40REM URE installation directory.
41REM Example: set OO_SDK_URE_HOME=C:\Program Files\Apache OpenOffice\URE
42set OO_SDK_URE_HOME=
43
44REM Directory of the make command.
45REM Example: set OO_SDK_MAKE_HOME=D:\NextGenerationMake\make

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

68REM Example:set OO_SDK_CLI_HOME=C:\WINXP\Microsoft.NET\Framework\v1.0.3705
69set OO_SDK_CLI_HOME=
70
71REM Java SDK installation directory.
72REM Example: set OO_SDK_JAVA_HOME=C:\Program Files\Java\jdk1.6.0_05
73set OO_SDK_JAVA_HOME=
74
75REM Special output directory
38set OFFICE_BASE_HOME=
39
40REM URE installation directory.
41REM Example: set OO_SDK_URE_HOME=C:\Program Files\Apache OpenOffice\URE
42set OO_SDK_URE_HOME=
43
44REM Directory of the make command.
45REM Example: set OO_SDK_MAKE_HOME=D:\NextGenerationMake\make

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

68REM Example:set OO_SDK_CLI_HOME=C:\WINXP\Microsoft.NET\Framework\v1.0.3705
69set OO_SDK_CLI_HOME=
70
71REM Java SDK installation directory.
72REM Example: set OO_SDK_JAVA_HOME=C:\Program Files\Java\jdk1.6.0_05
73set OO_SDK_JAVA_HOME=
74
75REM Special output directory
76REM Example: set OO_SDK_OUT=C:\apacheopenoffice3.0_sdk
76REM Example: set OO_SDK_OUT=C:\apacheopenoffice4.0_sdk
77set OO_SDK_OUT=
78
79REM Automatic deployment
80REM Example: set SDK_AUTO_DEPLOYMENT=YES
81set SDK_AUTO_DEPLOYMENT=YES
82
83set STLDEBUG=
84REM check stlport lib in 4NT shell

--- 147 unchanged lines hidden ---
77set OO_SDK_OUT=
78
79REM Automatic deployment
80REM Example: set SDK_AUTO_DEPLOYMENT=YES
81set SDK_AUTO_DEPLOYMENT=YES
82
83set STLDEBUG=
84REM check stlport lib in 4NT shell

--- 147 unchanged lines hidden ---