mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
stop building nsCategoryManager.js and start building nsCategoryManager.cpp
on linux and windows
This commit is contained in:
parent
8ec74054ea
commit
f218d5ba48
@ -1 +0,0 @@
|
||||
nsCategoryManager.js
|
@ -36,6 +36,7 @@ CPPSRCS = \
|
||||
nsRegistry.cpp \
|
||||
nsRepository.cpp \
|
||||
nsServiceManager.cpp \
|
||||
nsCategoryManager.cpp \
|
||||
xcDll.cpp \
|
||||
$(NULL)
|
||||
|
||||
@ -69,7 +70,3 @@ override NO_STATIC_LIB=
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DUSE_NSREG -D_IMPL_NS_COM -D_IMPL_NS_BASE
|
||||
|
||||
# XXX need common install rule!
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/nsCategoryManager.js $(DIST)/bin/components
|
||||
|
@ -70,6 +70,7 @@ CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsRegistry.obj \
|
||||
.\$(OBJDIR)\nsRepository.obj \
|
||||
.\$(OBJDIR)\nsServiceManager.obj \
|
||||
.\$(OBJDIR)\nsCategoryManager.obj \
|
||||
.\$(OBJDIR)\xcDll.obj \
|
||||
$(NULL)
|
||||
|
||||
@ -77,7 +78,6 @@ include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
$(MAKE_INSTALL) nsCategoryManager.js $(DIST)\bin\components
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
|
Loading…
Reference in New Issue
Block a user