Modification to make it build on BSDI.

This commit is contained in:
briano%netscape.com 1999-07-16 00:25:40 +00:00
Родитель 3a227cd943
Коммит 908dd0ada9
1 изменённых файлов: 15 добавлений и 13 удалений

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

@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -21,23 +22,24 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = proxytest
MODULE = proxytest
CPPSRCS = proxytests.cpp
CPPSRCS = proxytests.cpp
XPIDLSRCS = nsITestProxy.idl
XPIDLSRCS = nsITestProxy.idl
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
LIBS = \
-L$(DIST)/bin \
-lxpcom \
-l$(MOZ_LIB_UTIL_PREFIX)util \
$(NSPR_LIBS) \
$(NULL)
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
endif
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
include $(topsrcdir)/config/config.mk
LIBS = \
-L$(DIST)/bin \
-lxpcom \
-l$(MOZ_LIB_UTIL_PREFIX)util \
$(LOST_SYM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk