From ae83f6f5a842427e65b548427cf8781e535f4750 Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Fri, 23 Mar 2001 03:08:59 +0000 Subject: [PATCH] Fixes bug 73097. No new cache in win32 builds (as in not at all). r=gagan (These changes should have gone in yesterday when we enabled the new cache, but were somehow forgotten.) git-svn-id: svn://10.0.0.236/trunk@90176 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/build/makefile.win | 2 ++ mozilla/netwerk/cache/Makefile.win | 2 ++ mozilla/netwerk/makefile.win | 1 + 3 files changed, 5 insertions(+) diff --git a/mozilla/netwerk/build/makefile.win b/mozilla/netwerk/build/makefile.win index 2b9790ea032..e3aa8864c56 100644 --- a/mozilla/netwerk/build/makefile.win +++ b/mozilla/netwerk/build/makefile.win @@ -20,6 +20,8 @@ # Contributor(s): DEPTH=..\.. +include <$(DEPTH)/config/config.mak> + MODULE=necko MAKE_OBJ_TYPE=DLL diff --git a/mozilla/netwerk/cache/Makefile.win b/mozilla/netwerk/cache/Makefile.win index 6484d0abe3b..4fa098374a7 100755 --- a/mozilla/netwerk/cache/Makefile.win +++ b/mozilla/netwerk/cache/Makefile.win @@ -21,6 +21,8 @@ DEPTH=..\.. +include <$(DEPTH)/config/config.mak> + DIRS= \ public \ mgr \ diff --git a/mozilla/netwerk/makefile.win b/mozilla/netwerk/makefile.win index d928c9756ee..9fd28a6c87b 100644 --- a/mozilla/netwerk/makefile.win +++ b/mozilla/netwerk/makefile.win @@ -20,6 +20,7 @@ # Contributor(s): DEPTH = .. +include <$(DEPTH)/config/config.mak> MODULE = necko