From 9ff27b7466ed173c97225b13d86699bc711d4e95 Mon Sep 17 00:00:00 2001 From: prr 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 --- make/sun/security/mscapi/Makefile | 1 + make/sun/security/pkcs11/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/make/sun/security/mscapi/Makefile b/make/sun/security/mscapi/Makefile index 188e5d9e0..3afff4f99 100644 --- a/make/sun/security/mscapi/Makefile +++ b/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/make/sun/security/pkcs11/Makefile b/make/sun/security/pkcs11/Makefile index 0fa4b5b47..7915e8cb9 100644 --- a/make/sun/security/pkcs11/Makefile +++ b/make/sun/security/pkcs11/Makefile @@ -148,6 +148,7 @@ OTHER_INCLUDES += \ # Rules # CLASSDESTDIR = $(TEMPDIR)/classes +JAVAHFLAGS += -classpath $(CLASSDESTDIR) include $(BUILDDIR)/common/Mapfile-vers.gmk -- GitLab