xref: /aoo41x/main/scp2/source/calc/file_calc.scp (revision 88bfee53)
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
27#ifdef ENABLE_COINMP
28STD_LIB_FILE( gid_File_Lib_Solver, solver)
29
30#ifdef ADD_ALL_COINMP_LIBRARIES
31File gid_File_Lib_CoinMP
32    Name = SPECIAL_NAME_VER(CoinMP,0);
33    PACKED_LIB_FILE_BODY;
34End
35File gid_File_Lib_CoinUtils
36    Name = SPECIAL_NAME_VER(CoinUtils,0);
37    PACKED_LIB_FILE_BODY;
38End
39File gid_File_Lib_Clp
40    Name = SPECIAL_NAME_VER(Clp,0);
41    PACKED_LIB_FILE_BODY;
42End
43File gid_File_Lib_Cbc
44    Name = SPECIAL_NAME_VER(Cbc,0);
45    PACKED_LIB_FILE_BODY;
46End
47File gid_File_Lib_Osi
48    Name = SPECIAL_NAME_VER(Osi,0);
49    PACKED_LIB_FILE_BODY;
50End
51File gid_File_Lib_OsiClp
52    Name = SPECIAL_NAME_VER(OsiClp,0);
53    PACKED_LIB_FILE_BODY;
54End
55File gid_File_Lib_Cgl
56    Name = SPECIAL_NAME_VER(Cgl,0);
57    PACKED_LIB_FILE_BODY;
58End
59File gid_File_Lib_CbcSolver
60    Name = SPECIAL_NAME_VER(CbcSolver,0);
61    PACKED_LIB_FILE_BODY;
62End
63#else
64// On Windows only the CoinMP library is built and used.
65// Version numbering is not used either.
66File gid_File_Lib_CoinMP
67    Name = SPECIAL_NAME(CoinMP);
68    PACKED_LIB_FILE_BODY;
69End
70#endif
71
72#endif
73
74
75STD_LIB_FILE( gid_File_Lib_Analysis, analysis)
76
77File gid_File_Share_Registry_Calc_Xcd
78    TXT_FILE_BODY;
79    Styles = (PACKED);
80    Dir = gid_Dir_Share_Registry;
81    Name = "calc.xcd";
82End
83
84STD_LIB_FILE( gid_File_Lib_Calc, calc)
85
86STD_LIB_FILE( gid_File_Lib_Date, date)
87
88STD_LIB_FILE( gid_File_Lib_Sc, sc)
89
90STD_LIB_FILE( gid_File_Lib_Scui, scui)
91
92STD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
93
94STD_LIB_FILE( gid_File_Lib_Scd, scd)
95
96#ifdef ENABLE_COINMP
97STD_RES_FILE( gid_File_Res_Solver, solver)
98#endif
99
100STD_RES_FILE( gid_File_Res_Analysis, analysis)
101
102STD_RES_FILE( gid_File_Res_Date, date)
103
104STD_RES_FILE( gid_File_Res_Sc, sc )
105
106File gid_File_Help_Scalc_Zip
107    Dir = gid_Dir_Help_Isolanguage;
108    ARCHIVE_TXT_FILE_BODY;
109    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc);
110    Patchfiles = ();
111End
112
113// new user interface configuration files
114/*
115File gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml
116    TXT_FILE_BODY;
117    Styles = (PACKED);
118    Dir = gid_Dir_Share_Config_Sofficecfg_Scalc_Menubar;
119    Name = "/uiconfig/scalc/menubar/menubar.xml";
120End
121*/
122File gid_File_Exe_Scalc
123    BIN_FILE_BODY;
124    Dir = gid_Brand_Dir_Program;
125    Name = EXENAME(scalc);
126  #ifdef WNT
127    FileDescription = "%PRODUCTNAME Calc";
128    Styles = (PACKED, PATCH_SO_NAME);
129  #else
130    Styles = (PACKED);
131  #endif
132End
133