changeset 5818:1f5b65b3624c
6964882: 32 bit JDK does not build on 64 bit Windows platforms
Reviewed-by: ohair, valeriep
author |
prr |
date |
Tue, 29 Jun 2010 16:34:17 -0700 |
parents |
c4c8a5bc54f6 |
children |
07ec1955dba7 |
files |
jdk/make/sun/security/mscapi/Makefile jdk/make/sun/security/pkcs11/Makefile |
diffstat |
2 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/jdk/make/sun/security/mscapi/Makefile Wed Jul 05 17:16:17 2017 +0200
+++ b/jdk/make/sun/security/mscapi/Makefile Tue Jun 29 16:34:17 2010 -0700
@@ -150,6 +150,7 @@
# Rules
#
CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS += -classpath $(CLASSDESTDIR)
include $(BUILDDIR)/common/Mapfile-vers.gmk
--- a/jdk/make/sun/security/pkcs11/Makefile Wed Jul 05 17:16:17 2017 +0200
+++ b/jdk/make/sun/security/pkcs11/Makefile Tue Jun 29 16:34:17 2010 -0700
@@ -148,6 +148,7 @@
# Rules
#
CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS += -classpath $(CLASSDESTDIR)
include $(BUILDDIR)/common/Mapfile-vers.gmk