bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / impress / file_impress.scp
blobd01ee3600af140fdb496cd8cf28aca0fb05bfb01
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 File gid_File_Lib_Placeware
22     Name = LIBNAME(placeware);
23     PACKED_LIB_FILE_BODY;
24 End
26 File gid_File_Lib_Animcore
27         Name = LIBNAME(animcore);
28         PACKED_LIB_FILE_BODY;
29 End
31 STD_LIB_FILE( gid_File_Lib_PresenterScreen, PresenterScreen )
33 File gid_File_Share_Registry_Impress_Xcd
34     TXT_FILE_BODY;
35     Styles = (PACKED);
36     Dir = gid_Brand_Dir_Share_Registry;
37     Name = "impress.xcd";
38 End
40 #if defined WITH_HELP
41 File gid_File_Help_Simpress_Zip
42     Dir = FILELIST_DIR;
43     FILELIST_TXT_FILE_BODY_HELPPACK;
44     EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(simpress);
45 End
46 #endif
48 #ifndef MACOSX
49 File gid_File_Exe_Simpress
50     BIN_FILE_BODY;
51     Dir = gid_Brand_Dir_Program;
52     Name = EXENAME(simpress);
53     Styles = (PACKED);
54 End
55 #endif
57 // configuration files for custom animation effects
59 File gid_File_sd_xml
60     TXT_FILE_BODY;
61     Styles = (FILELIST, PACKED);
62     Dir = FILELIST_DIR;
63     Name = "sd_xml.filelist";
64 End