Kaydet (Commit) fb8429e9 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

#i120979# - Bundle msvcr100.dll to support Java 7

üst 4f8bd30b
......@@ -6105,6 +6105,22 @@ You may have to search Microsoft's website. Last time it was seen at:
fi
fi
dnl ===================================================================
dnl Windows builds need msvcr100.dll in external/msvcp100/
dnl ===================================================================
if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([for msvcr100.dll])
if test -x ./external/msvcp100/msvcr100.dll; then
AC_MSG_RESULT([found and executable])
else
AC_MSG_ERROR([msvcr100.dll is missing in external/msvcp100/.
Get it from the Microsoft Visual C++ 2010 Redistributable Package (x86),
from the Microsoft site and put it into external/msvcp100.
You may have to search Microsoft's website. Last time it was seen at:
<http://www.microsoft.com/en-us/download/search.aspx?q=Microsoft+Visual+C%2b%2b+2010+Redistributable>.])
fi
fi
dnl ===================================================================
dnl Test which vclplugs have to be built.
dnl ===================================================================
......
Put msvcr100.dll in this directory.
Needed to support Java 7 built with VS2010.
......@@ -36,6 +36,8 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys
..\msvcp90\Microsoft.VC90.DebugCRT.manifest %_DEST%\bin%_EXT%\Microsoft.VC90.DebugCRT.manifest
..\msm90\*.msm %_DEST%\bin%_EXT%
..\msvcp100\msvcr100*.dll %_DEST%\bin%_EXT%
..\unowinreg\unowinreg.dll %_DEST%\bin%_EXT%\unowinreg.dll
..\vcredist\vcredist_x86.exe %_DEST%\bin%_EXT%\vcredist_x86.exe
......
......@@ -1821,6 +1821,15 @@ File gid_File_Moz_Msvcr80
End
#endif
#if defined(WNT)
File gid_File_Lib_Msvcr100
TXT_FILE_BODY;
Dir = SCP2_OOO_BIN_DIR;
Name = SCP2_URE_DL_NORMAL("msvcr100");
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
End
#endif
#ifndef SYSTEM_REDLAND
File gid_File_Lib_Raptor
TXT_FILE_BODY;
......
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