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
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26#ifdef WNT
27
28File gid_File_Lib_Xmergesync
29    TXT_FILE_BODY;
30    Styles = (PACKED);
31    Dir = SCP2_OOO_BIN_DIR;
32    Name = "xmergesync.dll";
33End
34
35#endif
36
37#ifdef WNT
38
39File gid_File_Lib_Jfregca
40    TXT_FILE_BODY;
41    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
42    Dir = SCP2_OOO_BIN_DIR;
43    Name = "jfregca.dll";
44End
45
46#endif
47
48File gid_File_Share_Registry_Palm_Xcd
49    TXT_FILE_BODY;
50    Styles = (PACKED);
51    Dir = gid_Dir_Share_Registry;
52    Name = "palm.xcd";
53End
54
55File gid_File_Share_Registry_Pocketexcel_Xcd
56    TXT_FILE_BODY;
57    Styles = (PACKED);
58    Dir = gid_Dir_Share_Registry;
59    Name = "pocketexcel.xcd";
60End
61
62File gid_File_Share_Registry_Pocketword_Xcd
63    TXT_FILE_BODY;
64    Styles = (PACKED);
65    Dir = gid_Dir_Share_Registry;
66    Name = "pocketword.xcd";
67End
68
69#ifdef SOLAR_JAVA
70
71STD_JAR_FILE( gid_File_Jar_Aportisdoc, aportisdoc )
72STD_JAR_FILE( gid_File_Jar_Pexcel, pexcel )
73STD_JAR_FILE( gid_File_Jar_Pocketword, pocketword )
74STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge )
75STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge )
76
77#endif
78