|
Description
|
In comments to the deployment merge webrev I was told to explicitly remove the addition of bufferoverflowu.lib to the EXTRA_LIBS variable in Defs-windows.gmk.
However, the other line including it was only for VS_2005, and we are still using VS2003, so although there is already the line:
LFLAGS_VS2005 = $(BUFFEROVERFLOWLIB)
we need to also add the line:
LFLAGS_VS2003 = $(BUFFEROVERFLOWLIB)
in jdk/common/Defs-windows.gmk.
Posted Date : 2009-06-10 17:53:06.0
|