setsdkenv_windows.template (7477dbb9) setsdkenv_windows.template (d15d0b9c)
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
9rem with the License. You may obtain a copy of the License at
10rem
11rem http://www.apache.org/licenses/LICENSE-2.0
12rem
13rem Unless required by applicable law or agreed to in writing,
14rem software distributed under the License is distributed on an
15rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16rem KIND, either express or implied. See the License for the
17rem specific language governing permissions and limitations
18rem under the License.
19rem
20rem *************************************************************
1@echo off
2REM 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"
7@set "OO_SDK_NAME=<your_input_here>"
8

--- 155 unchanged lines hidden ---
21@echo off
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=openoffice4.0_sdk"
27@set "OO_SDK_NAME=<your_input_here>"
28

--- 155 unchanged lines hidden ---