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