Fixed the logic and cleaned it up.

This commit is contained in:
briano%netscape.com 1999-07-19 23:15:25 +00:00
Родитель 37224476da
Коммит 84541f63f2
1 изменённых файлов: 12 добавлений и 18 удалений

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

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,33 +13,28 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
MODULE = raptor
LIBRARY_NAME = raptorview
MODULE=raptor
CPPSRCS = \
nsView.cpp \
nsScrollingView.cpp \
nsViewManager.cpp \
nsViewFactory.cpp \
$(NULL)
LIBRARY_NAME=raptorview
CPPSRCS = \
nsView.cpp \
nsScrollingView.cpp \
nsViewManager.cpp \
nsViewFactory.cpp \
$(NULL)
REQUIRES = raptor xpcom
DEFINES += -D_IMPL_NS_VIEW
TARGETS = $(LIBRARY)
REQUIRES = raptor xpcom
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_VIEW