This commit is contained in:
kmcclusk 1998-06-03 22:56:29 +00:00
Родитель 983681c31b
Коммит ab12605cbb
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -15,6 +15,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../..
LIBRARY_NAME = raptorwebwidget
@ -23,6 +24,8 @@ MODULE=raptor
REQUIRES=xpcom raptor dom js netlib
INCLUDES += -I$(PUBLIC)/raptor -I$(PUBLIC)/xpcom -I$(PUBLIC)/dom -I$(PUBLIC)/js -I(PUBLIC)/netlib
DEFINES = -D_IMPL_NS_WEB
CPPSRCS= \
@ -40,3 +43,4 @@ include $(DEPTH)/config/config.mk
TARGETS = $(LIBRARY)
include $(DEPTH)/config/rules.mk