file_library_ooo.scp (21075d77) file_library_ooo.scp (f6b57163)
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

--- 8 unchanged lines hidden (view full) ---

17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#include "macros.inc"
24
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

--- 8 unchanged lines hidden (view full) ---

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,UNO_COMPONENT);
30 RegistryID = gid_Starregistry_Services_Rdb;
31 Dir = gid_Dir_Program;
32 Name = "winaccessibility.dll";
33End
34File gid_File_Lib_UAccCOM
35 BIN_FILE_BODY;
36 Styles = (PACKED);
37 Dir = gid_Dir_Program;
38 Name = "UAccCOM.dll";
39End
40#endif
41#ifdef WNT
42File gid_File_Lib_Accessbridge
43 BIN_FILE_BODY;
44 Styles = (PACKED);
45 Dir = SCP2_OOO_BIN_DIR;
46 Name = "java_uno_accessbridge.dll";
47End
48#endif

--- 1020 unchanged lines hidden (view full) ---

1069#else
1070 Name = "Microsoft.VC80.DebugCRT.manifest";
1071#endif
1072End
1073#endif
1074#endif
1075#endif
1076
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

--- 1020 unchanged lines hidden (view full) ---

1053#else
1054 Name = "Microsoft.VC80.DebugCRT.manifest";
1055#endif
1056End
1057#endif
1058#endif
1059#endif
1060
1061#if defined(OS2)
1062STD_LIB_FILE(gid_File_Lib_Mysql,mysql)
1063STD_LIB_FILE(gid_File_Lib_Odbc,odbc)
1064#else
1077STD_LIB_FILE(gid_File_Lib_Mysql,mysql.uno)
1078STD_LIB_FILE(gid_File_Lib_Odbc,odbc.uno)
1065STD_LIB_FILE(gid_File_Lib_Mysql,mysql.uno)
1066STD_LIB_FILE(gid_File_Lib_Odbc,odbc.uno)
1067#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

--- 299 unchanged lines hidden (view full) ---

1386#endif
1387
1388#ifdef WNT
1389
1390File gid_File_Lib_Smplmail
1391 TXT_FILE_BODY;
1392 Styles = (PACKED);
1393 Dir = SCP2_OOO_BIN_DIR;
1068
1069// STD_LIB_FILE( gid_File_Lib_Ofa , ofa)
1070
1071STD_LIB_FILE( gid_File_Lib_Offacc, offacc)
1072
1073#ifdef SOLAR_JAVA
1074#if !defined(MACOSX) && !defined(OS2)
1075

--- 299 unchanged lines hidden (view full) ---

1375#endif
1376
1377#ifdef WNT
1378
1379File gid_File_Lib_Smplmail
1380 TXT_FILE_BODY;
1381 Styles = (PACKED);
1382 Dir = SCP2_OOO_BIN_DIR;
1394 Name = "smplmail.uno.dll";
1383 Name = "sysmail.uno.dll";
1395End
1396
1397#endif
1398
1399STD_LIB_FILE( gid_File_Lib_Sot, sot )
1400
1401#if defined(UNX) && !defined(QUARTZ)
1402

--- 688 unchanged lines hidden ---
1384End
1385
1386#endif
1387
1388STD_LIB_FILE( gid_File_Lib_Sot, sot )
1389
1390#if defined(UNX) && !defined(QUARTZ)
1391

--- 688 unchanged lines hidden ---