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