mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 18:37:51 +00:00
6841873: Fix windows redist default location for msvc runtime dlls
Reviewed-by: tbell
This commit is contained in:
parent
e2f79f8662
commit
b324b462d0
@ -277,9 +277,9 @@ ifeq ($(ARCH_DATA_MODEL), 32)
|
||||
# Assume PlatformSDK is in VS71 (will be empty if VS90)
|
||||
_ms_sdk :=$(call FullPath,$(_msvc_dir)/PlatformSDK)
|
||||
# Assume VS90, then VS80, then VS71
|
||||
_redist_sdk :=$(call FullPath,$(_msvc_dir)/../SDK/v3.5/Bin)
|
||||
_redist_sdk :=$(call FullPath,$(_msvc_dir)/redist/x86/Microsoft.VC90.CRT)
|
||||
ifeq ($(_redist_sdk),)
|
||||
_redist_sdk :=$(call FullPath,$(_msvc_dir)/../SDK/v2.0/Bin)
|
||||
_redist_sdk :=$(call FullPath,$(_msvc_dir)/redist/x86/Microsoft.VC80.CRT)
|
||||
ifeq ($(_redist_sdk),)
|
||||
_redist_sdk :=$(call FullPath,$(_msvc_dir)/../SDK/v1.1/Bin)
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user