summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthayes%netscape.com <devnull@localhost>2001-03-09 01:08:44 +0000
committerthayes%netscape.com <devnull@localhost>2001-03-09 01:08:44 +0000
commitdb51a7bbc0b9f2fbd9b197c6a11ba5e736c65cfe (patch)
tree7fb048dd7dc6e1761607283c5d55c584fb717abb
parentbd592546c8c2312c18df6af0b94207632c1611bc (diff)
downloadnss-hg-db51a7bbc0b9f2fbd9b197c6a11ba5e736c65cfe.tar.gz
Bug 71323: set MOZILLA_CLIENT when building in client make environment
-rw-r--r--security/nss/makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/makefile.win b/security/nss/makefile.win
index 5d61ad4fa..943edd461 100644
--- a/security/nss/makefile.win
+++ b/security/nss/makefile.win
@@ -42,7 +42,7 @@ include <$(DEPTH)\config\config.mak>
GMAKE = gmake.exe
-GMAKE_FLAGS = OBJDIR_NAME=$(OBJDIR)
+GMAKE_FLAGS = OBJDIR_NAME=$(OBJDIR) MOZILLA_CLIENT=1
#
# The Client's debug build uses MSVC's debug runtime library (/MDd).