зеркало из https://github.com/mozilla/gecko-dev.git
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
This commit is contained in:
Родитель
c47a93a3f7
Коммит
18cbc45dd5
|
@ -28,7 +28,27 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE=inspector
|
||||
LIBRARY_NAME=inspector_s
|
||||
REQUIRES=xpcom string dom rdf rdfutil gfx layout content widget locale gfx2 necko docshell view timer imglib2 mimetype exthandler $(PNG_REQUIRES) $(ZLIB_REQUIRES)
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
rdf \
|
||||
rdfutil \
|
||||
gfx \
|
||||
layout \
|
||||
content \
|
||||
widget \
|
||||
locale \
|
||||
gfx2 \
|
||||
necko \
|
||||
docshell \
|
||||
view \
|
||||
timer \
|
||||
imglib2 \
|
||||
mimetype \
|
||||
exthandler \
|
||||
$(PNG_REQUIRES) \
|
||||
$(ZLIB_REQUIRES) \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS= \
|
||||
inDOMDataSource.cpp \
|
||||
|
|
Загрузка…
Ссылка в новой задаче