xref: /aoo41x/main/scp2/source/math/file_math.scp (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "macros.inc"
29
30#ifndef WITHOUT_MATHMLDTD
31File gid_File_Html_W3c_Ipr
32    TXT_FILE_BODY;
33    Styles = (PACKED);
34    Dir = gid_Dir_Share_Dtd_Math_1_01;
35    Name = "w3c_ipr_software_notice.html";
36End
37
38#endif
39
40STD_LIB_FILE( gid_File_Lib_Sm , sm)
41
42STD_LIB_FILE( gid_File_Lib_Smd , smd)
43
44STD_RES_FILE( gid_File_Res_Sm, sm )
45
46File gid_File_Share_Registry_Math_Xcd
47    TXT_FILE_BODY;
48    Styles = (PACKED);
49    Dir = gid_Dir_Share_Registry;
50    Name = "math.xcd";
51End
52
53File gid_File_Help_Smath_Zip
54    Dir = gid_Dir_Help_Isolanguage;
55    ARCHIVE_TXT_FILE_BODY;
56    EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG(smath);
57    Patchfiles = ();
58End
59
60File gid_File_Exe_Smath
61    BIN_FILE_BODY;
62    Dir = gid_Brand_Dir_Program;
63    Name = EXENAME(smath);
64  #ifdef WNT
65    FileDescription = "%PRODUCTNAME Math";
66    Styles = (PACKED, PATCH_SO_NAME);
67  #else
68    Styles = (PACKED);
69  #endif
70End
71
72// new user interface configuration files
73/*
74File gid_File_Share_Config_Sofficecfg_Math_Menubar_Xml
75    TXT_FILE_BODY;
76    Styles = (PACKED);
77    Dir = gid_Dir_Share_Config_Sofficecfg_Smath_Menubar;
78    Name = "/uiconfig/smath/menubar/menubar.xml";
79End
80*/
81