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