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