зеркало из https://github.com/mozilla/gecko-dev.git
TestSpaceManager now builds on Linux
This commit is contained in:
Родитель
14f3ed03d3
Коммит
94d5a492ea
|
@ -22,6 +22,42 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LOCAL_INCLUDES = -I../src
|
||||
|
||||
CPPSRCS = \
|
||||
TestSpaceManager.cpp \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
PROGRAM = TestSpaceManager
|
||||
|
||||
LIBS = \
|
||||
-labouturl \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lgophurl \
|
||||
-lsockstuburl \
|
||||
-lremoturl \
|
||||
-lnetcnvts \
|
||||
-lhttpurl \
|
||||
-lmimetype \
|
||||
-lpwcac \
|
||||
-lnetcache \
|
||||
-lnetwork \
|
||||
-lnetutil \
|
||||
-lraptorhtml \
|
||||
-lpref \
|
||||
-lsecfree \
|
||||
-limg \
|
||||
-lmozutil \
|
||||
$(PNG_LIBS) \
|
||||
$(JPEG_LIBS) \
|
||||
-ljs \
|
||||
-lxpcom \
|
||||
-lxp \
|
||||
$(ZLIB_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче