diff options
author | Tobias Krause <tkr@openoffice.org> | 2010-01-11 08:36:34 +0100 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2010-01-11 08:36:34 +0100 |
commit | 5641571c4f0678046cbe97ba7bcc04cda369b8ab (patch) | |
tree | 2437e9c01c7e20ac1f3a74c44f1c900051e77a5d /scp2 | |
parent | a8c8d9b4db0703cc8a94b2124284fc0ea5f8aa53 (diff) |
tkr32: #105917# upgrade major version number of libcurl
Diffstat (limited to 'scp2')
-rwxr-xr-x[-rw-r--r--] | scp2/source/ooo/file_library_ooo.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 2757a50014a2..05fc45675513 100644..100755 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -219,13 +219,13 @@ File gid_File_Lib_Curl Dir = SCP2_OOO_BIN_DIR; #ifdef UNX #ifdef MACOSX - Name = STRING(CONCAT2(libcurl.3,UNXSUFFIX)); + Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX)); #else - Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.3)); + Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.4)); #endif #else #ifdef _gcc3 - Name = "libcurl-3.dll"; + Name = "libcurl-4.dll"; #else Name = "libcurl.dll"; #endif |