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