xref: /aoo41x/main/scp2/source/calc/file_calc.scp (revision d0fc3fb7)
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#else
68// On Windows only the CoinMP library is built and used.
69// Version numbering is not used either.
70File gid_File_Lib_CoinMP
71    Name = SPECIAL_NAME(CoinMP);
72    PACKED_LIB_FILE_BODY;
73End
74#endif
75
76#endif
77
78
79STD_LIB_FILE( gid_File_Lib_Analysis, analysis)
80
81File gid_File_Share_Registry_Calc_Xcd
82    TXT_FILE_BODY;
83    Styles = (PACKED);
84    Dir = gid_Dir_Share_Registry;
85    Name = "calc.xcd";
86End
87
88STD_LIB_FILE( gid_File_Lib_Calc, calc)
89
90STD_LIB_FILE( gid_File_Lib_Date, date)
91
92STD_LIB_FILE( gid_File_Lib_Sc, sc)
93
94STD_LIB_FILE( gid_File_Lib_Scui, scui)
95
96STD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
97
98STD_LIB_FILE( gid_File_Lib_Scd, scd)
99
100#ifdef ENABLE_COINMP
101STD_RES_FILE( gid_File_Res_Solver, solver)
102#endif
103
104STD_RES_FILE( gid_File_Res_Analysis, analysis)
105
106STD_RES_FILE( gid_File_Res_Date, date)
107
108STD_RES_FILE( gid_File_Res_Sc, sc )
109
110File gid_File_Help_Scalc_Zip
111    Dir = gid_Dir_Help_Isolanguage;
112    ARCHIVE_TXT_FILE_BODY;
113    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc);
114    Patchfiles = ();
115End
116
117// new user interface configuration files
118/*
119File gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml
120    TXT_FILE_BODY;
121    Styles = (PACKED);
122    Dir = gid_Dir_Share_Config_Sofficecfg_Scalc_Menubar;
123    Name = "/uiconfig/scalc/menubar/menubar.xml";
124End
125*/
126File gid_File_Exe_Scalc
127    BIN_FILE_BODY;
128    Dir = gid_Brand_Dir_Program;
129    Name = EXENAME(scalc);
130  #ifdef WNT
131    FileDescription = "%PRODUCTNAME Calc";
132    Styles = (PACKED, PATCH_SO_NAME);
133  #else
134    Styles = (PACKED);
135  #endif
136End
137