Kaydet (Commit) 6d9026f7 authored tarafından Marcos Paulo de Souza's avatar Marcos Paulo de Souza Kaydeden (comit) Michael Stahl

Use filelist in curl

Change-Id: I6a5fa0f7c0c9184ff013e2630f8edcb6ba2aa942
Reviewed-on: https://gerrit.libreoffice.org/6713Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 257521e7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment