diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-26 14:19:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-02 15:33:14 +0100 |
commit | eee474c7a4c66626797815751f92807b874132b0 (patch) | |
tree | 3977517e08c79c2d9725f5fd8c2c7ba7c18c1b6c /scp2 | |
parent | dee53a32a9feba2021782db5762b5a9a034efae4 (diff) |
scp2: cppuhelper is now gbuild'ified
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/ure.scp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index 58d8ec017ae6..aece7265edd2 100644 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -191,11 +191,7 @@ End File gid_File_Dl_Cppuhelper LIB_FILE_BODY; Dir = SCP2_URE_DL_DIR; -#if defined WNT && !defined _MSC // Hack for not gbuild'ified cppuhelper on MinGW: - Name = "uno_cppuhelpergcc33.dll"; -#else Name = SCP2_URE_DL_UNO_COMID_VER("cppuhelper", "3"); -#endif Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); // CompID = "D2A191E6-2023-41F5-9032-B98C50C37964"; End |