This commit is contained in:
mcafee%netscape.com 1999-01-26 11:44:32 +00:00
Родитель 308c6c469a
Коммит 3223988547
1 изменённых файлов: 4 добавлений и 12 удалений

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

@ -24,7 +24,6 @@ DIRS=public
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
TOOLKIT_GFX_LIB = $(addprefix -lgfx, $(MOZ_TOOLKIT))
TOOLKIT_WIDGET_LIB = $(addprefix -lwidget, $(MOZ_TOOLKIT))
@ -74,18 +73,9 @@ CPPSRCS = \
nsStubs.cpp \
$(NULL)
CFLAGS += $(TOOLKIT_CFLAGS)
include $(topsrcdir)/config/config.mk
INCLUDES += \
-I$(PUBLIC)/raptor \
-I$(PUBLIC)/xpcom \
-I$(PUBLIC)/dom \
-I$(PUBLIC)/netlib \
-I$(PUBLIC)/js \
-I$(PUBLIC)/pref \
-I$(PUBLIC)/network \
-I$(PUBLIC)/xp \
-I$(PUBLIC)/editor
CFLAGS += $(TOOLKIT_CFLAGS)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
@ -141,6 +131,8 @@ LIBS = \
-lmozdbm \
$(NULL)
LIBS += $(TK_GTK_LIBS)
PROGRAM = viewer
include $(topsrcdir)/config/rules.mk