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

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

914 var newFile = fso.CreateTextFile(file, true);
915
916 newFile.Write(
917 "@echo off\n" +
918 "REM This script sets all enviroment variables, which\n" +
919 "REM are necessary for building the examples of the Office Development Kit.\n" +
920 "REM The Script was developed for the operating systems Windows.\n" +
921 "REM The SDK name\n" +
1// *************************************************************
2//
3// Licensed to the Apache Software Foundation (ASF) under one
4// or more contributor license agreements. See the NOTICE file
5// distributed with this work for additional information
6// regarding copyright ownership. The ASF licenses this file
7// to you under the Apache License, Version 2.0 (the
8// "License"); you may not use this file except in compliance

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

914 var newFile = fso.CreateTextFile(file, true);
915
916 newFile.Write(
917 "@echo off\n" +
918 "REM This script sets all enviroment variables, which\n" +
919 "REM are necessary for building the examples of the Office Development Kit.\n" +
920 "REM The Script was developed for the operating systems Windows.\n" +
921 "REM The SDK name\n" +
922 "REM Example: set OO_SDK_NAME=openoffice3.0_sdk\n" +
922 "REM Example: set OO_SDK_NAME=openoffice4.0_sdk\n" +
923 "set OO_SDK_NAME=" + oo_sdk_name +
924 "\n\n" +
925 "REM Installation directory of the Software Development Kit.\n" +
923 "set OO_SDK_NAME=" + oo_sdk_name +
924 "\n\n" +
925 "REM Installation directory of the Software Development Kit.\n" +
926 "REM Example: set OO_SDK_HOME=C:\\Program Files\\Apache OpenOffice\\Basic 3.0\\sdk\n" +
926 "REM Example: set OO_SDK_HOME=C:\\Program Files\\Apache OpenOffice\\Basic 4.0\\sdk\n" +
927 "set OO_SDK_HOME=" + oo_sdk_home +
928 "\n\n" +
929 "REM Office installation directory.\n" +
927 "set OO_SDK_HOME=" + oo_sdk_home +
928 "\n\n" +
929 "REM Office installation directory.\n" +
930 "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice 3\n" +
930 "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice 4\n" +
931 "set OFFICE_HOME=" + office_home +
932 "\n\n" +
931 "set OFFICE_HOME=" + office_home +
932 "\n\n" +
933 "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice\\Basis 3.0\n" +
933 "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice\\Basis 4.0\n" +
934 "set OFFICE_BASE_HOME=" + office_base_home +
935 "\n\n" +
936 "REM URE installation directory.\n" +
937 "REM Example: set OO_SDK_URE_HOME=C:\\Program Files\\Apache OpenOffice\\URE\n" +
938 "set OO_SDK_URE_HOME=" + oo_sdk_ure_home +
939 "\n\n" +
940 "REM Directory of the make command.\n" +
941 "REM Example: set OO_SDK_MAKE_HOME=D:\\NextGenerationMake\\make\n" +

--- 191 unchanged lines hidden ---
934 "set OFFICE_BASE_HOME=" + office_base_home +
935 "\n\n" +
936 "REM URE installation directory.\n" +
937 "REM Example: set OO_SDK_URE_HOME=C:\\Program Files\\Apache OpenOffice\\URE\n" +
938 "set OO_SDK_URE_HOME=" + oo_sdk_ure_home +
939 "\n\n" +
940 "REM Directory of the make command.\n" +
941 "REM Example: set OO_SDK_MAKE_HOME=D:\\NextGenerationMake\\make\n" +

--- 191 unchanged lines hidden ---