From 408319a6385f13516c8bcb55cefcc11788eefdac Mon Sep 17 00:00:00 2001 From: Phil Race Date: Tue, 29 Jun 2010 16:34:17 -0700 Subject: [PATCH] 6964882: 32 bit JDK does not build on 64 bit Windows platforms Reviewed-by: ohair, valeriep --- jdk/make/sun/security/mscapi/Makefile | 1 + jdk/make/sun/security/pkcs11/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/jdk/make/sun/security/mscapi/Makefile b/jdk/make/sun/security/mscapi/Makefile index 188e5d9e0b0..3afff4f99d6 100644 --- a/jdk/make/sun/security/mscapi/Makefile +++ b/jdk/make/sun/security/mscapi/Makefile @@ -150,6 +150,7 @@ OTHER_INCLUDES += \ # Rules # CLASSDESTDIR = $(TEMPDIR)/classes +JAVAHFLAGS += -classpath $(CLASSDESTDIR) include $(BUILDDIR)/common/Mapfile-vers.gmk diff --git a/jdk/make/sun/security/pkcs11/Makefile b/jdk/make/sun/security/pkcs11/Makefile index 0fa4b5b4770..7915e8cb9b3 100644 --- a/jdk/make/sun/security/pkcs11/Makefile +++ b/jdk/make/sun/security/pkcs11/Makefile @@ -148,6 +148,7 @@ OTHER_INCLUDES += \ # Rules # CLASSDESTDIR = $(TEMPDIR)/classes +JAVAHFLAGS += -classpath $(CLASSDESTDIR) include $(BUILDDIR)/common/Mapfile-vers.gmk