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