jdk/make/common/Defs-windows.gmk

Print this page

        

@@ -76,12 +76,10 @@
   MSVCRNN_DLL = msvcr100.dll
   MSVCPNN_DLL = msvcp100.dll
   MS_RUNTIME_LIBRARIES = $(MSVCRNN_DLL)
 endif
 
-EXTRA_LFLAGS += -LIBPATH:$(DXSDK_LIB_PATH)
-
 # Full Debug Symbols has been enabled on Windows since JDK1.4.1.
 # The Full Debug Symbols (FDS) default for VARIANT == OPT builds is
 # enabled with debug info files ZIP'ed to save space. For VARIANT !=
 # OPT builds, FDS is always enabled, after all a debug build without
 # debug info isn't very useful. The ZIP_DEBUGINFO_FILES option only has