build xul
This commit is contained in:
Родитель
3e6ec73922
Коммит
e3d9a440ab
|
@ -1104,6 +1104,9 @@ layout/xml/content/src/Makefile
|
|||
layout/xml/document/Makefile
|
||||
layout/xml/document/public/Makefile
|
||||
layout/xml/document/src/Makefile
|
||||
layout/xul/Makefile
|
||||
layout/xul/content/Makefile
|
||||
layout/xul/content/src/Makefile
|
||||
layout/tools/Makefile
|
||||
lib/liblayer/Makefile
|
||||
lib/liblayer/include/Makefile
|
||||
|
|
|
@ -22,7 +22,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = base html xml events build
|
||||
DIRS = base html xml xul events build
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ EXTRA_DSO_LDOPTS = \
|
|||
-lraptorhtmltable_s \
|
||||
-lraptorxmldoc_s \
|
||||
-lraptorxmlcontent_s \
|
||||
-lraptorxulcontent_s \
|
||||
-lraptorlayout_s \
|
||||
-lraptorevents_s \
|
||||
-lraptorhtmlpars \
|
||||
|
|
|
@ -44,6 +44,7 @@ MISCDEP = \
|
|||
$(DIST)\lib\raptorhtmltable_s.lib \
|
||||
$(DIST)\lib\raptorxmlcontent_s.lib \
|
||||
$(DIST)\lib\raptorxmldoc_s.lib \
|
||||
$(DIST)\lib\raptorxulcontent_s.lib \
|
||||
$(DIST)\lib\raptorevents_s.lib \
|
||||
$(DIST)\lib\xpcom32.lib \
|
||||
$(DIST)\lib\raptorbase.lib \
|
||||
|
@ -72,6 +73,7 @@ LLIBS= \
|
|||
$(DIST)\lib\raptorhtmltable_s.lib \
|
||||
$(DIST)\lib\raptorxmlcontent_s.lib \
|
||||
$(DIST)\lib\raptorxmldoc_s.lib \
|
||||
$(DIST)\lib\raptorxulcontent_s.lib \
|
||||
$(DIST)\lib\raptorevents_s.lib \
|
||||
$(DIST)\lib\xpcom32.lib \
|
||||
$(DIST)\lib\raptorbase.lib \
|
||||
|
@ -81,6 +83,9 @@ LLIBS= \
|
|||
$(DIST)\lib\netlib.lib \
|
||||
$(DIST)\lib\libplc21.lib \
|
||||
$(DIST)\lib\js32$(VERSION_NUMBER).lib \
|
||||
!if defined(MOZ_DEBUG) && defined(GLOWCODE) && "$(MOZ_BITS)"=="32"
|
||||
$(GLOWDIR)\glowcode.lib \
|
||||
!endif
|
||||
$(LIBNSPR)
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
|
||||
DEPTH=..
|
||||
|
||||
DIRS=base html xml events build
|
||||
DIRS=base html xml xul events build
|
||||
|
||||
include <$(DEPTH)\layout\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче