mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-08 16:15:23 +00:00
fixing build bustage
This commit is contained in:
parent
1e5daacbd5
commit
ba4a1e2256
@ -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 \
|
||||||
|
@ -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 */ \
|
||||||
|
@ -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 */ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user