xref: /trunk/main/scp2/source/calc/file_calc.scp (revision fdf35928)
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
2627b2fc91SAndre Fischer
2727b2fc91SAndre Fischer#ifdef ENABLE_COINMP
2827b2fc91SAndre FischerSTD_LIB_FILE( gid_File_Lib_Solver, solver)
2927b2fc91SAndre Fischer
3027b2fc91SAndre Fischer#ifdef ADD_ALL_COINMP_LIBRARIES
3127b2fc91SAndre FischerFile gid_File_Lib_CoinMP
32d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(CoinMP,1);
3327b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
3427b2fc91SAndre FischerEnd
3527b2fc91SAndre FischerFile gid_File_Lib_CoinUtils
36d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(CoinUtils,3);
3727b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
3827b2fc91SAndre FischerEnd
3927b2fc91SAndre FischerFile gid_File_Lib_Clp
40d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(Clp,1);
4127b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
4227b2fc91SAndre FischerEnd
4327b2fc91SAndre FischerFile gid_File_Lib_Cbc
44d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(Cbc,3);
4527b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
4627b2fc91SAndre FischerEnd
4727b2fc91SAndre FischerFile gid_File_Lib_Osi
48d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(Osi,1);
49d0fc3fb7SAriel Constenla-Haile    PACKED_LIB_FILE_BODY;
50d0fc3fb7SAriel Constenla-HaileEnd
51d0fc3fb7SAriel Constenla-HaileFile gid_File_Lib_OsiCbc
52d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(OsiCbc,3);
5327b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
5427b2fc91SAndre FischerEnd
5527b2fc91SAndre FischerFile gid_File_Lib_OsiClp
56d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(OsiClp,1);
5727b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
5827b2fc91SAndre FischerEnd
5927b2fc91SAndre FischerFile gid_File_Lib_Cgl
60d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(Cgl,1);
6127b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
6227b2fc91SAndre FischerEnd
6327b2fc91SAndre FischerFile gid_File_Lib_CbcSolver
64d0fc3fb7SAriel Constenla-Haile    Name = SPECIAL_NAME_VER(CbcSolver,3);
6527b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
6627b2fc91SAndre FischerEnd
67*fdf35928SAndre Fischer#endif
68*fdf35928SAndre Fischer
69*fdf35928SAndre Fischer#ifdef ADD_MAIN_COINMP_LIBRARY
7088bfee53SPedro Giffuni// On Windows only the CoinMP library is built and used.
7188bfee53SPedro Giffuni// Version numbering is not used either.
7227b2fc91SAndre FischerFile gid_File_Lib_CoinMP
7327b2fc91SAndre Fischer    Name = SPECIAL_NAME(CoinMP);
7427b2fc91SAndre Fischer    PACKED_LIB_FILE_BODY;
7527b2fc91SAndre FischerEnd
7627b2fc91SAndre Fischer#endif
7727b2fc91SAndre Fischer
7827b2fc91SAndre Fischer#endif
7927b2fc91SAndre Fischer
8027b2fc91SAndre Fischer
81cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Analysis, analysis)
82cdf0e10cSrcweir
83cdf0e10cSrcweirFile gid_File_Share_Registry_Calc_Xcd
84cdf0e10cSrcweir    TXT_FILE_BODY;
85cdf0e10cSrcweir    Styles = (PACKED);
86cdf0e10cSrcweir    Dir = gid_Dir_Share_Registry;
87cdf0e10cSrcweir    Name = "calc.xcd";
88cdf0e10cSrcweirEnd
89cdf0e10cSrcweir
90cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Calc, calc)
91cdf0e10cSrcweir
92cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Date, date)
93cdf0e10cSrcweir
94cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sc, sc)
95cdf0e10cSrcweir
96cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scui, scui)
97cdf0e10cSrcweir
98cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
99cdf0e10cSrcweir
100cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scd, scd)
101cdf0e10cSrcweir
10288bfee53SPedro Giffuni#ifdef ENABLE_COINMP
10327b2fc91SAndre FischerSTD_RES_FILE( gid_File_Res_Solver, solver)
10488bfee53SPedro Giffuni#endif
10527b2fc91SAndre Fischer
106cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Analysis, analysis)
107cdf0e10cSrcweir
108cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Date, date)
109cdf0e10cSrcweir
110cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Sc, sc )
111cdf0e10cSrcweir
112cdf0e10cSrcweirFile gid_File_Help_Scalc_Zip
113cdf0e10cSrcweir    Dir = gid_Dir_Help_Isolanguage;
114cdf0e10cSrcweir    ARCHIVE_TXT_FILE_BODY;
115cdf0e10cSrcweir    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc);
116cdf0e10cSrcweir    Patchfiles = ();
117cdf0e10cSrcweirEnd
118cdf0e10cSrcweir
119cdf0e10cSrcweir// new user interface configuration files
120cdf0e10cSrcweir/*
121cdf0e10cSrcweirFile gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml
122cdf0e10cSrcweir    TXT_FILE_BODY;
123cdf0e10cSrcweir    Styles = (PACKED);
124cdf0e10cSrcweir    Dir = gid_Dir_Share_Config_Sofficecfg_Scalc_Menubar;
125cdf0e10cSrcweir    Name = "/uiconfig/scalc/menubar/menubar.xml";
126cdf0e10cSrcweirEnd
127cdf0e10cSrcweir*/
128cdf0e10cSrcweirFile gid_File_Exe_Scalc
129cdf0e10cSrcweir    BIN_FILE_BODY;
130cdf0e10cSrcweir    Dir = gid_Brand_Dir_Program;
131cdf0e10cSrcweir    Name = EXENAME(scalc);
132cdf0e10cSrcweir  #ifdef WNT
133cdf0e10cSrcweir    FileDescription = "%PRODUCTNAME Calc";
134cdf0e10cSrcweir    Styles = (PACKED, PATCH_SO_NAME);
135cdf0e10cSrcweir  #else
136cdf0e10cSrcweir    Styles = (PACKED);
137cdf0e10cSrcweir  #endif
138cdf0e10cSrcweirEnd
139