blob: 80bc4224b8074b8dcae27d35e1d3c09ea8dc4678 [file]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "macros.inc"
#ifdef UNX
#ifndef SYSTEM_ICU
Shortcut gid_Shortcut_Lib_Icudata
FileID = gid_File_Lib_Icudata;
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT5(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
End
Shortcut gid_Shortcut_Lib_Icui18n
FileID = gid_File_Lib_Icui18n;
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT5(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
End
Shortcut gid_Shortcut_Lib_Icule
FileID = gid_File_Lib_Icule;
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT5(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
End
Shortcut gid_Shortcut_Lib_Icuuc
FileID = gid_File_Lib_Icuuc;
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT5(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR));
Styles = (NETWORK,RELATIVE,FORCE_INTO_UPDATE_PACKAGE);
End
#endif
Shortcut gid_Shortcut_Lib_Graphite_0
FileID = gid_File_Lib_Graphite;
#if defined MACOSX
Dir = gid_Brand_Dir_Program;
#else
Dir = gid_Dir_Common_Ure;
#endif
// Dir = gid_Dir_Program;
Name = STRING(CONCAT2(libgraphite,UNXSUFFIX));
Styles = (NETWORK,RELATIVE);
End
Shortcut gid_Shortcut_Lib_Graphite_1
FileID = gid_File_Lib_Graphite;
#if defined MACOSX
Dir = gid_Brand_Dir_Program;
#else
Dir = gid_Dir_Common_Ure;
#endif
// Dir = gid_Dir_Program;
Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3));
Styles = (NETWORK,RELATIVE);
End
Shortcut gid_Shortcut_Lib_Graphite_2
FileID = gid_File_Lib_Graphite;
#if defined MACOSX
Dir = gid_Brand_Dir_Program;
#else
Dir = gid_Dir_Common_Ure;
#endif
// Dir = gid_Dir_Program;
Name = STRING(CONCAT4(libgraphite,UNXSUFFIX,.,3.0));
Styles = (NETWORK,RELATIVE);
End
#endif
#ifdef MACOSX
Shortcut gid_Shortcut_Lib_Hsqldb_2
FileID = gid_File_Lib_Hsqldb_2;
Dir = SCP2_OOO_BIN_DIR;
Name = "libhsqldb.jnilib";
Styles = (NETWORK, RELATIVE);
End
#endif
//i44154 -end-