Kaydet (Commit) 35c6f50e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Potential fix for gbuild salhelper on MinGW problem.

üst 039fd52b
...@@ -252,7 +252,11 @@ End ...@@ -252,7 +252,11 @@ End
File gid_File_Dl_Salhelper File gid_File_Dl_Salhelper
LIB_FILE_BODY; LIB_FILE_BODY;
Dir = SCP2_URE_DL_DIR; Dir = SCP2_URE_DL_DIR;
#if defined WNT && !defined _MSC // Hack for gbuild'ified salhelper on MinGW:
Name = "uno_salhelpergcc3.dll"
#else
Name = SCP2_URE_DL_UNO_COMID_VER("salhelper", "3"); Name = SCP2_URE_DL_UNO_COMID_VER("salhelper", "3");
#endif
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
// CompID = "879B80E0-F6E1-4931-8EE6-7CF867CB6AA5"; // CompID = "879B80E0-F6E1-4931-8EE6-7CF867CB6AA5";
End End
......
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