Kaydet (Commit) f31656f1 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

The packaging was missing uno_cppuhelpergcc33.dll on MinGW.

üst 5f7e21b5
...@@ -192,7 +192,7 @@ File gid_File_Dl_Cppuhelper ...@@ -192,7 +192,7 @@ File gid_File_Dl_Cppuhelper
LIB_FILE_BODY; LIB_FILE_BODY;
Dir = SCP2_URE_DL_DIR; Dir = SCP2_URE_DL_DIR;
#if defined WNT && !defined _MSC // Hack for not gbuild'ified cppuhelper on MinGW: #if defined WNT && !defined _MSC // Hack for not gbuild'ified cppuhelper on MinGW:
Name = "uno_cppuhelpergcc33.dll" Name = "uno_cppuhelpergcc33.dll";
#else #else
Name = SCP2_URE_DL_UNO_COMID_VER("cppuhelper", "3"); Name = SCP2_URE_DL_UNO_COMID_VER("cppuhelper", "3");
#endif #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