jdk/make/common/shared/Defs-versions.gmk

Print this page

        

@@ -72,13 +72,10 @@
 #   The one word name that identifies the compilers being used.
 #
 # REQUIRED_CYGWIN_VER
 #   Windows only: If CYGWIN is used, the minimum CYGWIN version.
 #
-# REQUIRED_DXSDK_VER
-#   Windows only: The version of DirectX SDK expected.
-#
 # REQUIRED_FREETYPE_VERSION
 #   If we are using freetype, the freetype version expected.
 #
 # REQUIRED_GCC_VER
 #   Solaris and Linux only. The required version of gcc/g++ for the legacy OJI plugin.

@@ -191,11 +188,10 @@
     REQUIRED_OS_VARIANT_NAME  = WindowsXP
   endif
   REQUIRED_OS_VARIANT_VERSION = $(REQUIRED_OS_VERSION)
   REQUIRED_CYGWIN_VER         = 4.0
   REQUIRED_MKS_VER            = 6.1
-  REQUIRED_DXSDK_VER          = 0x0900
   ifeq ($(CC_VERSION),msvc)
     REQUIRED_COMPILER_NAME    = Visual Studio 10
     REQUIRED_COMPILER_VERSION = VS2010
     REQUIRED_CC_VER           = 16.00.30319.01
     REQUIRED_LINK_VER         = 10.00.30319.01