Adding support for Rhapsody

This commit is contained in:
mcafee%netscape.com 1998-09-19 06:58:53 +00:00
parent 5f55a42ced
commit c7089fcc17
2 changed files with 11 additions and 0 deletions

View File

@ -19,7 +19,11 @@ DEPTH=../..
DEFINES =-D_IMPL_NS_BASE
ifeq ($(OS_TARGET),Rhapsody)
DIRS = rhapsody
else
DIRS = unix
endif
LIBRARY_NAME = raptorbase
@ -70,3 +74,6 @@ include $(DEPTH)/config/config.mk
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk
test:
@echo OS_ARCH = $(OS_ARCH)

View File

@ -24,7 +24,11 @@ include $(DEPTH)/config/autoconf.mk
DEFINES =-D_IMPL_NS_BASE
ifeq ($(OS_ARCH),Rhapsody)
DIRS = rhapsody
else
DIRS = unix
endif
LIBRARY_NAME = raptorbase