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 26File gid_File_Lib_Placeware 27#ifdef OS2 28 Name = LIBNAME(placewar); 29#else 30 Name = LIBNAME(placeware); 31#endif 32 PACKED_LIB_FILE_BODY; 33End 34 35File gid_File_Lib_Animcore 36 Name = SPECIAL_NAME(animcore); 37 PACKED_LIB_FILE_BODY; 38End 39 40File gid_File_Share_Registry_Impress_Xcd 41 TXT_FILE_BODY; 42 Styles = (PACKED); 43 Dir = gid_Dir_Share_Registry; 44 Name = "impress.xcd"; 45End 46 47File gid_File_Help_Simpress_Zip 48 Dir = gid_Dir_Help_Isolanguage; 49 TXT_FILE_BODY; 50 Styles = (ARCHIVE,DONT_OVERWRITE); 51 EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(simpress); 52 Patchfiles = (); 53End 54 55File gid_File_Exe_Simpress 56 BIN_FILE_BODY; 57 Dir = gid_Brand_Dir_Program; 58 Name = EXENAME(simpress); 59 #ifdef WNT 60 FileDescription = "%PRODUCTNAME Impress"; 61 Styles = (PACKED, PATCH_SO_NAME); 62 #else 63 Styles = (PACKED); 64 #endif 65End 66 67// new user interface configuration files 68/* 69File gid_File_Share_Config_Sofficecfg_Impress_Menubar_Xml 70 TXT_FILE_BODY; 71 Styles = (PACKED); 72 Dir = gid_Dir_Share_Config_Sofficecfg_Simpress_Menubar; 73 Name = "/uiconfig/simpress/menubar/menubar.xml"; 74End 75*/ 76 77// configuration files for custom animation effects 78 79File gid_File_Share_Config_Sofficecfg_Impress_Effects_Xml 80 TXT_FILE_BODY; 81 Styles = (PACKED); 82 Dir = gid_Dir_Share_Config_Sofficecfg_Simpress; 83 Name = "effects.xml"; 84End 85 86File gid_File_Share_Config_Sofficecfg_Impress_Transitions_Xml 87 TXT_FILE_BODY; 88 Styles = (PACKED); 89 Dir = gid_Dir_Share_Config_Sofficecfg_Simpress; 90 Name = "transitions.xml"; 91End 92