TestSpaceManager now builds on Linux

This commit is contained in:
mcafee%netscape.com 1999-02-02 03:31:44 +00:00
Родитель 14f3ed03d3
Коммит 94d5a492ea
1 изменённых файлов: 36 добавлений и 0 удалений

Просмотреть файл

@ -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