From 4fcdb2ddf6a3505cccce189855c70250e3669e20 Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Sun, 30 Sep 2001 05:57:50 +0000 Subject: [PATCH] bug 97944, sr=shaver, r=cls,peterv, build venkman by default descend into jsd if DISABLE_JSD isn't defined. --- makefile.win | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile.win b/makefile.win index 38c098d3070..4032d005b32 100644 --- a/makefile.win +++ b/makefile.win @@ -62,6 +62,9 @@ DIRS = \ netwerk \ widget\timer \ js \ +!if !defined(DISABLE_JSD) + js\jsd \ +!endif modules\libjar \ modules\libimg \ modules\libpref \