setsdkenv_windows.template (b3ba5bc7) setsdkenv_windows.template (d1bc5a71)
1@echo off
1@echo off
2Rem This script sets all enviroment variables, which
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
9REM "License")rem you may not use this file except in compliance
10REM with the License. You may obtain a copy of the License at
11REM
12REM http://www.apache.org/licenses/LICENSE-2.0
13REM
14REM Unless required by applicable law or agreed to in writing,
15REM software distributed under the License is distributed on an
16REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17REM KIND, either express or implied. See the License for the
18REM specific language governing permissions and limitations
19REM under the License.
20REM
21REM *************************************************************
22REM This script sets all enviroment variables, which
3REM are necessary for building the examples of the Office Development Kit.
4REM The Script was developed for the operating systems Windows.
5REM The SDK name
6REM Example: set OO_SDK_NAME=openoffice4.0_sdk
7set OO_SDK_NAME=openoffice4.0_sdk
8
9REM Installation directory of the Software Development Kit.
10REM Example: set OO_SDK_HOME=C:\Program Files\OpenOffice 4\sdk

--- 178 unchanged lines hidden ---
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=openoffice4.0_sdk
27set OO_SDK_NAME=openoffice4.0_sdk
28
29REM Installation directory of the Software Development Kit.
30REM Example: set OO_SDK_HOME=C:\Program Files\OpenOffice 4\sdk

--- 178 unchanged lines hidden ---