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 3227b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(CoinMP,0); 3327b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 3427b2fc91SAndre FischerEnd 3527b2fc91SAndre FischerFile gid_File_Lib_CoinUtils 3627b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(CoinUtils,0); 3727b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 3827b2fc91SAndre FischerEnd 3927b2fc91SAndre FischerFile gid_File_Lib_Clp 4027b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(Clp,0); 4127b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 4227b2fc91SAndre FischerEnd 4327b2fc91SAndre FischerFile gid_File_Lib_Cbc 4427b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(Cbc,0); 4527b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 4627b2fc91SAndre FischerEnd 4727b2fc91SAndre FischerFile gid_File_Lib_Osi 4827b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(Osi,0); 4927b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 5027b2fc91SAndre FischerEnd 5127b2fc91SAndre FischerFile gid_File_Lib_OsiClp 5227b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(OsiClp,0); 5327b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 5427b2fc91SAndre FischerEnd 5527b2fc91SAndre FischerFile gid_File_Lib_Cgl 5627b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(Cgl,0); 5727b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 5827b2fc91SAndre FischerEnd 5927b2fc91SAndre FischerFile gid_File_Lib_CbcSolver 6027b2fc91SAndre Fischer Name = SPECIAL_NAME_VER(CbcSolver,0); 6127b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 6227b2fc91SAndre FischerEnd 6327b2fc91SAndre Fischer#else 64*88bfee53SPedro Giffuni// On Windows only the CoinMP library is built and used. 65*88bfee53SPedro Giffuni// Version numbering is not used either. 6627b2fc91SAndre FischerFile gid_File_Lib_CoinMP 6727b2fc91SAndre Fischer Name = SPECIAL_NAME(CoinMP); 6827b2fc91SAndre Fischer PACKED_LIB_FILE_BODY; 6927b2fc91SAndre FischerEnd 7027b2fc91SAndre Fischer#endif 7127b2fc91SAndre Fischer 7227b2fc91SAndre Fischer#endif 7327b2fc91SAndre Fischer 7427b2fc91SAndre 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*88bfee53SPedro Giffuni#ifdef ENABLE_COINMP 9727b2fc91SAndre FischerSTD_RES_FILE( gid_File_Res_Solver, solver) 98*88bfee53SPedro Giffuni#endif 9927b2fc91SAndre Fischer 100cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Analysis, analysis) 101cdf0e10cSrcweir 102cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Date, date) 103cdf0e10cSrcweir 104cdf0e10cSrcweirSTD_RES_FILE( gid_File_Res_Sc, sc ) 105cdf0e10cSrcweir 106cdf0e10cSrcweirFile gid_File_Help_Scalc_Zip 107cdf0e10cSrcweir Dir = gid_Dir_Help_Isolanguage; 108cdf0e10cSrcweir ARCHIVE_TXT_FILE_BODY; 109cdf0e10cSrcweir EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(scalc); 110cdf0e10cSrcweir Patchfiles = (); 111cdf0e10cSrcweirEnd 112cdf0e10cSrcweir 113cdf0e10cSrcweir// new user interface configuration files 114cdf0e10cSrcweir/* 115cdf0e10cSrcweirFile gid_File_Share_Config_Sofficecfg_Calc_Menubar_Xml 116cdf0e10cSrcweir TXT_FILE_BODY; 117cdf0e10cSrcweir Styles = (PACKED); 118cdf0e10cSrcweir Dir = gid_Dir_Share_Config_Sofficecfg_Scalc_Menubar; 119cdf0e10cSrcweir Name = "/uiconfig/scalc/menubar/menubar.xml"; 120cdf0e10cSrcweirEnd 121cdf0e10cSrcweir*/ 122cdf0e10cSrcweirFile gid_File_Exe_Scalc 123cdf0e10cSrcweir BIN_FILE_BODY; 124cdf0e10cSrcweir Dir = gid_Brand_Dir_Program; 125cdf0e10cSrcweir Name = EXENAME(scalc); 126cdf0e10cSrcweir #ifdef WNT 127cdf0e10cSrcweir FileDescription = "%PRODUCTNAME Calc"; 128cdf0e10cSrcweir Styles = (PACKED, PATCH_SO_NAME); 129cdf0e10cSrcweir #else 130cdf0e10cSrcweir Styles = (PACKED); 131cdf0e10cSrcweir #endif 132cdf0e10cSrcweirEnd 133