1cdf0e10cSrcweir/*************************************************************************
2cdf0e10cSrcweir *
3cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4cdf0e10cSrcweir *
5cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6cdf0e10cSrcweir *
7cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8cdf0e10cSrcweir *
9cdf0e10cSrcweir * This file is part of OpenOffice.org.
10cdf0e10cSrcweir *
11cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14cdf0e10cSrcweir *
15cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20cdf0e10cSrcweir *
21cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25cdf0e10cSrcweir *
26cdf0e10cSrcweir ************************************************************************/
27cdf0e10cSrcweir#include "macros.inc"
28cdf0e10cSrcweir
29cdf0e10cSrcweir#ifdef WNT
30cdf0e10cSrcweirFile gid_File_Lib_Accessbridge
31cdf0e10cSrcweir    BIN_FILE_BODY;
32cdf0e10cSrcweir    Styles = (PACKED);
33cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
34cdf0e10cSrcweir    Name = "java_uno_accessbridge.dll";
35cdf0e10cSrcweirEnd
36cdf0e10cSrcweir#endif
37cdf0e10cSrcweir#if ((defined(WNT)) || (defined(LINUX)) || ((defined(SOLARIS)) && (defined(SPARC)))|| defined(NETBSD) )
38cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Adabas, adabas)
39cdf0e10cSrcweir#endif
40cdf0e10cSrcweir
41cdf0e10cSrcweir#if defined(WNT)
42cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Ado, ado)
43cdf0e10cSrcweir#endif
44cdf0e10cSrcweir
45cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Basctl, basctl)
46cdf0e10cSrcweir
47cdf0e10cSrcweirFile gid_File_Lib_Basprov
48cdf0e10cSrcweir    TXT_FILE_BODY;
49cdf0e10cSrcweir    Styles = (PACKED);
50cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
51cdf0e10cSrcweir  #ifdef UNX
52cdf0e10cSrcweir    Name = STRING(CONCAT4(basprov,DLLPOSTFIX,.uno,UNXSUFFIX));
53cdf0e10cSrcweir  #else
54cdf0e10cSrcweir    Name = STRING(CONCAT4(basprov,DLLPOSTFIX,.uno,.dll));
55cdf0e10cSrcweir  #endif
56cdf0e10cSrcweirEnd
57cdf0e10cSrcweir
58cdf0e10cSrcweirFile gid_File_Lib_Vbaevent
59cdf0e10cSrcweir    TXT_FILE_BODY;
60cdf0e10cSrcweir    Styles = (PACKED);
61cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
62cdf0e10cSrcweir  #ifdef UNX
63cdf0e10cSrcweir    Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,UNXSUFFIX));
64cdf0e10cSrcweir  #else
65cdf0e10cSrcweir    Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,.dll));
66cdf0e10cSrcweir  #endif
67cdf0e10cSrcweirEnd
68cdf0e10cSrcweir
69cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Bib , bib)
70cdf0e10cSrcweir
71cdf0e10cSrcweirFile gid_File_Lib_Cached1
72cdf0e10cSrcweir    TXT_FILE_BODY;
73cdf0e10cSrcweir    Styles = (PACKED);
74cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
75cdf0e10cSrcweir  #ifdef UNX
76cdf0e10cSrcweir    Name = STRING(CONCAT2(libcached1,UNXSUFFIX));
77cdf0e10cSrcweir  #else
78cdf0e10cSrcweir    Name = "cached1.dll";
79cdf0e10cSrcweir  #endif
80cdf0e10cSrcweirEnd
81cdf0e10cSrcweir
82cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Configmgr, configmgr.uno)
83cdf0e10cSrcweir
84cdf0e10cSrcweir#ifdef WITH_LDAP
85cdf0e10cSrcweirFile gid_File_Lib_Ldapbe2
86cdf0e10cSrcweir    TXT_FILE_BODY;
87cdf0e10cSrcweir    Styles = (PACKED);
88cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
89cdf0e10cSrcweir  #ifdef UNX
90cdf0e10cSrcweir    Name = STRING(CONCAT2(ldapbe2.uno,UNXSUFFIX));
91cdf0e10cSrcweir  #else
92cdf0e10cSrcweir    Name = "ldapbe2.uno.dll";
93cdf0e10cSrcweir  #endif
94cdf0e10cSrcweirEnd
95cdf0e10cSrcweir#endif
96cdf0e10cSrcweir
97cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Chartcontroller, chartcontroller)
98cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Chartmodel, chartmodel)
99cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Charttools, charttools)
100cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Chartview, chartview)
101cdf0e10cSrcweir
102cdf0e10cSrcweir
103cdf0e10cSrcweir#if defined WNT && defined _MSC
104cdf0e10cSrcweir
105cdf0e10cSrcweirFile gid_File_Lib_Cli_Oootypes_Assembly
106cdf0e10cSrcweir    TXT_FILE_BODY;
107cdf0e10cSrcweir    Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
108cdf0e10cSrcweir    Name = "cli_oootypes.dll";
109cdf0e10cSrcweir    Dir = gid_Dir_Program;
110cdf0e10cSrcweir    Assemblyname = "cli_oootypes";
111cdf0e10cSrcweir    PublicKeyToken = "ce2cb7e279207b9e";
112cdf0e10cSrcweir    Version = "${CLI_OOOTYPES_NEW_VERSION}";
113cdf0e10cSrcweir    Culture = "neutral";
114cdf0e10cSrcweir    Attributes = "0";
115cdf0e10cSrcweir#ifndef M1310
116cdf0e10cSrcweir    ProcessorArchitecture = "MSIL";
117cdf0e10cSrcweir#endif
118cdf0e10cSrcweirEnd
119cdf0e10cSrcweir
120cdf0e10cSrcweir#endif
121cdf0e10cSrcweir
122cdf0e10cSrcweir#if defined WNT && defined _MSC
123cdf0e10cSrcweirFile gid_File_Lib_Policy_Cli_Oootypes_Assembly
124cdf0e10cSrcweir    TXT_FILE_BODY;
125cdf0e10cSrcweir    Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
126cdf0e10cSrcweir    Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
127cdf0e10cSrcweir    Dir = gid_Dir_Program;
128cdf0e10cSrcweir    Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
129cdf0e10cSrcweir    PublicKeyToken = "ce2cb7e279207b9e";
130cdf0e10cSrcweir    Version = "${CLI_OOOTYPES_POLICY_VERSION}";
131cdf0e10cSrcweir    Culture = "neutral";
132cdf0e10cSrcweir    Attributes = "0";
133cdf0e10cSrcweir#ifndef M1310
134cdf0e10cSrcweir    ProcessorArchitecture = "MSIL";
135cdf0e10cSrcweir#endif
136cdf0e10cSrcweirEnd
137cdf0e10cSrcweir
138cdf0e10cSrcweir#endif
139cdf0e10cSrcweir
140cdf0e10cSrcweir#if defined WNT && defined _MSC
141cdf0e10cSrcweir
142cdf0e10cSrcweirFile gid_File_Lib_Policy_Cli_Oootypes_Config
143cdf0e10cSrcweir    TXT_FILE_BODY;
144cdf0e10cSrcweir    Styles = (PACKED, ASSIGNCOMPOMENT, DONTRENAMEINPATCH);
145cdf0e10cSrcweir    Name = "cli_oootypes.config";
146cdf0e10cSrcweir    Dir = gid_Dir_Program;
147cdf0e10cSrcweir    AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
148cdf0e10cSrcweirEnd
149cdf0e10cSrcweir
150cdf0e10cSrcweir#endif
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir#if ! defined WNT // no longer supported on Windows
154cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Cmdmail, cmdmail.uno )
155cdf0e10cSrcweir#endif
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweirFile gid_File_Lib_Comphelper2
159cdf0e10cSrcweir    TXT_FILE_BODY;
160cdf0e10cSrcweir  #ifdef UNX
161cdf0e10cSrcweir    Name = STRING(CONCAT3(libcomphelp,COMID,UNXSUFFIX));
162cdf0e10cSrcweir  #else
163cdf0e10cSrcweir    Name = STRING(CONCAT3(comphelp,COMID,.dll));
164cdf0e10cSrcweir  #endif
165cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
166cdf0e10cSrcweir    Styles = (PACKED);
167cdf0e10cSrcweirEnd
168cdf0e10cSrcweir
169cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Ctl , ctl)
170cdf0e10cSrcweir
171cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Cui, cui)
172cdf0e10cSrcweir
173cdf0e10cSrcweir#ifndef SYSTEM_CURL
174cdf0e10cSrcweir
175cdf0e10cSrcweirFile gid_File_Lib_Curl
176cdf0e10cSrcweir    TXT_FILE_BODY;
177cdf0e10cSrcweir    Styles = (PACKED);
178cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
179cdf0e10cSrcweir  #ifdef UNX
180cdf0e10cSrcweir    #ifdef MACOSX
181cdf0e10cSrcweir       Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX));
182cdf0e10cSrcweir    #else
183cdf0e10cSrcweir       Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.4));
184cdf0e10cSrcweir    #endif
185cdf0e10cSrcweir  #else
186cdf0e10cSrcweir   #ifdef _gcc3
187cdf0e10cSrcweir    Name = "libcurl-4.dll";
188cdf0e10cSrcweir   #else
189cdf0e10cSrcweir    Name = "libcurl.dll";
190cdf0e10cSrcweir   #endif
191cdf0e10cSrcweir  #endif
192cdf0e10cSrcweirEnd
193cdf0e10cSrcweir
194cdf0e10cSrcweir#endif
195cdf0e10cSrcweir
1962ad018beSPedro Giffuni#ifdef UNX
1972ad018beSPedro Giffuni#ifdef ENABLE_GTK
1982ad018beSPedro Giffuni#ifdef ENABLE_SYSTRAY_GTK
1992ad018beSPedro GiffuniFile gid_File_Lib_QStart_Gtk
2002ad018beSPedro Giffuni    Name = LIBNAME(qstart_gtk);
2012ad018beSPedro Giffuni    TXT_FILE_BODY;
2022ad018beSPedro Giffuni    Styles = (PACKED);
2032ad018beSPedro Giffuni    Dir = SCP2_OOO_BIN_DIR;
2042ad018beSPedro GiffuniEnd
2052ad018beSPedro Giffuni#endif
2062ad018beSPedro Giffuni#endif
2072ad018beSPedro Giffuni#endif
208cdf0e10cSrcweir
209cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Dba, dba)
210cdf0e10cSrcweir
211cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sdbt, sdbt)
212cdf0e10cSrcweir
213cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Dbmm, dbmm)
214cdf0e10cSrcweir
215cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Dbase2, dbase )
216cdf0e10cSrcweir
217cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Dbfile , file)
218cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Odbcbase,odbcbase)
219cdf0e10cSrcweir
220cdf0e10cSrcweir
221cdf0e10cSrcweirFile gid_File_Lib_Dbpool
222cdf0e10cSrcweir    TXT_FILE_BODY;
223cdf0e10cSrcweir    Styles = (PACKED);
224cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
225cdf0e10cSrcweir  #ifdef UNX
226cdf0e10cSrcweir    Name = STRING(CONCAT2(libdbpool2,UNXSUFFIX));
227cdf0e10cSrcweir  #else
228cdf0e10cSrcweir    Name = "dbpool2.dll";
229cdf0e10cSrcweir  #endif
230cdf0e10cSrcweirEnd
231cdf0e10cSrcweir
232cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Dbt, dbtools )
233cdf0e10cSrcweir
234cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Dbaxml, dbaxml )
235cdf0e10cSrcweir
236cdf0e10cSrcweirFile gid_File_Lib_Dict_Ja
237cdf0e10cSrcweir    TXT_FILE_BODY;
238cdf0e10cSrcweir  #ifdef UNX
239cdf0e10cSrcweir    Name = STRING(CONCAT2(libdict_ja,UNXSUFFIX));
240cdf0e10cSrcweir  #else
241cdf0e10cSrcweir    Name = "dict_ja.dll";
242cdf0e10cSrcweir  #endif
243cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
244cdf0e10cSrcweir    Styles = (PACKED);
245cdf0e10cSrcweirEnd
246cdf0e10cSrcweir
247cdf0e10cSrcweirFile gid_File_Lib_Dict_Zh
248cdf0e10cSrcweir    TXT_FILE_BODY;
249cdf0e10cSrcweir  #ifdef UNX
250cdf0e10cSrcweir    Name = STRING(CONCAT2(libdict_zh,UNXSUFFIX));
251cdf0e10cSrcweir  #else
252cdf0e10cSrcweir    Name = "dict_zh.dll";
253cdf0e10cSrcweir  #endif
254cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
255cdf0e10cSrcweir    Styles = (PACKED);
256cdf0e10cSrcweirEnd
257cdf0e10cSrcweir
258cdf0e10cSrcweirFile gid_File_Lib_Collator_Data
259cdf0e10cSrcweir    TXT_FILE_BODY;
260cdf0e10cSrcweir  #ifdef UNX
261cdf0e10cSrcweir    Name = STRING(CONCAT2(libcollator_data,UNXSUFFIX));
262cdf0e10cSrcweir  #else
263cdf0e10cSrcweir    Name = "collator_data.dll";
264cdf0e10cSrcweir  #endif
265cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
266cdf0e10cSrcweir    Styles = (PACKED);
267cdf0e10cSrcweirEnd
268cdf0e10cSrcweir
269cdf0e10cSrcweirFile gid_File_Lib_Index_Data
270cdf0e10cSrcweir    TXT_FILE_BODY;
271cdf0e10cSrcweir  #ifdef UNX
272cdf0e10cSrcweir    Name = STRING(CONCAT2(libindex_data,UNXSUFFIX));
273cdf0e10cSrcweir  #else
274cdf0e10cSrcweir    Name = "index_data.dll";
275cdf0e10cSrcweir  #endif
276cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
277cdf0e10cSrcweir    Styles = (PACKED);
278cdf0e10cSrcweirEnd
279cdf0e10cSrcweir
280cdf0e10cSrcweirFile gid_File_Lib_Textconv_Dict
281cdf0e10cSrcweir    TXT_FILE_BODY;
282cdf0e10cSrcweir  #ifdef UNX
283cdf0e10cSrcweir    Name = STRING(CONCAT2(libtextconv_dict,UNXSUFFIX));
284cdf0e10cSrcweir  #else
285cdf0e10cSrcweir    Name = "textconv_dict.dll";
286cdf0e10cSrcweir  #endif
287cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
288cdf0e10cSrcweir    Styles = (PACKED);
289cdf0e10cSrcweirEnd
290cdf0e10cSrcweir
291cdf0e10cSrcweirFile gid_File_Lib_Dlgprov
292cdf0e10cSrcweir    TXT_FILE_BODY;
293cdf0e10cSrcweir    Styles = (PACKED);
294cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
295cdf0e10cSrcweir  #ifdef UNX
296cdf0e10cSrcweir    Name = STRING(CONCAT4(dlgprov,DLLPOSTFIX,.uno,UNXSUFFIX));
297cdf0e10cSrcweir  #else
298cdf0e10cSrcweir    Name = STRING(CONCAT4(dlgprov,DLLPOSTFIX,.uno,.dll));
299cdf0e10cSrcweir  #endif
300cdf0e10cSrcweirEnd
301cdf0e10cSrcweir
302cdf0e10cSrcweirFile gid_File_Lib_Stringresource
303cdf0e10cSrcweir    TXT_FILE_BODY;
304cdf0e10cSrcweir    Styles = (PACKED);
305cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
306cdf0e10cSrcweir  #ifdef UNX
307cdf0e10cSrcweir    Name = STRING(CONCAT4(stringresource,DLLPOSTFIX,.uno,UNXSUFFIX));
308cdf0e10cSrcweir  #else
309cdf0e10cSrcweir    Name = STRING(CONCAT4(stringresource,DLLPOSTFIX,.uno,.dll));
310cdf0e10cSrcweir  #endif
311cdf0e10cSrcweirEnd
312cdf0e10cSrcweir
313cdf0e10cSrcweirFile gid_File_Lib_Vbaobj
314cdf0e10cSrcweir    TXT_FILE_BODY;
315cdf0e10cSrcweir    Styles = (PACKED);
316cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
317cdf0e10cSrcweir  #ifdef UNX
318cdf0e10cSrcweir    Name = STRING(CONCAT4(libvbaobj,DLLPOSTFIX,.uno,UNXSUFFIX));
319cdf0e10cSrcweir  #else
320cdf0e10cSrcweir    Name = STRING(CONCAT4(vbaobj,DLLPOSTFIX,.uno,.dll));
321cdf0e10cSrcweir  #endif
322cdf0e10cSrcweirEnd
323cdf0e10cSrcweir
324cdf0e10cSrcweirFile gid_File_Lib_Vbaswobj
325cdf0e10cSrcweir    TXT_FILE_BODY;
326cdf0e10cSrcweir    Styles = (PACKED);
327cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
328cdf0e10cSrcweir  #ifdef UNX
329cdf0e10cSrcweir    Name = STRING(CONCAT3(vbaswobj,.uno,UNXSUFFIX));
330cdf0e10cSrcweir  #else
331cdf0e10cSrcweir    Name = STRING(CONCAT3(vbaswobj,.uno,.dll));
332cdf0e10cSrcweir  #endif
333cdf0e10cSrcweirEnd
334cdf0e10cSrcweir
335cdf0e10cSrcweirFile gid_File_Lib_Vbamsforms
336cdf0e10cSrcweir    TXT_FILE_BODY;
337cdf0e10cSrcweir    Styles = (PACKED);
338cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
339cdf0e10cSrcweir  #ifdef UNX
340cdf0e10cSrcweir    Name = STRING(CONCAT3(msforms,.uno,UNXSUFFIX));
341cdf0e10cSrcweir  #else
342cdf0e10cSrcweir    Name = STRING(CONCAT3(msforms,.uno,.dll));
343cdf0e10cSrcweir  #endif
344cdf0e10cSrcweirEnd
345cdf0e10cSrcweir
346cdf0e10cSrcweirFile gid_File_Lib_Vbahelper
347cdf0e10cSrcweir    TXT_FILE_BODY;
348cdf0e10cSrcweir    Styles = (PACKED);
349cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
350cdf0e10cSrcweir  #ifdef UNX
351cdf0e10cSrcweir    Name = STRING(CONCAT3(libvbahelper,DLLPOSTFIX,UNXSUFFIX));
352cdf0e10cSrcweir  #else
353cdf0e10cSrcweir    Name = STRING(CONCAT3(vbahelper,DLLPOSTFIX,.dll));
354cdf0e10cSrcweir  #endif
355cdf0e10cSrcweirEnd
356cdf0e10cSrcweir
357cdf0e10cSrcweir
358cdf0e10cSrcweir#ifdef WNT
359cdf0e10cSrcweir
360cdf0e10cSrcweirFile gid_File_Lib_Dnd
361cdf0e10cSrcweir    TXT_FILE_BODY;
362cdf0e10cSrcweir    Styles = (PACKED);
363cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
364cdf0e10cSrcweir    Name = "dnd.dll";
365cdf0e10cSrcweirEnd
366cdf0e10cSrcweir
367cdf0e10cSrcweir#endif
368cdf0e10cSrcweir
369cdf0e10cSrcweir#ifdef WNT
370cdf0e10cSrcweir
371cdf0e10cSrcweirFile gid_File_Lib_Dtrans
372cdf0e10cSrcweir    TXT_FILE_BODY;
373cdf0e10cSrcweir    Name = "dtrans.dll";
374cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
375cdf0e10cSrcweir    Styles = (PACKED);
376cdf0e10cSrcweirEnd
377cdf0e10cSrcweir
378cdf0e10cSrcweir#endif
379cdf0e10cSrcweir
380cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Drawinglayer,drawinglayer)
381*ddde725dSArmin Le GrandSTD_LIB_FILE(gid_File_Lib_SvgIo,svgio)
382cdf0e10cSrcweir
383cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Embobj,embobj)
384cdf0e10cSrcweir
385cdf0e10cSrcweir#ifndef DISABLE_ATL
386cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Emboleobj,emboleobj)
387cdf0e10cSrcweir#endif
388cdf0e10cSrcweir
389cdf0e10cSrcweir#if defined(WNT) && !defined(DISABLE_ATL)
390cdf0e10cSrcweir
391cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Emser, emser )
392cdf0e10cSrcweir
393cdf0e10cSrcweirFile gid_File_Lib_Inprocserv
394cdf0e10cSrcweir    TXT_FILE_BODY;
395cdf0e10cSrcweir    Styles = (PACKED);
396cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
397cdf0e10cSrcweir    Name = "inprocserv.dll";
398cdf0e10cSrcweirEnd
399cdf0e10cSrcweir
400cdf0e10cSrcweir#endif
401cdf0e10cSrcweir
402cdf0e10cSrcweir#ifdef UNX
403cdf0e10cSrcweir
404cdf0e10cSrcweir#ifdef ENABLE_KAB
405cdf0e10cSrcweirFile gid_File_Lib_Kab_1
406cdf0e10cSrcweir    TXT_FILE_BODY;
407cdf0e10cSrcweir    Styles = (PACKED);
408cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
409cdf0e10cSrcweir    Name = STRING(CONCAT2(libkab1,UNXSUFFIX));
410cdf0e10cSrcweirEnd
411cdf0e10cSrcweir
412cdf0e10cSrcweirFile gid_File_Lib_Kab_Drv_1
413cdf0e10cSrcweir    TXT_FILE_BODY;
414cdf0e10cSrcweir    Styles = (PACKED);
415cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
416cdf0e10cSrcweir    Name = STRING(CONCAT2(libkabdrv1,UNXSUFFIX));
417cdf0e10cSrcweirEnd
418cdf0e10cSrcweir
419cdf0e10cSrcweir#endif
420cdf0e10cSrcweir
421cdf0e10cSrcweir#ifdef MACOSX
422cdf0e10cSrcweirFile gid_File_Lib_Macab_1
423cdf0e10cSrcweir    TXT_FILE_BODY;
424cdf0e10cSrcweir    Styles = (PACKED);
425cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
426cdf0e10cSrcweir    Name = STRING(CONCAT2(libmacab1,UNXSUFFIX));
427cdf0e10cSrcweirEnd
428cdf0e10cSrcweir
429cdf0e10cSrcweirFile gid_File_Lib_Macab_Drv_1
430cdf0e10cSrcweir    TXT_FILE_BODY;
431cdf0e10cSrcweir    Styles = (PACKED);
432cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
433cdf0e10cSrcweir    Name = STRING(CONCAT2(libmacabdrv1,UNXSUFFIX));
434cdf0e10cSrcweirEnd
435cdf0e10cSrcweir
436cdf0e10cSrcweir#endif  // #ifdef ENABLE_KAB
437cdf0e10cSrcweir
438cdf0e10cSrcweir#ifdef ENABLE_EVOAB2
439cdf0e10cSrcweir
440cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Evoab , evoab)
441cdf0e10cSrcweir
442cdf0e10cSrcweir#endif  // #ifdef ENABLE_EVOAB2
443cdf0e10cSrcweir
444cdf0e10cSrcweir#endif  // #ifdef UNX
445cdf0e10cSrcweir
446cdf0e10cSrcweirFile gid_File_Lib_Evtatt
447cdf0e10cSrcweir    TXT_FILE_BODY;
448cdf0e10cSrcweir    Styles = (PACKED);
449cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
450cdf0e10cSrcweir  #ifdef UNX
451cdf0e10cSrcweir    Name = STRING(CONCAT2(libevtatt,UNXSUFFIX));
452cdf0e10cSrcweir  #else
453cdf0e10cSrcweir    Name = "evtatt.dll";
454cdf0e10cSrcweir  #endif
455cdf0e10cSrcweirEnd
456cdf0e10cSrcweir
457cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Fileacc,fileacc)
458cdf0e10cSrcweir
459cdf0e10cSrcweirFile gid_File_Lib_Filterconfig1
460cdf0e10cSrcweir    TXT_FILE_BODY;
461cdf0e10cSrcweir    Styles = (PACKED);
462cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
463cdf0e10cSrcweir    Name = SPECIAL_NAME(filterconfig1);
464cdf0e10cSrcweirEnd
465cdf0e10cSrcweir
466cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Flat, flat)
467cdf0e10cSrcweir
468cdf0e10cSrcweir#ifdef WNT
469cdf0e10cSrcweir
470cdf0e10cSrcweirFile gid_File_Lib_Fop
471cdf0e10cSrcweir    TXT_FILE_BODY;
472cdf0e10cSrcweir    Styles = (PACKED);
473cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
474cdf0e10cSrcweir    Name = "fop.dll";
475cdf0e10cSrcweirEnd
476cdf0e10cSrcweir
477cdf0e10cSrcweir#endif
478cdf0e10cSrcweir
479cdf0e10cSrcweir#ifdef WNT
480cdf0e10cSrcweir
481cdf0e10cSrcweirFile gid_File_Lib_Fps
482cdf0e10cSrcweir    TXT_FILE_BODY;
483cdf0e10cSrcweir    Styles = (PACKED);
484cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
485cdf0e10cSrcweir    Name = "fps.dll";
486cdf0e10cSrcweirEnd
487cdf0e10cSrcweir
488cdf0e10cSrcweir#endif
489cdf0e10cSrcweir
490cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
491cdf0e10cSrcweir
492cdf0e10cSrcweirFile gid_File_Lib_Desktopbe
493cdf0e10cSrcweir    TXT_FILE_BODY;
494cdf0e10cSrcweir    Styles = (PACKED);
495cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
496cdf0e10cSrcweir    Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
497cdf0e10cSrcweirEnd
498cdf0e10cSrcweir
499cdf0e10cSrcweir#ifdef ENABLE_GTK
500cdf0e10cSrcweir#ifdef GTK_TWO_FOUR
501cdf0e10cSrcweirFile gid_File_Lib_Fps_Gnome
502cdf0e10cSrcweir    TXT_FILE_BODY;
503cdf0e10cSrcweir    Styles = (PACKED);
504cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
505cdf0e10cSrcweir    Name = SPECIAL_COMPONENT_LIB_NAME(fps_gnome.uno);
506cdf0e10cSrcweirEnd
507cdf0e10cSrcweir#endif
508cdf0e10cSrcweir#endif
509cdf0e10cSrcweir#ifdef ENABLE_KDE4
510cdf0e10cSrcweir#ifndef MACOSX
511cdf0e10cSrcweirFile gid_File_Lib_Fps_Kde4
512cdf0e10cSrcweir    TXT_FILE_BODY;
513cdf0e10cSrcweir    Styles = (PACKED);
514cdf0e10cSrcweir    Dir = gid_Dir_Program;
515cdf0e10cSrcweir    Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde4.uno);
516cdf0e10cSrcweirEnd
517cdf0e10cSrcweir#endif
518cdf0e10cSrcweir#endif
519cdf0e10cSrcweir#endif
520cdf0e10cSrcweir
521cdf0e10cSrcweir#ifdef MACOSX
522cdf0e10cSrcweir#ifdef QUARTZ
523cdf0e10cSrcweirFile gid_File_Lib_Fps_Aqua
524cdf0e10cSrcweir    TXT_FILE_BODY;
525cdf0e10cSrcweir    Styles = (PACKED);
526cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
527cdf0e10cSrcweir    Name = SPECIAL_COMPONENT_LIB_NAME(fps_aqua.uno);
528cdf0e10cSrcweirEnd
529cdf0e10cSrcweir
530cdf0e10cSrcweirFile gid_File_Lib_MacOSXSpell
531cdf0e10cSrcweir	TXT_FILE_BODY;
532cdf0e10cSrcweir	Styles = (PACKED);
533cdf0e10cSrcweir	Name = LIBNAME(MacOSXSpell);
534cdf0e10cSrcweir	Dir = SCP2_OOO_BIN_DIR;
535cdf0e10cSrcweirEnd
536cdf0e10cSrcweir
537cdf0e10cSrcweirFile gid_File_Lib_avmediaQuickTime
538cdf0e10cSrcweir	TXT_FILE_BODY;
539cdf0e10cSrcweir	Styles = (PACKED);
540cdf0e10cSrcweir	Name = LIBNAME(avmediaQuickTime);
541cdf0e10cSrcweir	Dir = SCP2_OOO_BIN_DIR;
542cdf0e10cSrcweirEnd
543cdf0e10cSrcweir#endif
544cdf0e10cSrcweir#endif
545cdf0e10cSrcweir
546cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fps_Office, fps_office.uno )
547cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fpicker, fpicker.uno )
548cdf0e10cSrcweir
549cdf0e10cSrcweir
550cdf0e10cSrcweir#if (defined(ENABLE_CAIRO) && ! defined (SYSTEM_CAIRO))
551cdf0e10cSrcweir
552cdf0e10cSrcweirFile gid_File_Lib_Cairo
553cdf0e10cSrcweir    TXT_FILE_BODY;
554cdf0e10cSrcweir    Styles = (PACKED);
555cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
556cdf0e10cSrcweir  #ifdef UNX
557cdf0e10cSrcweir    #ifdef MACOSX
558cdf0e10cSrcweir       Name = STRING(CONCAT3(libcairo,.2,UNXSUFFIX));
559cdf0e10cSrcweir    #else
560cdf0e10cSrcweir       Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
561cdf0e10cSrcweir    #endif
562cdf0e10cSrcweir  #elif defined(WNT)
563cdf0e10cSrcweir    #ifdef _gcc3
564cdf0e10cSrcweir       Name = "libcairo-2.dll";
565cdf0e10cSrcweir    #else
566cdf0e10cSrcweir       Name = "cairo.dll";
567cdf0e10cSrcweir    #endif
568cdf0e10cSrcweir  #endif
569cdf0e10cSrcweirEnd
570cdf0e10cSrcweir
571cdf0e10cSrcweir#endif
572cdf0e10cSrcweir
573cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Frm , frm)
574cdf0e10cSrcweir
575cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fsstorage, fsstorage.uno )
576cdf0e10cSrcweir
577cdf0e10cSrcweir#ifdef WNT
578cdf0e10cSrcweir
579cdf0e10cSrcweirFile gid_File_Lib_Ftransl
580cdf0e10cSrcweir    TXT_FILE_BODY;
581cdf0e10cSrcweir    Styles = (PACKED);
582cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
583cdf0e10cSrcweir    Name = "ftransl.dll";
584cdf0e10cSrcweirEnd
585cdf0e10cSrcweir
586cdf0e10cSrcweir#endif
587cdf0e10cSrcweir
588cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Fwe , fwe)
589cdf0e10cSrcweir
590cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Fwi , fwi)
591cdf0e10cSrcweir
592cdf0e10cSrcweirFile gid_File_Lib_Fwk
593cdf0e10cSrcweir    Name = LIBNAME(fwk);
594cdf0e10cSrcweir    TXT_FILE_BODY;
595cdf0e10cSrcweir    Styles = (PACKED);
596cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
597cdf0e10cSrcweirEnd
598cdf0e10cSrcweir
599cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Fwl , fwl)
600cdf0e10cSrcweir
601cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Fwm , fwm)
602cdf0e10cSrcweir
603cdf0e10cSrcweir#ifdef WNT
604cdf0e10cSrcweirFile gid_File_Lib_Gdiplus
605cdf0e10cSrcweir    BIN_FILE_BODY;
606cdf0e10cSrcweir    Styles = (PACKED);
607cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
608cdf0e10cSrcweir    Name = "gdiplus.dll";
609cdf0e10cSrcweirEnd
610cdf0e10cSrcweir#endif
611cdf0e10cSrcweir
612cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory.uno )
613cdf0e10cSrcweir
614cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Helplinker, helplinker)
615cdf0e10cSrcweir
616cdf0e10cSrcweirFile gid_File_Lib_I18npool
617cdf0e10cSrcweir    TXT_FILE_BODY;
618cdf0e10cSrcweir    Styles = (PACKED);
619cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
620cdf0e10cSrcweir  #ifdef UNX
621cdf0e10cSrcweir    Name = STRING(CONCAT2(i18npool.uno,UNXSUFFIX));
622cdf0e10cSrcweir  #else
623cdf0e10cSrcweir    Name = STRING(CONCAT2(i18npool.uno,.dll));
624cdf0e10cSrcweir  #endif
625cdf0e10cSrcweirEnd
626cdf0e10cSrcweir
627cdf0e10cSrcweirFile gid_File_Lib_I18nsearch
628cdf0e10cSrcweir    TXT_FILE_BODY;
629cdf0e10cSrcweir    Styles = (PACKED);
630cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
631cdf0e10cSrcweir  #ifdef UNX
632cdf0e10cSrcweir    Name = STRING(CONCAT2(i18nsearch.uno,UNXSUFFIX));
633cdf0e10cSrcweir  #else
634cdf0e10cSrcweir    Name = "i18nsearch.uno.dll";
635cdf0e10cSrcweir  #endif
636cdf0e10cSrcweirEnd
637cdf0e10cSrcweir
638cdf0e10cSrcweirFile gid_File_Lib_I18nisolang
639cdf0e10cSrcweir  #ifdef UNX
640cdf0e10cSrcweir    Name = STRING(CONCAT4(libi18nisolang,ISOLANG_MAJOR,COMID,UNXSUFFIX));
641cdf0e10cSrcweir  #else
642cdf0e10cSrcweir    Name = STRING(CONCAT4(i18nisolang,ISOLANG_MAJOR,COMID,.dll));
643cdf0e10cSrcweir  #endif
644cdf0e10cSrcweir    PACKED_LIB_FILE_BODY;
645cdf0e10cSrcweirEnd
646cdf0e10cSrcweir
647cdf0e10cSrcweirFile gid_File_Lib_I18nutil
648cdf0e10cSrcweir    TXT_FILE_BODY;
649cdf0e10cSrcweir  #ifdef UNX
650cdf0e10cSrcweir    Name = STRING(CONCAT3(libi18nutil,COMID,UNXSUFFIX));
651cdf0e10cSrcweir  #else
652cdf0e10cSrcweir    Name = STRING(CONCAT3(i18nutil,COMID,.dll));
653cdf0e10cSrcweir  #endif
654cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
655cdf0e10cSrcweir    Styles = (PACKED);
656cdf0e10cSrcweirEnd
657cdf0e10cSrcweir
658cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_I18npaper, i18npaper)
659cdf0e10cSrcweir
660cdf0e10cSrcweir#ifndef SYSTEM_ICU
661cdf0e10cSrcweir
662cdf0e10cSrcweirFile gid_File_Lib_Icudata
663cdf0e10cSrcweir    TXT_FILE_BODY;
664cdf0e10cSrcweir  #ifdef UNX
665cdf0e10cSrcweir    Name = STRING(CONCAT7(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
666cdf0e10cSrcweir  #else
667cdf0e10cSrcweir    Name = STRING(CONCAT4(icudt,ICU_MAJOR,ICU_MINOR,.dll));
668cdf0e10cSrcweir  #endif
669cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
670cdf0e10cSrcweir    Styles = (PACKED);
671cdf0e10cSrcweirEnd
672cdf0e10cSrcweir
673cdf0e10cSrcweirFile gid_File_Lib_Icui18n
674cdf0e10cSrcweir    TXT_FILE_BODY;
675cdf0e10cSrcweir  #ifdef UNX
676cdf0e10cSrcweir    Name = STRING(CONCAT7(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
677cdf0e10cSrcweir  #else
678cdf0e10cSrcweir    Name = STRING(CONCAT4(icuin,ICU_MAJOR,ICU_MINOR,.dll));
679cdf0e10cSrcweir  #endif
680cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
681cdf0e10cSrcweir    Styles = (PACKED);
682cdf0e10cSrcweirEnd
683cdf0e10cSrcweir
684cdf0e10cSrcweirFile gid_File_Lib_Icule
685cdf0e10cSrcweir    TXT_FILE_BODY;
686cdf0e10cSrcweir  #ifdef UNX
687cdf0e10cSrcweir    Name = STRING(CONCAT7(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
688cdf0e10cSrcweir  #else
689cdf0e10cSrcweir    Name = STRING(CONCAT4(icule,ICU_MAJOR,ICU_MINOR,.dll));
690cdf0e10cSrcweir  #endif
691cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
692cdf0e10cSrcweir    Styles = (PACKED);
693cdf0e10cSrcweirEnd
694cdf0e10cSrcweir
695cdf0e10cSrcweirFile gid_File_Lib_Icuuc
696cdf0e10cSrcweir    TXT_FILE_BODY;
697cdf0e10cSrcweir  #ifdef UNX
698cdf0e10cSrcweir    Name = STRING(CONCAT7(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
699cdf0e10cSrcweir  #else
700cdf0e10cSrcweir    Name = STRING(CONCAT4(icuuc,ICU_MAJOR,ICU_MINOR,.dll));
701cdf0e10cSrcweir  #endif
702cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
703cdf0e10cSrcweir    Styles = (PACKED);
704cdf0e10cSrcweirEnd
705cdf0e10cSrcweir
706cdf0e10cSrcweir#endif
707cdf0e10cSrcweir
708cdf0e10cSrcweir#ifdef SOLAR_JAVA
709cdf0e10cSrcweir
710cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Jdbc, jdbc)
711cdf0e10cSrcweir
712cdf0e10cSrcweir#endif
713cdf0e10cSrcweir
714cdf0e10cSrcweir#ifdef SOLAR_JAVA
715cdf0e10cSrcweirFile gid_File_Lib_Hsqldb_2
716cdf0e10cSrcweir    TXT_FILE_BODY;
717cdf0e10cSrcweir    Styles = (PACKED);
718cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
719cdf0e10cSrcweir  #ifdef UNX
720cdf0e10cSrcweir    Name = STRING(CONCAT2(libhsqldb,UNXSUFFIX));
721cdf0e10cSrcweir  #else
722cdf0e10cSrcweir    Name = "hsqldb.dll";
723cdf0e10cSrcweir  #endif
724cdf0e10cSrcweirEnd
725cdf0e10cSrcweir
726cdf0e10cSrcweir#endif
727cdf0e10cSrcweir
728cdf0e10cSrcweir#ifdef WNT
729cdf0e10cSrcweir
730cdf0e10cSrcweirFile gid_File_Lib_Lngpckinsthlp
731cdf0e10cSrcweir    BIN_FILE_BODY;
732cdf0e10cSrcweir    Styles = (PACKED, LANGUAGEPACK, BINARYTABLE, BINARYTABLE_ONLY);
733cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
734cdf0e10cSrcweir    Name = "lngpckinsthlp.dll";
735cdf0e10cSrcweirEnd
736cdf0e10cSrcweir
737cdf0e10cSrcweir#endif
738cdf0e10cSrcweir
739cdf0e10cSrcweir#ifdef WNT
740cdf0e10cSrcweir
741cdf0e10cSrcweirFile gid_File_Lib_sn_tools
742cdf0e10cSrcweir    BIN_FILE_BODY;
743cdf0e10cSrcweir    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
744cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
745cdf0e10cSrcweir    Name = "sn_tools.dll";
746cdf0e10cSrcweirEnd
747cdf0e10cSrcweir
748cdf0e10cSrcweir#endif
749cdf0e10cSrcweir
750cdf0e10cSrcweir#ifdef WNT
751cdf0e10cSrcweir
752cdf0e10cSrcweirFile gid_File_Lib_relnotes
753cdf0e10cSrcweir    BIN_FILE_BODY;
754cdf0e10cSrcweir    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
755cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
756cdf0e10cSrcweir    Name = "relnotes.dll";
757cdf0e10cSrcweirEnd
758cdf0e10cSrcweir
759cdf0e10cSrcweir#endif
760cdf0e10cSrcweir
761cdf0e10cSrcweir#ifdef WNT
762cdf0e10cSrcweir
763cdf0e10cSrcweirFile gid_File_Lib_Patchmsi
764cdf0e10cSrcweir    TXT_FILE_BODY;
765cdf0e10cSrcweir    Name = "patchmsi.dll";
766cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
767cdf0e10cSrcweir    Styles = (PACKED,PATCH,PATCH_ONLY,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
768cdf0e10cSrcweirEnd
769cdf0e10cSrcweir
770cdf0e10cSrcweir#endif
771cdf0e10cSrcweir
772cdf0e10cSrcweir#ifdef WNT
773cdf0e10cSrcweir
774cdf0e10cSrcweirFile gid_File_Lib_Rebasemsi
775cdf0e10cSrcweir    TXT_FILE_BODY;
776cdf0e10cSrcweir    Name = "rebase.dll";
777cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
778cdf0e10cSrcweir    Styles = (PACKED,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
779cdf0e10cSrcweirEnd
780cdf0e10cSrcweir
781cdf0e10cSrcweir#endif
782cdf0e10cSrcweir
783cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Lng, lng)
784cdf0e10cSrcweir
785cdf0e10cSrcweirFile gid_File_Lib_Localedata_En
786cdf0e10cSrcweir    TXT_FILE_BODY;
787cdf0e10cSrcweir  #ifdef UNX
788cdf0e10cSrcweir    Name = STRING(CONCAT2(liblocaledata_en,UNXSUFFIX));
789cdf0e10cSrcweir  #else
790cdf0e10cSrcweir    Name = "localedata_en.dll";
791cdf0e10cSrcweir  #endif
792cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
793cdf0e10cSrcweir    Styles = (PACKED);
794cdf0e10cSrcweirEnd
795cdf0e10cSrcweir
796cdf0e10cSrcweirFile gid_File_Lib_Localedata_Es
797cdf0e10cSrcweir    TXT_FILE_BODY;
798cdf0e10cSrcweir  #ifdef UNX
799cdf0e10cSrcweir    Name = STRING(CONCAT2(liblocaledata_es,UNXSUFFIX));
800cdf0e10cSrcweir  #else
801cdf0e10cSrcweir    Name = "localedata_es.dll";
802cdf0e10cSrcweir  #endif
803cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
804cdf0e10cSrcweir    Styles = (PACKED);
805cdf0e10cSrcweirEnd
806cdf0e10cSrcweir
807cdf0e10cSrcweirFile gid_File_Lib_Localedata_Euro
808cdf0e10cSrcweir    TXT_FILE_BODY;
809cdf0e10cSrcweir  #ifdef UNX
810cdf0e10cSrcweir    Name = STRING(CONCAT2(liblocaledata_euro,UNXSUFFIX));
811cdf0e10cSrcweir  #else
812cdf0e10cSrcweir    Name = "localedata_euro.dll";
813cdf0e10cSrcweir  #endif
814cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
815cdf0e10cSrcweir    Styles = (PACKED);
816cdf0e10cSrcweirEnd
817cdf0e10cSrcweir
818cdf0e10cSrcweirFile gid_File_Lib_Localedata_Others
819cdf0e10cSrcweir    TXT_FILE_BODY;
820cdf0e10cSrcweir  #ifdef UNX
821cdf0e10cSrcweir    Name = STRING(CONCAT2(liblocaledata_others,UNXSUFFIX));
822cdf0e10cSrcweir  #else
823cdf0e10cSrcweir    Name = "localedata_others.dll";
824cdf0e10cSrcweir  #endif
825cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
826cdf0e10cSrcweir    Styles = (PACKED);
827cdf0e10cSrcweirEnd
828cdf0e10cSrcweir
829cdf0e10cSrcweirFile gid_File_Lib_Mcnttype
830cdf0e10cSrcweir    TXT_FILE_BODY;
831cdf0e10cSrcweir    Styles = (PACKED);
832cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
833cdf0e10cSrcweir  #ifdef UNX
834cdf0e10cSrcweir    Name = STRING(CONCAT2(libmcnttype,UNXSUFFIX));
835cdf0e10cSrcweir  #else
836cdf0e10cSrcweir    Name = "mcnttype.dll";
837cdf0e10cSrcweir  #endif
838cdf0e10cSrcweirEnd
839cdf0e10cSrcweir
840cdf0e10cSrcweir#if !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA) && !defined(MACOSX)
841cdf0e10cSrcweir                                                                // #i91209#
842cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Mozab,mozab)
843cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Mozabdrv,mozabdrv)
844cdf0e10cSrcweir
845cdf0e10cSrcweir#else
846cdf0e10cSrcweir
847cdf0e10cSrcweirFile gid_File_Lib_Mozbootstrap
848cdf0e10cSrcweir    TXT_FILE_BODY;
849cdf0e10cSrcweir    Styles = (PACKED);
850cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
851cdf0e10cSrcweir  #ifdef UNX
852cdf0e10cSrcweir    Name = STRING(CONCAT2(libmozbootstrap,UNXSUFFIX));
853cdf0e10cSrcweir  #else
854cdf0e10cSrcweir    Name = "mozbootstrap.dll";
855cdf0e10cSrcweir  #endif
856cdf0e10cSrcweirEnd
857cdf0e10cSrcweir
858cdf0e10cSrcweir#endif
859cdf0e10cSrcweir
8600bd633abSJürgen Schmidt#ifdef SYSTEM_LIBWPD
861cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Wpft,wpft)
8620ea1a209SEike Rathke#endif
863cdf0e10cSrcweir
864cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_T602Filter,t602filter)
865cdf0e10cSrcweir
866cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Writerfilter,writerfilter)
867cdf0e10cSrcweir
868cdf0e10cSrcweir#ifdef WNT
869cdf0e10cSrcweir#if defined(_gcc3)
870cdf0e10cSrcweir
871cdf0e10cSrcweirFile gid_File_Lib_Mingwm10
872cdf0e10cSrcweir    BIN_FILE_BODY;
873cdf0e10cSrcweir    Styles = (PACKED);
874cdf0e10cSrcweir    Dir = gid_Dir_Program;
875cdf0e10cSrcweir    Name = "mingwm10.dll";
876cdf0e10cSrcweirEnd
877cdf0e10cSrcweir
878cdf0e10cSrcweir#endif
879cdf0e10cSrcweir#endif
880cdf0e10cSrcweir
881cdf0e10cSrcweir#if defined(WNT)
882cdf0e10cSrcweir#if defined(M1400)
883cdf0e10cSrcweir#if defined(PROF_EDITION)
884cdf0e10cSrcweirFile gid_File_Lib_Msvcr80
885cdf0e10cSrcweir    BIN_FILE_BODY;
886cdf0e10cSrcweir    Styles = (PACKED);
887cdf0e10cSrcweir    Dir = gid_Dir_Program;
888cdf0e10cSrcweir#ifndef _STLP_DEBUG
889cdf0e10cSrcweir    Name = "msvcr80.dll";
890cdf0e10cSrcweir#else
891cdf0e10cSrcweir    Name = "msvcr80d.dll";
892cdf0e10cSrcweir#endif
893cdf0e10cSrcweirEnd
894cdf0e10cSrcweir#endif
895cdf0e10cSrcweir#endif
896cdf0e10cSrcweir#endif
897cdf0e10cSrcweir
898cdf0e10cSrcweir#if defined(WNT)
899cdf0e10cSrcweir#if defined(M1400)
900cdf0e10cSrcweir#if defined(PROF_EDITION)
901cdf0e10cSrcweirFile gid_File_Lib_Msvcp80
902cdf0e10cSrcweir    BIN_FILE_BODY;
903cdf0e10cSrcweir    Styles = (PACKED);
904cdf0e10cSrcweir    Dir = gid_Dir_Program;
905cdf0e10cSrcweir#ifndef _STLP_DEBUG
906cdf0e10cSrcweir    Name = "msvcp80.dll";
907cdf0e10cSrcweir#else
908cdf0e10cSrcweir    Name = "msvcp80d.dll";
909cdf0e10cSrcweir#endif
910cdf0e10cSrcweirEnd
911cdf0e10cSrcweir#endif
912cdf0e10cSrcweir#endif
913cdf0e10cSrcweir#endif
914cdf0e10cSrcweir
915cdf0e10cSrcweir#if defined(WNT)
916cdf0e10cSrcweir#if defined(M1400)
917cdf0e10cSrcweir#if defined(PROF_EDITION)
918cdf0e10cSrcweirFile gid_File_Lib_Msvcm80
919cdf0e10cSrcweir    BIN_FILE_BODY;
920cdf0e10cSrcweir    Styles = (PACKED);
921cdf0e10cSrcweir    Dir = gid_Dir_Program;
922cdf0e10cSrcweir#ifndef _STLP_DEBUG
923cdf0e10cSrcweir    Name = "msvcm80.dll";
924cdf0e10cSrcweir#else
925cdf0e10cSrcweir    Name = "msvcm80d.dll";
926cdf0e10cSrcweir#endif
927cdf0e10cSrcweirEnd
928cdf0e10cSrcweir#endif
929cdf0e10cSrcweir#endif
930cdf0e10cSrcweir#endif
931cdf0e10cSrcweir
932cdf0e10cSrcweir#if defined(WNT) && defined( _gcc3 )
933cdf0e10cSrcweir
934cdf0e10cSrcweir#if defined(MINGW_GCCDLL)
935cdf0e10cSrcweir
936cdf0e10cSrcweirFile gid_File_Lib_Mingw_GccS
937cdf0e10cSrcweir    TXT_FILE_BODY;
938cdf0e10cSrcweir    Dir = gid_Dir_Program;
939cdf0e10cSrcweir    Name = MINGW_GCCDLL;
940cdf0e10cSrcweir    Styles = (PACKED);
941cdf0e10cSrcweirEnd
942cdf0e10cSrcweir
943cdf0e10cSrcweir#endif
944cdf0e10cSrcweir
945cdf0e10cSrcweir#if defined(MINGW_GXXDLL)
946cdf0e10cSrcweir
947cdf0e10cSrcweirFile gid_File_Lib_Mingw_Stdcpp
948cdf0e10cSrcweir    TXT_FILE_BODY;
949cdf0e10cSrcweir    Dir = gid_Dir_Program;
950cdf0e10cSrcweir    Name = MINGW_GXXDLL;
951cdf0e10cSrcweir    Styles = (PACKED);
952cdf0e10cSrcweirEnd
953cdf0e10cSrcweir
954cdf0e10cSrcweir#endif
955cdf0e10cSrcweir
956cdf0e10cSrcweir#endif
957cdf0e10cSrcweir
958cdf0e10cSrcweir#if defined(WNT)
959cdf0e10cSrcweir#if defined(M1400)
960cdf0e10cSrcweir#if defined(PROF_EDITION)
961cdf0e10cSrcweirFile gid_File_Msvcm80crt_Manifest
962cdf0e10cSrcweir    BIN_FILE_BODY;
963cdf0e10cSrcweir    Styles = (PACKED);
964cdf0e10cSrcweir    Dir = gid_Dir_Program;
965cdf0e10cSrcweir#ifndef _STLP_DEBUG
966cdf0e10cSrcweir    Name = "Microsoft.VC80.CRT.manifest";
967cdf0e10cSrcweir#else
968cdf0e10cSrcweir    Name = "Microsoft.VC80.DebugCRT.manifest";
969cdf0e10cSrcweir#endif
970cdf0e10cSrcweirEnd
971cdf0e10cSrcweir#endif
972cdf0e10cSrcweir#endif
973cdf0e10cSrcweir#endif
974cdf0e10cSrcweir
975cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Mysql,mysql)
976cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Odbc,odbc)
977cdf0e10cSrcweir
978cdf0e10cSrcweir// STD_LIB_FILE( gid_File_Lib_Ofa , ofa)
979cdf0e10cSrcweir
980cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Offacc, offacc)
981cdf0e10cSrcweir
982cdf0e10cSrcweir#ifdef SOLAR_JAVA
983cdf0e10cSrcweir#ifndef MACOSX
984cdf0e10cSrcweir
985cdf0e10cSrcweirFile gid_File_Lib_Officebean
986cdf0e10cSrcweir    TXT_FILE_BODY;
987cdf0e10cSrcweir    Styles = (PACKED);
988cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
989cdf0e10cSrcweir  #ifdef UNX
990cdf0e10cSrcweir    Name = STRING(CONCAT2(libofficebean,UNXSUFFIX));
991cdf0e10cSrcweir  #else
992cdf0e10cSrcweir    Name = "officebean.dll";
993cdf0e10cSrcweir  #endif
994cdf0e10cSrcweirEnd
995cdf0e10cSrcweir
996cdf0e10cSrcweir#endif
997cdf0e10cSrcweir#endif
998cdf0e10cSrcweir
999cdf0e10cSrcweir#if defined(WNT) && !defined(DISABLE_ATL)
1000cdf0e10cSrcweir
1001cdf0e10cSrcweirFile gid_File_Lib_Ole
1002cdf0e10cSrcweir    TXT_FILE_BODY;
1003cdf0e10cSrcweir    Styles = (PACKED);
1004cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1005cdf0e10cSrcweir    Name = "oleautobridge.uno.dll";
1006cdf0e10cSrcweirEnd
1007cdf0e10cSrcweir
1008cdf0e10cSrcweir#endif
1009cdf0e10cSrcweir
1010cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Package2,package2)
1011cdf0e10cSrcweir
1012cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Passwordcontainer, passwordcontainer.uno )
1013cdf0e10cSrcweir
1014cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Pcr, pcr)
1015cdf0e10cSrcweir
1016cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Log, log)
1017cdf0e10cSrcweir
1018cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Pdffilter, pdffilter)
1019cdf0e10cSrcweir
1020cdf0e10cSrcweirFile gid_File_Lib_Deployment
1021cdf0e10cSrcweir#if defined UNX
1022cdf0e10cSrcweir    Name = STRING(CONCAT4(deployment,DLLPOSTFIX,.uno,UNXSUFFIX));
1023cdf0e10cSrcweir#else
1024cdf0e10cSrcweir    Name = STRING(CONCAT3(deployment,DLLPOSTFIX,.uno.dll));
1025cdf0e10cSrcweir#endif
1026cdf0e10cSrcweir    PACKED_LIB_FILE_BODY;
1027cdf0e10cSrcweirEnd
1028cdf0e10cSrcweir
1029cdf0e10cSrcweirFile gid_File_Lib_DeploymentGui
1030cdf0e10cSrcweir#if defined UNX
1031cdf0e10cSrcweir    Name = STRING(CONCAT4(deploymentgui,DLLPOSTFIX,.uno,UNXSUFFIX));
1032cdf0e10cSrcweir#else
1033cdf0e10cSrcweir    Name = STRING(CONCAT3(deploymentgui,DLLPOSTFIX,.uno.dll));
1034cdf0e10cSrcweir#endif
1035cdf0e10cSrcweir    PACKED_LIB_FILE_BODY;
1036cdf0e10cSrcweirEnd
1037cdf0e10cSrcweir
1038cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_DeploymentMisc, deploymentmisc)
1039cdf0e10cSrcweir
1040cdf0e10cSrcweir#ifndef WITHOUT_MOZILLA
1041cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Pl , pl)
1042cdf0e10cSrcweir#endif
1043cdf0e10cSrcweir
1044cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Preload, preload)
1045cdf0e10cSrcweir
1046cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Productregistration, productregistration.uno )
1047cdf0e10cSrcweir
1048cdf0e10cSrcweir#if defined(UNX) && ! defined(QUARTZ)
1049cdf0e10cSrcweirFile gid_File_Lib_Desktop_Detector
1050cdf0e10cSrcweir    Name = LIBNAME(desktop_detector);
1051cdf0e10cSrcweir    TXT_FILE_BODY;
1052cdf0e10cSrcweir    Styles = (PACKED);
1053cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1054cdf0e10cSrcweirEnd
1055cdf0e10cSrcweirFile gid_File_Lib_Vclplug_Gen
1056cdf0e10cSrcweir    Name = LIBNAME(vclplug_gen);
1057cdf0e10cSrcweir    TXT_FILE_BODY;
1058cdf0e10cSrcweir    Styles = (PACKED);
1059cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1060cdf0e10cSrcweirEnd
1061cdf0e10cSrcweir#endif
1062cdf0e10cSrcweir
1063cdf0e10cSrcweir#if defined(UNX) && ! defined(QUARTZ)
1064cdf0e10cSrcweir#ifdef ENABLE_GTK
1065cdf0e10cSrcweirFile gid_File_Lib_Vclplug_Gtk
1066cdf0e10cSrcweir    Name = LIBNAME(vclplug_gtk);
1067cdf0e10cSrcweir    TXT_FILE_BODY;
1068cdf0e10cSrcweir    Styles = (PACKED);
1069cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1070cdf0e10cSrcweirEnd
1071cdf0e10cSrcweir#endif
1072cdf0e10cSrcweir#ifdef ENABLE_KDE
1073cdf0e10cSrcweir#ifndef MACOSX
1074cdf0e10cSrcweirFile gid_File_Lib_Vclplug_Kde
1075cdf0e10cSrcweir    Name = LIBNAME(vclplug_kde);
1076cdf0e10cSrcweir    TXT_FILE_BODY;
1077cdf0e10cSrcweir    Styles = (PACKED);
1078cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1079cdf0e10cSrcweirEnd
1080cdf0e10cSrcweir#endif
1081cdf0e10cSrcweir#endif
1082cdf0e10cSrcweir#ifdef ENABLE_KDE4
1083cdf0e10cSrcweir#ifndef MACOSX
1084cdf0e10cSrcweirFile gid_File_Lib_Vclplug_Kde4
1085cdf0e10cSrcweir    Name = LIBNAME(vclplug_kde4);
1086cdf0e10cSrcweir    TXT_FILE_BODY;
1087cdf0e10cSrcweir    Styles = (PACKED);
1088cdf0e10cSrcweir    Dir = gid_Dir_Program;
1089cdf0e10cSrcweirEnd
1090cdf0e10cSrcweir#endif
1091cdf0e10cSrcweir#endif
1092cdf0e10cSrcweir#endif
1093cdf0e10cSrcweir
1094cdf0e10cSrcweir#if defined(QUARTZ)
1095cdf0e10cSrcweirFile gid_File_Lib_AppleRemote
1096cdf0e10cSrcweir    Name = LIBNAME(AppleRemote);
1097cdf0e10cSrcweir    TXT_FILE_BODY;
1098cdf0e10cSrcweir    Styles = (PACKED);
1099cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1100cdf0e10cSrcweirEnd
1101cdf0e10cSrcweir#endif
1102cdf0e10cSrcweir
1103cdf0e10cSrcweir#if defined(QUARTZ)
1104cdf0e10cSrcweirFile gid_File_Lib_Basebmp
1105cdf0e10cSrcweir    Name = LIBNAME(basebmp);
1106cdf0e10cSrcweir    TXT_FILE_BODY;
1107cdf0e10cSrcweir    Styles = (PACKED);
1108cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1109cdf0e10cSrcweirEnd
1110cdf0e10cSrcweir#endif
1111cdf0e10cSrcweir
1112cdf0e10cSrcweir#if defined UNX && ! defined QUARTZ
1113cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Vclplug_Svp, vclplug_svp )
1114cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_BaseBmp, basebmp )
1115cdf0e10cSrcweir#endif
1116cdf0e10cSrcweir
1117cdf0e10cSrcweir#if defined UNX && ! defined MACOSX
1118cdf0e10cSrcweir
1119cdf0e10cSrcweirFile gid_File_Lib_Recentfile
1120cdf0e10cSrcweir    TXT_FILE_BODY;
1121cdf0e10cSrcweir    Styles = (PACKED);
1122cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1123cdf0e10cSrcweir    Name = STRING(CONCAT2(librecentfile,UNXSUFFIX));
1124cdf0e10cSrcweirEnd
1125cdf0e10cSrcweir
1126cdf0e10cSrcweir#endif
1127cdf0e10cSrcweir
1128cdf0e10cSrcweir#ifdef WNT
1129cdf0e10cSrcweir
1130cdf0e10cSrcweirFile gid_File_Lib_Reg4allmsdoc
1131cdf0e10cSrcweir    TXT_FILE_BODY;
1132cdf0e10cSrcweir    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
1133cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1134cdf0e10cSrcweir    Name = "reg4allmsdoc.dll";
1135cdf0e10cSrcweirEnd
1136cdf0e10cSrcweir
1137cdf0e10cSrcweir#endif
1138cdf0e10cSrcweir
1139cdf0e10cSrcweir#ifdef WNT
1140cdf0e10cSrcweir
1141cdf0e10cSrcweirFile gid_File_Lib_Qslnkmsi
1142cdf0e10cSrcweir    TXT_FILE_BODY;
1143cdf0e10cSrcweir    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
1144cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1145cdf0e10cSrcweir    Name = "qslnkmsi.dll";
1146cdf0e10cSrcweirEnd
1147cdf0e10cSrcweir
1148cdf0e10cSrcweir#endif
1149cdf0e10cSrcweir
1150cdf0e10cSrcweir#ifdef WNT
1151cdf0e10cSrcweir
1152cdf0e10cSrcweirFile gid_File_Lib_Sdqsmsi
1153cdf0e10cSrcweir    TXT_FILE_BODY;
1154cdf0e10cSrcweir    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
1155cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1156cdf0e10cSrcweir    Name = "sdqsmsi.dll";
1157cdf0e10cSrcweirEnd
1158cdf0e10cSrcweir
1159cdf0e10cSrcweir#endif
1160cdf0e10cSrcweir
1161cdf0e10cSrcweirFile gid_File_Lib_Res
1162cdf0e10cSrcweir    Name = LIBNAME(res);
1163cdf0e10cSrcweir    TXT_FILE_BODY;
1164cdf0e10cSrcweir    Styles = (PACKED);
1165cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1166cdf0e10cSrcweirEnd
1167cdf0e10cSrcweir
1168cdf0e10cSrcweirFile gid_File_Lib_Sax_Uno
1169cdf0e10cSrcweir    TXT_FILE_BODY;
1170cdf0e10cSrcweir    Styles = (PACKED,DONT_OVERWRITE);
1171cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1172cdf0e10cSrcweir  #ifdef UNX
1173cdf0e10cSrcweir    Name = STRING(CONCAT2(sax.uno,UNXSUFFIX));
1174cdf0e10cSrcweir  #else
1175cdf0e10cSrcweir    Name = "sax.uno.dll";
1176cdf0e10cSrcweir  #endif
1177cdf0e10cSrcweirEnd
1178cdf0e10cSrcweir
1179cdf0e10cSrcweirFile gid_File_Lib_Fastsax_Uno
1180cdf0e10cSrcweir    TXT_FILE_BODY;
1181cdf0e10cSrcweir    Styles = (PACKED,DONT_OVERWRITE);
1182cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1183cdf0e10cSrcweir  #ifdef UNX
1184cdf0e10cSrcweir    Name = STRING(CONCAT2(fastsax.uno,UNXSUFFIX));
1185cdf0e10cSrcweir  #else
1186cdf0e10cSrcweir    Name = "fastsax.uno.dll";
1187cdf0e10cSrcweir  #endif
1188cdf0e10cSrcweirEnd
1189cdf0e10cSrcweir
1190cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sax , sax)
1191cdf0e10cSrcweir
1192cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Oox , oox)
1193cdf0e10cSrcweir
1194cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sb , sb)
1195cdf0e10cSrcweir
1196cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Scn, scn)
1197cdf0e10cSrcweir
1198cdf0e10cSrcweirFile gid_File_Lib_Scriptframe
1199cdf0e10cSrcweir    TXT_FILE_BODY;
1200cdf0e10cSrcweir  #ifdef UNX
1201cdf0e10cSrcweir    #ifdef MACOSX
1202cdf0e10cSrcweir       Name = "libscriptframe.dylib";
1203cdf0e10cSrcweir    #else
1204cdf0e10cSrcweir       Name = "libscriptframe.so";
1205cdf0e10cSrcweir    #endif
1206cdf0e10cSrcweir  #else
1207cdf0e10cSrcweir    Name = "scriptframe.dll";
1208cdf0e10cSrcweir  #endif
1209cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1210cdf0e10cSrcweir    Styles = (PACKED);
1211cdf0e10cSrcweirEnd
1212cdf0e10cSrcweir
1213cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sd , sd)
1214cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sdui, sdui)
1215cdf0e10cSrcweir
1216cdf0e10cSrcweirFile gid_File_Lib_Slideshow
1217cdf0e10cSrcweir    TXT_FILE_BODY;
1218cdf0e10cSrcweir    Styles = (PACKED);
1219cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1220cdf0e10cSrcweir  #ifdef UNX
1221cdf0e10cSrcweir    Name = STRING(CONCAT2(slideshow.uno,UNXSUFFIX));
1222cdf0e10cSrcweir  #else
1223cdf0e10cSrcweir    Name = "slideshow.uno.dll";
1224cdf0e10cSrcweir  #endif
1225cdf0e10cSrcweirEnd
1226cdf0e10cSrcweir
1227cdf0e10cSrcweirFile gid_File_Lib_Sdbc_2
1228cdf0e10cSrcweir    TXT_FILE_BODY;
1229cdf0e10cSrcweir    Styles = (PACKED);
1230cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1231cdf0e10cSrcweir  #ifdef UNX
1232cdf0e10cSrcweir    Name = STRING(CONCAT2(libsdbc2,UNXSUFFIX));
1233cdf0e10cSrcweir  #else
1234cdf0e10cSrcweir    Name = "sdbc2.dll";
1235cdf0e10cSrcweir  #endif
1236cdf0e10cSrcweirEnd
1237cdf0e10cSrcweir
1238cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sdd , sdd)
1239cdf0e10cSrcweir
1240cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sf_Prothdlr, protocolhandler )
1241cdf0e10cSrcweir
1242cdf0e10cSrcweirFile gid_File_Lib_Sfx
1243cdf0e10cSrcweir    Name = LIBNAME(sfx);
1244cdf0e10cSrcweir    TXT_FILE_BODY;
1245cdf0e10cSrcweir    Styles = (PACKED);
1246cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1247cdf0e10cSrcweirEnd
1248cdf0e10cSrcweir
1249cdf0e10cSrcweir#ifdef WNT
1250cdf0e10cSrcweir
1251cdf0e10cSrcweirFile gid_File_Lib_Instooofiltmsi
1252cdf0e10cSrcweir    TXT_FILE_BODY;
1253cdf0e10cSrcweir    Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
1254cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1255cdf0e10cSrcweir    Name = "instooofiltmsi.dll";
1256cdf0e10cSrcweirEnd
1257cdf0e10cSrcweir
1258cdf0e10cSrcweir#endif
1259cdf0e10cSrcweir
1260cdf0e10cSrcweir#ifdef WNT
1261cdf0e10cSrcweir
1262cdf0e10cSrcweirFile gid_File_Lib_Smplmail
1263cdf0e10cSrcweir    TXT_FILE_BODY;
1264cdf0e10cSrcweir    Styles = (PACKED);
1265cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1266cdf0e10cSrcweir    Name = "smplmail.uno.dll";
1267cdf0e10cSrcweirEnd
1268cdf0e10cSrcweir
1269cdf0e10cSrcweir#endif
1270cdf0e10cSrcweir
1271cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sot, sot )
1272cdf0e10cSrcweir
1273cdf0e10cSrcweir#if defined(UNX) && !defined(QUARTZ)
1274cdf0e10cSrcweir
1275cdf0e10cSrcweirFile gid_File_Lib_Spa
1276cdf0e10cSrcweir    Name = LIBNAME(spa);
1277cdf0e10cSrcweir    TXT_FILE_BODY;
1278cdf0e10cSrcweir    Styles = (PACKED);
1279cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1280cdf0e10cSrcweirEnd
1281cdf0e10cSrcweir
1282cdf0e10cSrcweir#endif
1283cdf0e10cSrcweir
12840ea1a209SEike Rathke#ifndef DISABLE_HUNSPELL
1285cdf0e10cSrcweirFile gid_File_Lib_Spell
1286cdf0e10cSrcweir    TXT_FILE_BODY;
1287cdf0e10cSrcweir    Styles = (PACKED);
1288a44fea77SAriel Constenla-Haile    Name = LIBNAME(spell.uno);
1289cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1290cdf0e10cSrcweirEnd
12910ea1a209SEike Rathke#endif
1292cdf0e10cSrcweir
1293cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Spl, spl)
1294cdf0e10cSrcweir
1295cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Srtrs1,srtrs1)
1296cdf0e10cSrcweir
1297cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sts , sts)
1298cdf0e10cSrcweir
1299cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Svl, svl )
1300cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Svtools, svt )
1301cdf0e10cSrcweir
1302cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Svx_Core, svxcore)
1303cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Svx, svx)
1304cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_TextConversionDlgs, textconversiondlgs)
1305cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Editeng, editeng)
1306cdf0e10cSrcweir
1307cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Msfilter, msfilter)
1308cdf0e10cSrcweir
1309cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Sw , sw)
1310cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Swui, swui)
1311cdf0e10cSrcweir
1312cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Msword, msword )
1313cdf0e10cSrcweir
1314cdf0e10cSrcweir#if ! defined UNX
1315cdf0e10cSrcweirFile gid_File_Lib_Sysdtrans
1316cdf0e10cSrcweir    TXT_FILE_BODY;
1317cdf0e10cSrcweir    Styles = (PACKED);
1318cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1319cdf0e10cSrcweir    Name = "sysdtrans.dll";
1320cdf0e10cSrcweirEnd
1321cdf0e10cSrcweir#endif
1322cdf0e10cSrcweir
1323cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno )
1324cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Localebe, localebe1.uno )
1325cdf0e10cSrcweir
1326cdf0e10cSrcweir#ifdef WNT
1327cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno )
1328cdf0e10cSrcweir#endif
1329cdf0e10cSrcweir
1330cdf0e10cSrcweir#ifdef MACOSX
1331cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Macbe, macbe1.uno )
1332cdf0e10cSrcweir#endif
1333cdf0e10cSrcweir
1334cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Tk, tk )
1335cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Acc, acc )
1336cdf0e10cSrcweir
1337cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Tools, tl )
1338cdf0e10cSrcweir
1339cdf0e10cSrcweirFile gid_File_Lib_Tvhlp1
1340cdf0e10cSrcweir    TXT_FILE_BODY;
1341cdf0e10cSrcweir    Styles = (PACKED);
1342cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1343cdf0e10cSrcweir  #ifdef UNX
1344cdf0e10cSrcweir    Name = STRING(CONCAT2(libtvhlp1,UNXSUFFIX));
1345cdf0e10cSrcweir  #else
1346cdf0e10cSrcweir    Name = "tvhlp1.dll";
1347cdf0e10cSrcweir  #endif
1348cdf0e10cSrcweirEnd
1349cdf0e10cSrcweir
1350cdf0e10cSrcweirFile gid_File_Lib_Ucb1
1351cdf0e10cSrcweir    TXT_FILE_BODY;
1352cdf0e10cSrcweir    Styles = (PACKED);
1353cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1354cdf0e10cSrcweir  #ifdef UNX
1355cdf0e10cSrcweir    Name = STRING(CONCAT2(libucb1,UNXSUFFIX));
1356cdf0e10cSrcweir  #else
1357cdf0e10cSrcweir    Name = "ucb1.dll";
1358cdf0e10cSrcweir  #endif
1359cdf0e10cSrcweirEnd
1360cdf0e10cSrcweir
1361cdf0e10cSrcweirFile gid_File_Lib_Ucbhelper
1362cdf0e10cSrcweir    TXT_FILE_BODY;
1363cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1364cdf0e10cSrcweir    Styles = (PACKED);
1365cdf0e10cSrcweir  #ifdef UNX
1366cdf0e10cSrcweir    Name = STRING(CONCAT3(libucbhelper4,COMID,UNXSUFFIX));
1367cdf0e10cSrcweir  #else
1368cdf0e10cSrcweir    Name = STRING(CONCAT3(ucbhelper4,COMID,.dll));
1369cdf0e10cSrcweir  #endif
1370cdf0e10cSrcweirEnd
1371cdf0e10cSrcweir
1372cdf0e10cSrcweirFile gid_File_Lib_Ucpchelp1
1373cdf0e10cSrcweir    TXT_FILE_BODY;
1374cdf0e10cSrcweir  #ifdef UNX
1375cdf0e10cSrcweir    Name = STRING(CONCAT2(libucpchelp1,UNXSUFFIX));
1376cdf0e10cSrcweir  #else
1377cdf0e10cSrcweir    Name = "ucpchelp1.dll";
1378cdf0e10cSrcweir  #endif
1379cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1380cdf0e10cSrcweir    Styles = (PACKED);
1381cdf0e10cSrcweirEnd
1382cdf0e10cSrcweir
1383b78edfc1SJürgen Schmidt#ifdef SYSTEM_NEON
1384cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Ucpdav1,ucpdav1)
1385cdf0e10cSrcweir#endif
1386cdf0e10cSrcweir
1387cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Ucpfile1,ucpfile1)
1388cdf0e10cSrcweir
1389cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Ucpftp1,ucpftp1)
1390cdf0e10cSrcweir
1391cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Ucphier1,ucphier1)
1392cdf0e10cSrcweir
1393cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Ucppkg1,ucppkg1)
1394cdf0e10cSrcweir
1395cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE(gid_File_Ucptdoc1, ucptdoc1.uno)
1396cdf0e10cSrcweir
1397cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpext, ucpext.uno)
1398cdf0e10cSrcweir
1399cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
1400cdf0e10cSrcweir
1401cdf0e10cSrcweirFile gid_File_Lib_Lnth
1402cdf0e10cSrcweir    TXT_FILE_BODY;
1403cdf0e10cSrcweir    Styles = (PACKED);
1404a44fea77SAriel Constenla-Haile    Name = LIBNAME(lnth.uno);
1405cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1406cdf0e10cSrcweirEnd
1407cdf0e10cSrcweir
14080ea1a209SEike Rathke#ifndef DISABLE_HYPHEN
1409cdf0e10cSrcweirFile gid_File_Lib_Hyph
1410cdf0e10cSrcweir    TXT_FILE_BODY;
1411cdf0e10cSrcweir    Styles = (PACKED);
1412a44fea77SAriel Constenla-Haile    Name = LIBNAME(hyphen.uno);
1413cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1414cdf0e10cSrcweirEnd
14150ea1a209SEike Rathke#endif
1416cdf0e10cSrcweir
1417cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Utl , utl)
1418cdf0e10cSrcweir
1419cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Uui, uui )
1420cdf0e10cSrcweir
1421cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_BaseGfx, basegfx )
1422cdf0e10cSrcweir
1423cdf0e10cSrcweirFile gid_File_Lib_Vcl
1424cdf0e10cSrcweir    Name = LIBNAME(vcl);
1425cdf0e10cSrcweir    TXT_FILE_BODY;
1426cdf0e10cSrcweir    Styles = (PACKED);
1427cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1428cdf0e10cSrcweirEnd
1429cdf0e10cSrcweir
1430cdf0e10cSrcweirFile gid_File_Lib_Vos
1431cdf0e10cSrcweir    TXT_FILE_BODY;
1432cdf0e10cSrcweir  #ifdef UNX
1433cdf0e10cSrcweir    Name = STRING(CONCAT3(libvos3,COMID,UNXSUFFIX));
1434cdf0e10cSrcweir  #else
1435cdf0e10cSrcweir    Name = STRING(CONCAT3(vos3,COMID,.dll));
1436cdf0e10cSrcweir  #endif
1437cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1438cdf0e10cSrcweir    Styles = (PACKED);
1439cdf0e10cSrcweirEnd
1440cdf0e10cSrcweir
1441cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xcr, xcr)
1442cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xmx , xmx)
1443cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xof , xof)
1444cdf0e10cSrcweir
1445cdf0e10cSrcweirFile gid_File_Lib_Xo
1446cdf0e10cSrcweir    Name = LIBNAME(xo);
1447cdf0e10cSrcweir    TXT_FILE_BODY;
1448cdf0e10cSrcweir    Styles = (PACKED);
1449cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1450cdf0e10cSrcweirEnd
1451cdf0e10cSrcweir
1452cdf0e10cSrcweirSPECIAL_LIB_FILE(gid_File_Lib_Xstor,xstor)
1453cdf0e10cSrcweir
1454cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg )
14550ea1a209SEike Rathke#ifndef DISABLE_SAXON
1456cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter )
14570ea1a209SEike Rathke#endif
1458cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa )
1459cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
1460cdf0e10cSrcweir
1461cdf0e10cSrcweir#ifdef SOLAR_JAVA
14620ea1a209SEike Rathke#ifndef DISABLE_SAXON
1463cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter )
14640ea1a209SEike Rathke#endif
1465cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_Xsltvalidate, XSLTValidate )
1466cdf0e10cSrcweir#endif
1467cdf0e10cSrcweir
1468cdf0e10cSrcweir#ifndef SYSTEM_LIBXSLT
1469cdf0e10cSrcweirFile gid_File_Lib_Xslt
1470cdf0e10cSrcweir    TXT_FILE_BODY;
1471cdf0e10cSrcweir    Styles = (PACKED);
1472cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1473cdf0e10cSrcweir  #ifdef UNX
1474cdf0e10cSrcweir    #ifdef MACOSX
1475cdf0e10cSrcweir       Name = STRING(CONCAT4(libxslt,.,LIBXSLT_MAJOR,UNXSUFFIX));
1476cdf0e10cSrcweir    #else
1477cdf0e10cSrcweir       Name = STRING(CONCAT4(libxslt,UNXSUFFIX,.,LIBXSLT_MAJOR));
1478cdf0e10cSrcweir    #endif
1479cdf0e10cSrcweir  #else
1480cdf0e10cSrcweir   #ifdef _gcc3
1481cdf0e10cSrcweir    Name = "libxslt-1.dll";
1482cdf0e10cSrcweir   #else
1483cdf0e10cSrcweir    Name = "libxslt.dll";
1484cdf0e10cSrcweir   #endif
1485cdf0e10cSrcweir  #endif
1486cdf0e10cSrcweirEnd
1487cdf0e10cSrcweir#endif
1488cdf0e10cSrcweir
1489cdf0e10cSrcweir
1490cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Unoxml, unoxml )
1491cdf0e10cSrcweir
1492cdf0e10cSrcweir// AVMedia
1493cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_AVMedia, avmedia )
1494cdf0e10cSrcweir
1495cdf0e10cSrcweir#if defined UNX
1496cdf0e10cSrcweir#if defined ENABLE_GSTREAMER
1497cdf0e10cSrcweirSPECIAL_LIB_FILE( gid_File_Lib_AVMediaGst, avmediagst )
1498cdf0e10cSrcweir#endif
1499cdf0e10cSrcweir#ifdef SOLAR_JAVA
1500cdf0e10cSrcweirSTD_JAR_FILE( gid_File_Jar_AVmedia, avmedia )
1501cdf0e10cSrcweir#endif
1502cdf0e10cSrcweir#elif defined WNT
1503cdf0e10cSrcweir#ifdef ENABLE_DIRECTX
1504cdf0e10cSrcweirSPECIAL_LIB_FILE( gid_File_Lib_AVMediaWin, avmediawin )
1505cdf0e10cSrcweir#endif
1506cdf0e10cSrcweir#endif
1507cdf0e10cSrcweir
1508cdf0e10cSrcweir#ifndef WITHOUT_MOZILLA
1509cdf0e10cSrcweirFile gid_File_Lib_XSec_Framework
1510cdf0e10cSrcweir    TXT_FILE_BODY;
1511cdf0e10cSrcweir	#ifdef UNX
1512cdf0e10cSrcweir        Name = STRING(CONCAT2(libxsec_fw,UNXSUFFIX));
1513cdf0e10cSrcweir    #else
1514cdf0e10cSrcweir        Name = "xsec_fw.dll";
1515cdf0e10cSrcweir    #endif
1516cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1517cdf0e10cSrcweir    Styles = (PACKED);
1518cdf0e10cSrcweirEnd
1519cdf0e10cSrcweir
1520cdf0e10cSrcweirFile gid_File_Lib_XSec_XmlSec
1521cdf0e10cSrcweir    TXT_FILE_BODY;
1522cdf0e10cSrcweir	#ifdef UNX
1523cdf0e10cSrcweir        Name = STRING(CONCAT2(libxsec_xmlsec,UNXSUFFIX));
1524cdf0e10cSrcweir    #else
1525cdf0e10cSrcweir        Name = "xsec_xmlsec.dll";
1526cdf0e10cSrcweir    #endif
1527cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1528cdf0e10cSrcweir    Styles = (PACKED);
1529cdf0e10cSrcweirEnd
1530cdf0e10cSrcweir
1531cdf0e10cSrcweirFile gid_File_Lib_XSec_XMLSecurity
1532cdf0e10cSrcweir    TXT_FILE_BODY;
1533cdf0e10cSrcweir	#ifdef UNX
1534cdf0e10cSrcweir        Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX));
1535cdf0e10cSrcweir    #else
1536cdf0e10cSrcweir        Name = "xmlsecurity.dll";
1537cdf0e10cSrcweir    #endif
1538cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1539cdf0e10cSrcweir    Styles = (PACKED);
1540cdf0e10cSrcweirEnd
1541cdf0e10cSrcweir
1542cdf0e10cSrcweir#ifdef WNT
1543cdf0e10cSrcweirFile gid_File_Lib_LibXMLSec_xmlseccore
1544cdf0e10cSrcweir    TXT_FILE_BODY;
1545cdf0e10cSrcweir    #ifdef _gcc3
1546cdf0e10cSrcweir      Name = "libxmlsec1.dll";
1547cdf0e10cSrcweir    #else
1548cdf0e10cSrcweir      Name = "libxmlsec.dll";
1549cdf0e10cSrcweir    #endif
1550cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1551cdf0e10cSrcweir    Styles = (PACKED);
1552cdf0e10cSrcweirEnd
1553cdf0e10cSrcweir
1554cdf0e10cSrcweirFile gid_File_Lib_LibXMLSec_xmlsecmscrypto
1555cdf0e10cSrcweir    TXT_FILE_BODY;
1556cdf0e10cSrcweir  #ifdef _gcc3
1557cdf0e10cSrcweir    Name = "libxmlsec1-mscrypto.dll";
1558cdf0e10cSrcweir  #else
1559cdf0e10cSrcweir    Name = "libxmlsec-mscrypto.dll";
1560cdf0e10cSrcweir  #endif
1561cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1562cdf0e10cSrcweir    Styles = (PACKED);
1563cdf0e10cSrcweirEnd
1564cdf0e10cSrcweir#endif
1565cdf0e10cSrcweir
1566cdf0e10cSrcweir//i20156 - end
1567cdf0e10cSrcweir#endif
1568cdf0e10cSrcweir
1569cdf0e10cSrcweirFile gid_File_Lib_Migrationoo2
1570cdf0e10cSrcweir    TXT_FILE_BODY;
1571cdf0e10cSrcweir    Styles = (PACKED);
1572cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1573cdf0e10cSrcweir  #ifdef UNX
1574cdf0e10cSrcweir    Name = STRING(CONCAT2(migrationoo2.uno,UNXSUFFIX));
1575cdf0e10cSrcweir  #else
1576cdf0e10cSrcweir    Name = "migrationoo2.uno.dll";
1577cdf0e10cSrcweir  #endif
1578cdf0e10cSrcweirEnd
1579cdf0e10cSrcweir
1580cdf0e10cSrcweir#ifndef SYSTEM_LIBTEXTCAT
1581cdf0e10cSrcweirFile gid_File_Lib_Libtextcat
1582cdf0e10cSrcweir    TXT_FILE_BODY;
1583cdf0e10cSrcweir    Styles = (PACKED);
1584cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1585cdf0e10cSrcweir  #ifdef UNX
1586cdf0e10cSrcweir    Name = STRING(CONCAT2(libtextcat,UNXSUFFIX));
1587cdf0e10cSrcweir  #else
1588cdf0e10cSrcweir    Name = "libtextcat.dll";
1589cdf0e10cSrcweir  #endif
1590cdf0e10cSrcweirEnd
1591cdf0e10cSrcweir#endif
1592cdf0e10cSrcweir
1593cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Guesslang, guesslang )
1594cdf0e10cSrcweir
1595cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Updchkui , updchk )
1596cdf0e10cSrcweir
1597cdf0e10cSrcweirSPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno )
1598cdf0e10cSrcweir
1599cdf0e10cSrcweir#ifdef WNT
1600cdf0e10cSrcweirFile gid_File_Lib_Onlinecheck
1601cdf0e10cSrcweir    BIN_FILE_BODY;
1602cdf0e10cSrcweir    Styles = (PACKED);
1603cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1604cdf0e10cSrcweir    Name = "onlinecheck.dll";
1605cdf0e10cSrcweirEnd
1606cdf0e10cSrcweir#endif
1607cdf0e10cSrcweir
1608cdf0e10cSrcweir#ifdef OPENSSL
1609cdf0e10cSrcweirFile gid_File_Lib_Openssl
1610cdf0e10cSrcweir    TXT_FILE_BODY;
1611cdf0e10cSrcweir    Styles = (PACKED);
1612cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1613cdf0e10cSrcweir  #ifdef WNT
1614cdf0e10cSrcweir    Name = "ssleay32.dll";
1615cdf0e10cSrcweir  #endif
1616cdf0e10cSrcweirEnd
1617cdf0e10cSrcweir#endif
1618cdf0e10cSrcweir
1619cdf0e10cSrcweir#ifdef OPENSSL
1620cdf0e10cSrcweirFile gid_File_Lib_Crypto
1621cdf0e10cSrcweir    TXT_FILE_BODY;
1622cdf0e10cSrcweir    Styles = (PACKED);
1623cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1624cdf0e10cSrcweir
1625cdf0e10cSrcweir	#ifdef WNT
1626cdf0e10cSrcweir	  Name = "libeay32.dll";
1627cdf0e10cSrcweir	#endif
1628cdf0e10cSrcweirEnd
1629cdf0e10cSrcweir#endif
1630cdf0e10cSrcweir
1631cdf0e10cSrcweirFile gid_File_Lib_Soffice
1632cdf0e10cSrcweir    TXT_FILE_BODY;
1633cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1634cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("sofficeapp");
1635cdf0e10cSrcweir    Styles = (PACKED);
1636cdf0e10cSrcweirEnd
1637cdf0e10cSrcweir
1638cdf0e10cSrcweirFile gid_File_Lib_Unopkgapp
1639cdf0e10cSrcweir    TXT_FILE_BODY;
1640cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1641cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("unopkgapp");
1642cdf0e10cSrcweir    Styles = (PACKED);
1643cdf0e10cSrcweirEnd
1644cdf0e10cSrcweir
1645cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Oooimprovecore , oooimprovecore)
1646cdf0e10cSrcweir
1647cdf0e10cSrcweir#if defined WNT && !defined _gcc3 && !defined SYSTEM_MOZILLA && !defined WITHOUT_MOZILLA && \
1648cdf0e10cSrcweir    !(defined M1400 && defined PROF_EDITION && !defined _STLP_DEBUG)
1649cdf0e10cSrcweir        // see common_brand.scp gid_Brand_File_Lib_Msvcp80 and
1650cdf0e10cSrcweir        // gid_Brand_File_Lib_Msvcr80
1651cdf0e10cSrcweirFile gid_File_Moz_Msvcp80
1652cdf0e10cSrcweir    TXT_FILE_BODY;
1653cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1654cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("msvcp80");
1655cdf0e10cSrcweir    Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
1656cdf0e10cSrcweirEnd
1657cdf0e10cSrcweirFile gid_File_Moz_Msvcr80
1658cdf0e10cSrcweir    TXT_FILE_BODY;
1659cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1660cdf0e10cSrcweir    Name = SCP2_URE_DL_NORMAL("msvcr80");
1661cdf0e10cSrcweir    Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
1662cdf0e10cSrcweirEnd
1663cdf0e10cSrcweir#endif
1664cdf0e10cSrcweir
1665cdf0e10cSrcweir#ifndef SYSTEM_REDLAND
1666cdf0e10cSrcweirFile gid_File_Lib_Raptor
1667cdf0e10cSrcweir    TXT_FILE_BODY;
1668cdf0e10cSrcweir    Styles = (PACKED);
1669cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1670cdf0e10cSrcweir  #ifdef UNX
1671cdf0e10cSrcweir    #ifdef MACOSX
1672cdf0e10cSrcweir       Name = STRING(CONCAT4(libraptor,.,RAPTOR_MAJOR,UNXSUFFIX));
1673cdf0e10cSrcweir    #else
1674cdf0e10cSrcweir       Name = STRING(CONCAT4(libraptor,UNXSUFFIX,.,RAPTOR_MAJOR));
1675cdf0e10cSrcweir    #endif
1676cdf0e10cSrcweir  #else
1677cdf0e10cSrcweir   #ifdef _gcc3
1678cdf0e10cSrcweir    Name = "libraptor-1.dll";
1679cdf0e10cSrcweir   #else
1680cdf0e10cSrcweir    Name = "raptor.dll";
1681cdf0e10cSrcweir   #endif
1682cdf0e10cSrcweir  #endif
1683cdf0e10cSrcweirEnd
1684cdf0e10cSrcweir
1685cdf0e10cSrcweirFile gid_File_Lib_Rasqal
1686cdf0e10cSrcweir    TXT_FILE_BODY;
1687cdf0e10cSrcweir    Styles = (PACKED);
1688cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1689cdf0e10cSrcweir  #ifdef UNX
1690cdf0e10cSrcweir    #ifdef MACOSX
1691cdf0e10cSrcweir       Name = STRING(CONCAT4(librasqal,.,RASQAL_MAJOR,UNXSUFFIX));
1692cdf0e10cSrcweir    #else
1693cdf0e10cSrcweir       Name = STRING(CONCAT4(librasqal,UNXSUFFIX,.,RASQAL_MAJOR));
1694cdf0e10cSrcweir    #endif
1695cdf0e10cSrcweir  #else
1696cdf0e10cSrcweir   #ifdef _gcc3
1697cdf0e10cSrcweir       Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll));
1698cdf0e10cSrcweir   #else
1699cdf0e10cSrcweir    Name = "rasqal.dll";
1700cdf0e10cSrcweir   #endif
1701cdf0e10cSrcweir  #endif
1702cdf0e10cSrcweirEnd
1703cdf0e10cSrcweir
1704cdf0e10cSrcweirFile gid_File_Lib_Rdf
1705cdf0e10cSrcweir    TXT_FILE_BODY;
1706cdf0e10cSrcweir    Styles = (PACKED);
1707cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1708cdf0e10cSrcweir  #ifdef UNX
1709cdf0e10cSrcweir    #ifdef MACOSX
1710cdf0e10cSrcweir       Name = STRING(CONCAT4(librdf,.,REDLAND_MAJOR,UNXSUFFIX));
1711cdf0e10cSrcweir    #else
1712cdf0e10cSrcweir       Name = STRING(CONCAT4(librdf,UNXSUFFIX,.,REDLAND_MAJOR));
1713cdf0e10cSrcweir    #endif
1714cdf0e10cSrcweir  #else
1715cdf0e10cSrcweir   #ifdef _gcc3
1716cdf0e10cSrcweir    Name = "librdf-0.dll";
1717cdf0e10cSrcweir   #else
1718cdf0e10cSrcweir    Name = "librdf.dll";
1719cdf0e10cSrcweir   #endif
1720cdf0e10cSrcweir  #endif
1721cdf0e10cSrcweirEnd
1722cdf0e10cSrcweir#endif // SYSTEM_REDLAND
1723cdf0e10cSrcweir
1724cdf0e10cSrcweirSTD_LIB_FILE(gid_File_Lib_Unordf, unordf)
1725cdf0e10cSrcweir
1726cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_For, for)
1727cdf0e10cSrcweirSTD_LIB_FILE( gid_File_Lib_Forui, forui)
1728cdf0e10cSrcweir
1729cdf0e10cSrcweir// RSVG and dependencies
1730cdf0e10cSrcweir#if ! defined (SYSTEM_GETTEXT)
1731cdf0e10cSrcweirFile gid_File_Lib_Intl
1732cdf0e10cSrcweir    TXT_FILE_BODY;
1733cdf0e10cSrcweir    Styles = (PACKED);
1734cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1735cdf0e10cSrcweir    #ifdef MACOSX
1736cdf0e10cSrcweir    Name = "libintl.8.dylib";
1737cdf0e10cSrcweir    #elif defined WNT
1738cdf0e10cSrcweir    Name = "intl.dll";
1739cdf0e10cSrcweir    #endif
1740cdf0e10cSrcweirEnd
1741cdf0e10cSrcweir#endif
1742cdf0e10cSrcweir
1743cdf0e10cSrcweir#if ! defined SYSTEM_GLIB
1744cdf0e10cSrcweirFile gid_File_Lib_Glib
1745cdf0e10cSrcweir    TXT_FILE_BODY;
1746cdf0e10cSrcweir    Styles = (PACKED);
1747cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1748cdf0e10cSrcweir    #ifdef MACOSX
1749cdf0e10cSrcweir    Name = "libglib-2.0.0.dylib";
1750cdf0e10cSrcweir    #elif defined WNT
1751cdf0e10cSrcweir    Name = "libglib-2.0-0.dll";
1752cdf0e10cSrcweir    #endif
1753cdf0e10cSrcweirEnd
1754cdf0e10cSrcweirFile gid_File_Lib_Gthread
1755cdf0e10cSrcweir    TXT_FILE_BODY;
1756cdf0e10cSrcweir    Styles = (PACKED);
1757cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1758cdf0e10cSrcweir    #ifdef MACOSX
1759cdf0e10cSrcweir    Name = "libgthread-2.0.0.dylib";
1760cdf0e10cSrcweir    #elif defined WNT
1761cdf0e10cSrcweir    Name = "libgthread-2.0-0.dll";
1762cdf0e10cSrcweir    #endif
1763cdf0e10cSrcweirEnd
1764cdf0e10cSrcweirFile gid_File_Lib_Gobject
1765cdf0e10cSrcweir    TXT_FILE_BODY;
1766cdf0e10cSrcweir    Styles = (PACKED);
1767cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1768cdf0e10cSrcweir    #ifdef MACOSX
1769cdf0e10cSrcweir    Name = "libgobject-2.0.0.dylib";
1770cdf0e10cSrcweir    #elif defined WNT
1771cdf0e10cSrcweir    Name = "libgobject-2.0-0.dll";
1772cdf0e10cSrcweir    #endif
1773cdf0e10cSrcweirEnd
1774cdf0e10cSrcweirFile gid_File_Lib_Gio
1775cdf0e10cSrcweir    TXT_FILE_BODY;
1776cdf0e10cSrcweir    Styles = (PACKED);
1777cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1778cdf0e10cSrcweir    #ifdef MACOSX
1779cdf0e10cSrcweir    Name = "libgio-2.0.0.dylib";
1780cdf0e10cSrcweir    #elif defined WNT
1781cdf0e10cSrcweir    Name = "libgio-2.0-0.dll";
1782cdf0e10cSrcweir    #endif
1783cdf0e10cSrcweirEnd
1784cdf0e10cSrcweirFile gid_File_Lib_Gmodule
1785cdf0e10cSrcweir    TXT_FILE_BODY;
1786cdf0e10cSrcweir    Styles = (PACKED);
1787cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1788cdf0e10cSrcweir    #ifdef MACOSX
1789cdf0e10cSrcweir    Name = "libgmodule-2.0.0.dylib";
1790cdf0e10cSrcweir    #elif defined WNT
1791cdf0e10cSrcweir    Name = "libgmodule-2.0-0.dll";
1792cdf0e10cSrcweir    #endif
1793cdf0e10cSrcweirEnd
1794cdf0e10cSrcweir#endif
1795cdf0e10cSrcweir
1796cdf0e10cSrcweir#if ! defined SYSTEM_GDKPIXBUF
1797cdf0e10cSrcweirFile gid_File_Lib_Gdkpixbuf
1798cdf0e10cSrcweir    TXT_FILE_BODY;
1799cdf0e10cSrcweir    Styles = (PACKED);
1800cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1801cdf0e10cSrcweir    #ifdef MACOSX
1802cdf0e10cSrcweir    Name = "libgdk_pixbuf-2.0.0.dylib";
1803cdf0e10cSrcweir    #elif defined WNT
1804cdf0e10cSrcweir    Name = "libgdk_pixbuf-2.0-0.dll";
1805cdf0e10cSrcweir    #endif
1806cdf0e10cSrcweirEnd
1807cdf0e10cSrcweir#endif
1808cdf0e10cSrcweir
1809cdf0e10cSrcweir#if ! defined SYSTEM_PANGO
1810cdf0e10cSrcweirFile gid_File_Lib_Libpango
1811cdf0e10cSrcweir    TXT_FILE_BODY;
1812cdf0e10cSrcweir    Styles = (PACKED);
1813cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1814cdf0e10cSrcweir    #ifdef MACOSX
1815cdf0e10cSrcweir    Name = "libpango-1.0.0.dylib";
1816cdf0e10cSrcweir    #elif defined WNT
1817cdf0e10cSrcweir    Name = "libpango-1.0-0.dll";
1818cdf0e10cSrcweir    #endif
1819cdf0e10cSrcweirEnd
1820cdf0e10cSrcweirFile gid_File_Lib_Libpangocairo
1821cdf0e10cSrcweir    TXT_FILE_BODY;
1822cdf0e10cSrcweir    Styles = (PACKED);
1823cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1824cdf0e10cSrcweir    #ifdef MACOSX
1825cdf0e10cSrcweir    Name = "libpangocairo-1.0.0.dylib";
1826cdf0e10cSrcweir    #elif defined WNT
1827cdf0e10cSrcweir    Name = "libpangocairo-1.0-0.dll";
1828cdf0e10cSrcweir    #endif
1829cdf0e10cSrcweirEnd
1830cdf0e10cSrcweir#if defined WNT
1831cdf0e10cSrcweirFile gid_File_Lib_Libpangowin32
1832cdf0e10cSrcweir    TXT_FILE_BODY;
1833cdf0e10cSrcweir    Styles = (PACKED);
1834cdf0e10cSrcweir    Dir = SCP2_OOO_BIN_DIR;
1835cdf0e10cSrcweir    Name = "libpangowin32-1.0-0.dll";
1836cdf0e10cSrcweirEnd
1837cdf0e10cSrcweir#endif
1838cdf0e10cSrcweir#endif
1839cdf0e10cSrcweir
1840