xref: /aoo41x/main/scp2/source/calc/file_calc.scp (revision 27b2fc91)
1022bd5b4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3022bd5b4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4022bd5b4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5022bd5b4SAndrew Rist * distributed with this work for additional information
6022bd5b4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7022bd5b4SAndrew Rist * to you under the Apache License, Version 2.0 (the
8022bd5b4SAndrew Rist * "License"); you may not use this file except in compliance
9022bd5b4SAndrew Rist * with the License.  You may obtain a copy of the License at
10022bd5b4SAndrew Rist *
11022bd5b4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12022bd5b4SAndrew Rist *
13022bd5b4SAndrew Rist * Unless required by applicable law or agreed to in writing,
14022bd5b4SAndrew Rist * software distributed under the License is distributed on an
15022bd5b4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16022bd5b4SAndrew Rist * KIND, either express or implied.  See the License for the
17022bd5b4SAndrew Rist * specific language governing permissions and limitations
18022bd5b4SAndrew Rist * under the License.
19022bd5b4SAndrew Rist *
20022bd5b4SAndrew Rist *************************************************************/
21022bd5b4SAndrew Rist
22022bd5b4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "macros.inc"
25cdf0e10cSrcweir
26*27b2fc91SAndre Fischer
27*27b2fc91SAndre Fischer#ifdef ENABLE_COINMP
28*27b2fc91SAndre FischerSTD_LIB_FILE( gid_File_Lib_Solver, solver)
29*27b2fc91SAndre Fischer
30*27b2fc91SAndre Fischer#ifdef ADD_ALL_COINMP_LIBRARIES
31*27b2fc91SAndre FischerFile gid_File_Lib_CoinMP
32*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(CoinMP,0);
33*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
34*27b2fc91SAndre FischerEnd
35*27b2fc91SAndre FischerFile gid_File_Lib_CoinUtils
36*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(CoinUtils,0);
37*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
38*27b2fc91SAndre FischerEnd
39*27b2fc91SAndre FischerFile gid_File_Lib_Clp
40*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(Clp,0);
41*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
42*27b2fc91SAndre FischerEnd
43*27b2fc91SAndre FischerFile gid_File_Lib_Cbc
44*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(Cbc,0);
45*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
46*27b2fc91SAndre FischerEnd
47*27b2fc91SAndre FischerFile gid_File_Lib_Osi
48*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(Osi,0);
49*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
50*27b2fc91SAndre FischerEnd
51*27b2fc91SAndre FischerFile gid_File_Lib_OsiClp
52*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(OsiClp,0);
53*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
54*27b2fc91SAndre FischerEnd
55*27b2fc91SAndre FischerFile gid_File_Lib_Cgl
56*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(Cgl,0);
57*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
58*27b2fc91SAndre FischerEnd
59*27b2fc91SAndre FischerFile gid_File_Lib_CbcSolver
60*27b2fc91SAndre Fischer    Name = SPECIAL_NAME_VER(CbcSolver,0);
61*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
62*27b2fc91SAndre FischerEnd
63*27b2fc91SAndre Fischer#else
64*27b2fc91SAndre Fischer# On Windows only the CoinMP library is built and used.
65*27b2fc91SAndre Fischer# Version numbering is not used either.
66*27b2fc91SAndre FischerFile gid_File_Lib_CoinMP
67*27b2fc91SAndre Fischer    Name = SPECIAL_NAME(CoinMP);
68*27b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
69*27b2fc91SAndre FischerEnd
70*27b2fc91SAndre Fischer#endif
71*27b2fc91SAndre Fischer
72*27b2fc91SAndre Fischer#endif
73*27b2fc91SAndre Fischer
74*27b2fc91SAndre Fischer
75cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Analysis, analysis)
76cdf0e10cSrcweir
77cdf0e10cSrcweirFile gid_File_Share_Registry_Calc_Xcd
78cdf0e10cSrcweir    TXT_FILE_BODY;
79cdf0e10cSrcweir    Styles = (PACKED);
80cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
81cdf0e10cSrcweir    Name = "calc.xcd";
82cdf0e10cSrcweirEnd
83cdf0e10cSrcweir
84cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Calc, calc)
85cdf0e10cSrcweir
86cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Date, date)
87cdf0e10cSrcweir
88cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sc, sc)
89cdf0e10cSrcweir
90cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scui, scui)
91cdf0e10cSrcweir
92cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
93cdf0e10cSrcweir
94cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scd, scd)
95cdf0e10cSrcweir
96*27b2fc91SAndre FischerSTD_RES_FILE( gid_File_Res_Solver, solver)
97*27b2fc91SAndre Fischer
98cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Analysis, analysis)
99cdf0e10cSrcweir
100cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Date, date)
101cdf0e10cSrcweir
102cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Sc, sc )
103cdf0e10cSrcweir
104cdf0e10cSrcweirFile gid_File_Help_Scalc_Zip
105cdf0e10cSrcweir    Dir = gid_Dir_Help_Isolanguage;
106cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
107cdf0e10cSrcweir    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc);
108cdf0e10cSrcweir    Patchfiles = ();
109cdf0e10cSrcweirEnd
110cdf0e10cSrcweir
111cdf0e10cSrcweir// new user interface configuration files
112cdf0e10cSrcweir/*
113cdf0e10cSrcweirFile gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml
114cdf0e10cSrcweir    TXT_FILE_BODY;
115cdf0e10cSrcweir    Styles = (PACKED);
116cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Sofficecfg_Scalc_Menubar;
117cdf0e10cSrcweir    Name = "/uiconfig/scalc/menubar/menubar.xml";
118cdf0e10cSrcweirEnd
119cdf0e10cSrcweir*/
120cdf0e10cSrcweirFile gid_File_Exe_Scalc
121cdf0e10cSrcweir    BIN_FILE_BODY;
122cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
123cdf0e10cSrcweir    Name = EXENAME(scalc);
124cdf0e10cSrcweir  #ifdef WNT
125cdf0e10cSrcweir    FileDescription = "%PRODUCTNAME Calc";
126cdf0e10cSrcweir    Styles = (PACKED, PATCH_SO_NAME);
127cdf0e10cSrcweir  #else
128cdf0e10cSrcweir    Styles = (PACKED);
129cdf0e10cSrcweir  #endif
130cdf0e10cSrcweirEnd
131