xref: /aoo4110/main/scp2/source/base/file_base.scp (revision b1cdbd2c)
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
26File gid_File_Exe_Sbase
27    BIN_FILE_BODY;
28    Dir = gid_Brand_Dir_Program;
29    Name = EXENAME(sbase);
30  #ifdef WNT
31    FileDescription = "%PRODUCTNAME Base";
32    Styles = (PACKED, PATCH_SO_NAME);
33  #else
34    Styles = (PACKED);
35  #endif
36End
37
38#if defined WNT
39File gid_File_Exe_Odbcconfig
40    BIN_FILE_BODY;
41    Dir = gid_Brand_Dir_Program;
42    Name = EXENAME(odbcconfig);
43    Styles = (PACKED);
44End
45#endif
46
47STD_LIB_FILE( gid_File_Lib_Abp, abp)
48STD_RES_FILE( gid_File_Res_Abp, abp)
49
50STD_LIB_FILE( gid_File_Lib_Dbp, dbp)
51STD_RES_FILE( gid_File_Res_Dbp, dbp)
52
53STD_LIB_FILE( gid_File_Lib_Dbu, dbu )
54STD_RES_FILE( gid_File_Res_Dbu, dbu)
55
56STD_LIB_FILE( gid_File_Lib_Adabasui, adabasui )
57STD_RES_FILE( gid_File_Res_Adabasui, adabasui)
58
59STD_RES_FILE( gid_File_Res_Cnr, cnr)
60STD_RES_FILE( gid_File_Res_Sdbcl, sdbcl)
61STD_RES_FILE( gid_File_Res_Sdberr, sdberr)
62
63STD_LIB_FILE( gid_File_Lib_Rpt, rpt )
64STD_RES_FILE( gid_File_Res_Rpt, rpt)
65
66STD_LIB_FILE( gid_File_Lib_Rptui, rptui )
67STD_RES_FILE( gid_File_Res_Rptui, rptui)
68
69STD_LIB_FILE( gid_File_Lib_Rptxml, rptxml )
70
71File gid_File_Help_Sdatabase_Zip
72    Dir = gid_Dir_Help_Isolanguage;
73    ARCHIVE_TXT_FILE_BODY;
74    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(sdatabase);
75    Patchfiles = ();
76End
77
78File gid_File_Share_Registry_Base_Xcd
79    TXT_FILE_BODY;
80    Styles = (PACKED);
81    Dir = gid_Dir_Share_Registry;
82    Name = "base.xcd";
83End
84