From 4f64ef995b41dbae1db428467bf4e88912714f11 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 16 Jun 1999 00:27:13 +0000 Subject: [PATCH] Removing xcDllStore.cpp from the build. git-svn-id: svn://10.0.0.236/trunk@35571 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/components/Makefile.in | 1 - mozilla/xpcom/components/makefile.win | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/xpcom/components/Makefile.in b/mozilla/xpcom/components/Makefile.in index c54c70b2617..609b8751018 100644 --- a/mozilla/xpcom/components/Makefile.in +++ b/mozilla/xpcom/components/Makefile.in @@ -38,7 +38,6 @@ CPPSRCS = \ nsRepository.cpp \ nsServiceManager.cpp \ xcDll.cpp \ - xcDllStore.cpp \ $(NULL) EXPORTS = \ diff --git a/mozilla/xpcom/components/makefile.win b/mozilla/xpcom/components/makefile.win index 4b992f15326..4da942b8abb 100644 --- a/mozilla/xpcom/components/makefile.win +++ b/mozilla/xpcom/components/makefile.win @@ -58,7 +58,6 @@ CPP_OBJS = \ .\$(OBJDIR)\nsRepository.obj \ .\$(OBJDIR)\nsServiceManager.obj \ .\$(OBJDIR)\xcDll.obj \ - .\$(OBJDIR)\xcDllStore.obj \ $(NULL) include <$(DEPTH)\config\rules.mak>