# HG changeset patch # User ohair # Date 1295042659 28800 # Node ID 24900a58ab9f1e25ccf06709f3430abf09f10341 # Parent 6d9bbcc0a8cb3cd21126e310cc6f6b965195b6ba 6950375: Remove msvcrt.dll from the Windows JRE bundles Reviewed-by: prr diff -r 6d9bbcc0a8cb -r 24900a58ab9f Makefile --- a/Makefile Thu Jan 13 17:55:10 2011 -0800 +++ b/Makefile Fri Jan 14 14:04:19 2011 -0800 @@ -360,7 +360,6 @@ DEVTOOLS_PATH.desc = Directory containing zip and gnumake CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files DXSDK_PATH.desc = Root directory of DirectX SDK -MSVCRT_DLL_PATH.desc = Directory containing mscvrt.dll # Make variables to print out (description and value) VARIABLE_PRINTVAL_LIST += \ @@ -389,12 +388,10 @@ ifeq ($(PLATFORM), windows) VARIABLE_PRINTVAL_LIST += \ - DXSDK_PATH \ - MSVCRT_DLL_PATH + DXSDK_PATH VARIABLE_CHECKDIR_LIST += \ - DXSDK_PATH \ - MSVCRT_DLL_PATH + DXSDK_PATH endif diff -r 6d9bbcc0a8cb -r 24900a58ab9f README-builds.html --- a/README-builds.html Thu Jan 13 17:55:10 2011 -0800 +++ b/README-builds.html Fri Jan 14 14:04:19 2011 -0800 @@ -1414,14 +1414,14 @@ but it's normally found via the DirectX environment variable DXSDK_DIR. - MSVCR100.DLL + MSVCR100.DLL
The OpenJDK build requires access to a redistributable MSVCR100.DLL. This is usually picked up automatically from the redist directories of Visual Studio 2010. If this cannot be found set the - ALT_MSVCRT_DLL_PATH + ALT_MSVCRNN_DLL_PATH variable to the location of this file.

@@ -1671,15 +1671,10 @@ variable DXSDK_DIR, failing that, look in C:/DXSDK. -
ALT_MSVCRT_DLL_PATH
-
- The location of the - MSVCRT.DLL. -
ALT_MSVCRNN_DLL_PATH
The location of the - MSVCR100.DLL. + MSVCR100.DLL.