diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:44:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:44:55 +0000 |
commit | 2476f8130beeddf6529b47e7f9c5a82f83b5ef4a (patch) | |
tree | 5641bfc867306ad6bda3077b647fad1e41edd07d | |
parent | 122257fe10e373bdfadae38746f4f82ade9722db (diff) |
INTEGRATION: CWS sb91 (1.10.22); FILE MERGED
2008/07/21 10:56:06 sb 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED
2008/07/14 12:58:10 sb 1.10.22.1: #i91567# adapt to unxsolu4
-rwxr-xr-x | scp2/source/ooo/ure.scp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index f8e6fd01ce01..ee49e579b604 100755 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ure.scp,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -837,7 +837,8 @@ File gid_File_Dl_Libxml2 End #endif -#if !defined USE_SYSTEM_STL +#if !defined USE_SYSTEM_STL || \ + (defined USE_SYSTEM_STL && defined _C52 && defined IS_LP64) File gid_File_Dl_Stlport TXT_FILE_BODY; Dir = SCP2_URE_DL_DIR; @@ -854,11 +855,15 @@ File gid_File_Dl_Stlport Name = SCP2_URE_DL_NORMAL("stlport_gcc"); #endif #elif defined SOLARIS +#if defined IS_LP64 + Name = SCP2_URE_DL_VER("stlport", "1"); +#else #if defined _STLP_DEBUG Name = SCP2_URE_DL_NORMAL("stlport_sunpro_debug"); #else Name = SCP2_URE_DL_NORMAL("stlport_sunpro"); #endif +#endif #elif defined WNT && (defined(M1310) || defined(M1400) || defined(M1500) ) #if defined _STLP_DEBUG Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45"); |