cfgWin.js (7477dbb9) cfgWin.js (9751aedc)
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

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

1015 "REM Set UNO path, necessary to ensure that the cpp examples using the\n" +
1016 "REM new UNO bootstrap mechanism use the configured office installation\n" +
1017 "REM (only set when using an Office).\n" +
1018 "if defined OFFICE_HOME (\n" +
1019 " @set \"UNO_PATH=%OFFICE_PROGRAM_PATH%\"\n" +
1020 " )\n" +
1021 "\n\n" +
1022 "@set \"OO_SDK_OFFICE_BIN_DIR=%OFFICE_PROGRAM_PATH%\"\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

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

1015 "REM Set UNO path, necessary to ensure that the cpp examples using the\n" +
1016 "REM new UNO bootstrap mechanism use the configured office installation\n" +
1017 "REM (only set when using an Office).\n" +
1018 "if defined OFFICE_HOME (\n" +
1019 " @set \"UNO_PATH=%OFFICE_PROGRAM_PATH%\"\n" +
1020 " )\n" +
1021 "\n\n" +
1022 "@set \"OO_SDK_OFFICE_BIN_DIR=%OFFICE_PROGRAM_PATH%\"\n" +
1023 "@set \"OO_SDK_OFFICE_LIB_DIR=%OFFICE_BASE_PROGRAM_PATH%\"\n" +
1024 "@set \"OO_SDK_OFFICE_JAVA_DIR=%OFFICE_BASE_PROGRAM_PATH%\\classes\"\n" +
1023 "@set \"OO_SDK_OFFICE_LIB_DIR=%OFFICE_PROGRAM_PATH%\"\n" +
1024 "@set \"OO_SDK_OFFICE_JAVA_DIR=%OFFICE_PROGRAM_PATH%\\classes\"\n" +
1025 "\n" +
1026 "REM Set classpath\n" +
1027 "@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\"\n" +
1028 "\n" +
1029 "REM Add directory of the SDK tools to the path.\n" +
1030 "set \"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%\"\n" +
1031 "\n" +
1032 "REM Set PATH appropriate to the output directory\n" +

--- 51 unchanged lines hidden ---
1025 "\n" +
1026 "REM Set classpath\n" +
1027 "@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\"\n" +
1028 "\n" +
1029 "REM Add directory of the SDK tools to the path.\n" +
1030 "set \"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%\"\n" +
1031 "\n" +
1032 "REM Set PATH appropriate to the output directory\n" +

--- 51 unchanged lines hidden ---