Adding support for Rhapsody
git-svn-id: svn://10.0.0.236/trunk@10496 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e5b7068791
commit
cb0dad87de
@ -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)
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user