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#ifndef WITHOUT_MATHMLDTD 27File gid_File_Html_W3c_Ipr 28 TXT_FILE_BODY; 29 Styles = (PACKED); 30 Dir = gid_Dir_Share_Dtd_Math_1_01; 31 Name = "w3c_ipr_software_notice.html"; 32End 33 34#endif 35 36STD_LIB_FILE( gid_File_Lib_Sm , sm) 37 38STD_LIB_FILE( gid_File_Lib_Smd , smd) 39 40STD_RES_FILE( gid_File_Res_Sm, sm ) 41 42File gid_File_Share_Registry_Math_Xcd 43 TXT_FILE_BODY; 44 Styles = (PACKED); 45 Dir = gid_Dir_Share_Registry; 46 Name = "math.xcd"; 47End 48 49File gid_File_Help_Smath_Zip 50 Dir = gid_Dir_Help_Isolanguage; 51 ARCHIVE_TXT_FILE_BODY; 52 EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(smath); 53 Patchfiles = (); 54End 55 56File gid_File_Exe_Smath 57 BIN_FILE_BODY; 58 Dir = gid_Brand_Dir_Program; 59 Name = EXENAME(smath); 60 #ifdef WNT 61 FileDescription = "%PRODUCTNAME Math"; 62 Styles = (PACKED, PATCH_SO_NAME); 63 #else 64 Styles = (PACKED); 65 #endif 66End 67 68// new user interface configuration files 69/* 70File gid_File_Share_Config_Sofficecfg_Math_Menubar_Xml 71 TXT_FILE_BODY; 72 Styles = (PACKED); 73 Dir = gid_Dir_Share_Config_Sofficecfg_Smath_Menubar; 74 Name = "/uiconfig/smath/menubar/menubar.xml"; 75End 76*/ 77