summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjavi%netscape.com <devnull@localhost>2001-04-11 20:40:30 +0000
committerjavi%netscape.com <devnull@localhost>2001-04-11 20:40:30 +0000
commit71f696560f65d32211d04af72834447109f5ec98 (patch)
tree000fd58c0d020dc55b302c470d437689fd102d9e
parent826ec80da9df9f8e66d096170bd15ea70928fbf1 (diff)
downloadnss-hg-71f696560f65d32211d04af72834447109f5ec98.tar.gz
Tell coreconf where the nspr header files are in the mozilla client
build.
-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).