summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjavi%netscape.com <devnull@localhost>2001-04-11 20:35:29 +0000
committerjavi%netscape.com <devnull@localhost>2001-04-11 20:35:29 +0000
commit4991ba3e01ae8033f3bdd65a60bc48095194e7fe (patch)
tree03f48c2860738d559d8dd52ba9ae16d9b22ce9be
parented08187932a45ce3d9cf2a60d1321a25ec453544 (diff)
downloadnss-hg-4991ba3e01ae8033f3bdd65a60bc48095194e7fe.tar.gz
Tell coreconf where to find the NSPR header files.
-rw-r--r--security/nss/makefile.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/makefile.win b/security/nss/makefile.win
index 943edd461..4710e1089 100644
--- a/security/nss/makefile.win
+++ b/security/nss/makefile.win
@@ -43,6 +43,7 @@ include <$(DEPTH)\config\config.mak>
GMAKE = gmake.exe
GMAKE_FLAGS = OBJDIR_NAME=$(OBJDIR) MOZILLA_CLIENT=1
+GMAKE_FLAGS = $(GMAKE_FLAGS) SOURCE_MDHEADERS_DIR=$(MOZ_SRC:\=/)/mozilla/dist/include/nspr
#
# The Client's debug build uses MSVC's debug runtime library (/MDd).