Fix unix build for PICS after the landing from neeti.

This commit is contained in:
bruce%cybersight.com 1999-05-07 07:34:15 +00:00
Родитель 85e25f46a5
Коммит ba9bc25e43
4 изменённых файлов: 16 добавлений и 1 удалений

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

@ -24,4 +24,6 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public admin src
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -24,7 +24,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = pics
EXPORTS = nsIPICS.h
EXPORTS = \
nspics.h \
nsIPICS.h \
nsPICSElementObserver.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -53,4 +53,6 @@ MKSHLIB :=
# we don't want the shared lib
NO_SHARED_LIB=1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -30,10 +30,14 @@ REQUIRES = js pics pref xpcom include
LIBS = \
-lxpcom \
-lreg \
-lpics \
-lraptorbase \
$(NSPR_LIBS) \
$(NULL)
PROGRAM = testPICS
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk