diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-11-18 19:03:21 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-18 16:18:29 -0600 |
commit | 6d9026f7a7ebad02b57fcd2dd15f66adeba361af (patch) | |
tree | 2f2fac8f8840b2fab78f27ea6e708b553080f41a | |
parent | 257521e7092848793bf2538780468d95ccb69331 (diff) |
Use filelist in curl
Change-Id: I6a5fa0f7c0c9184ff013e2630f8edcb6ba2aa942
Reviewed-on: https://gerrit.libreoffice.org/6713
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index d8245c93f989..c01b7770efe7 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -86,21 +86,9 @@ End File gid_File_Lib_Curl LIB_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - #ifdef UNX - #ifdef MACOSX - Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX)); - #else - Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.4)); - #endif - #else - #ifdef _gcc3 - Name = "libcurl-4.dll"; - #else - Name = "libcurl.dll"; - #endif - #endif + Styles = (FILELIST); + Dir = FILELIST_DIR; + Name = "curl.filelist"; End #endif |