6964882: 32 bit JDK does not build on 64 bit Windows platforms
authorprr
Tue, 29 Jun 2010 16:34:17 -0700
changeset 5818 1f5b65b3624c
parent 5740 c4c8a5bc54f6
child 5819 07ec1955dba7
6964882: 32 bit JDK does not build on 64 bit Windows platforms Reviewed-by: ohair, valeriep
jdk/make/sun/security/mscapi/Makefile
jdk/make/sun/security/pkcs11/Makefile
--- 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