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