fixing build bustage

This commit is contained in:
dougt%netscape.com 2001-12-19 00:59:25 +00:00
parent 1e5daacbd5
commit ba4a1e2256
3 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,7 @@ REQUIRES = libreg \
CPPSRCS = \ CPPSRCS = \
nsCategoryManager.cpp \ nsCategoryManager.cpp \
nsComponentManager.cpp \ nsComponentManager.cpp \
nsComponentManagerObsolete.cpp \
nsGenericFactory.cpp \ nsGenericFactory.cpp \
nsNativeComponentLoader.cpp \ nsNativeComponentLoader.cpp \
nsRegistry.cpp \ nsRegistry.cpp \
@ -51,12 +52,14 @@ endif
EXPORTS = \ EXPORTS = \
nsComponentManagerUtils.h \ nsComponentManagerUtils.h \
nsComponentManagerObsolete.h \
nsIGenericFactory.h \ nsIGenericFactory.h \
nsIRegistryUtils.h \ nsIRegistryUtils.h \
nsIServiceManagerUtils.h \ nsIServiceManagerUtils.h \
nsIServiceManagerObsolete.h \ nsIServiceManagerObsolete.h \
nsXPComFactory.h \ nsXPComFactory.h \
nsStaticComponent.h \ nsStaticComponent.h \
nsObsoleteModuleLoading.h \
$(NULL) $(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
@ -65,6 +68,7 @@ XPIDLSRCS = \
nsIClassInfo.idl \ nsIClassInfo.idl \
nsIComponentLoader.idl \ nsIComponentLoader.idl \
nsIComponentManager.idl \ nsIComponentManager.idl \
nsIComponentManagerObsolete.idl \
nsIFactory.idl \ nsIFactory.idl \
nsIModule.idl \ nsIModule.idl \
nsIRegistry.idl \ nsIRegistry.idl \

View File

@ -28,6 +28,9 @@
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#endif #endif
#ifndef nsComponentManagerObsolete_h___
#include "nsComponentManagerObsolete.h"
#endif
#define NS_COMPONENTMANAGER_CID \ #define NS_COMPONENTMANAGER_CID \
{ /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \ { /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \

View File

@ -28,6 +28,9 @@
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#endif #endif
#ifndef nsComponentManagerObsolete_h___
#include "nsComponentManagerObsolete.h"
#endif
#define NS_COMPONENTMANAGER_CID \ #define NS_COMPONENTMANAGER_CID \
{ /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \ { /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \