From 218da462f72f314d4ee3755dddad5319b7eea1d1 Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Tue, 27 Feb 2001 23:15:57 +0000 Subject: [PATCH] [not part of the build] Forgot to update the WIN32 makefile after adding the CID for the memory cache transport. --- netwerk/cache/src/makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/netwerk/cache/src/makefile.win b/netwerk/cache/src/makefile.win index e06b0181cca2..cc752c83681e 100755 --- a/netwerk/cache/src/makefile.win +++ b/netwerk/cache/src/makefile.win @@ -44,6 +44,7 @@ CPP_OBJS = \ .\$(OBJDIR)\nsCacheSession.obj \ .\$(OBJDIR)\nsDiskCacheDevice.obj \ .\$(OBJDIR)\nsMemoryCacheDevice.obj \ + .\$(OBJDIR)\nsMemoryCacheTransport.obj \ $(NULL)