jdk/make/common/shared/Defs-windows.gmk
changeset 2797 0285c9a8502b
parent 2624 1ae5a9028dd4
child 2820 21261fc963f2
equal deleted inserted replaced
2796:8f7662a82339 2797:0285c9a8502b
   275   ifneq ($(_msvc_dir),)
   275   ifneq ($(_msvc_dir),)
   276     _compiler_bin :=$(_msvc_dir)/Bin
   276     _compiler_bin :=$(_msvc_dir)/Bin
   277     # Assume PlatformSDK is in VS71 (will be empty if VS90)
   277     # Assume PlatformSDK is in VS71 (will be empty if VS90)
   278     _ms_sdk       :=$(call FullPath,$(_msvc_dir)/PlatformSDK)
   278     _ms_sdk       :=$(call FullPath,$(_msvc_dir)/PlatformSDK)
   279     # Assume VS90, then VS80, then VS71
   279     # Assume VS90, then VS80, then VS71
   280     _redist_sdk   :=$(call FullPath,$(_msvc_dir)/../SDK/v3.5/Bin)
   280     _redist_sdk   :=$(call FullPath,$(_msvc_dir)/redist/x86/Microsoft.VC90.CRT)
   281     ifeq ($(_redist_sdk),)
   281     ifeq ($(_redist_sdk),)
   282       _redist_sdk   :=$(call FullPath,$(_msvc_dir)/../SDK/v2.0/Bin)
   282       _redist_sdk   :=$(call FullPath,$(_msvc_dir)/redist/x86/Microsoft.VC80.CRT)
   283       ifeq ($(_redist_sdk),)
   283       ifeq ($(_redist_sdk),)
   284         _redist_sdk   :=$(call FullPath,$(_msvc_dir)/../SDK/v1.1/Bin)
   284         _redist_sdk   :=$(call FullPath,$(_msvc_dir)/../SDK/v1.1/Bin)
   285       endif
   285       endif
   286     endif
   286     endif
   287   endif
   287   endif