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