Add AIX/ppc source files for compiling

This commit is contained in:
jdunn%netscape.com 1999-05-27 02:56:47 +00:00
Родитель 318b49f72d
Коммит dd097c18c7
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -57,6 +57,18 @@ ASFILES = \
endif
endif
# AIX/PPC
ifeq (AIX,$(filter AIX,$(OS_ARCH)))
CPPSRCS = \
xptcinvoke_ppc_aix.cpp \
xptcstubs_ppc_aix.cpp \
$(NULL)
ASFILES = \
xptcinvoke_asm_ppc_aix.s \
xptcstubs_asm_ppc_aix.s \
$(NULL)
endif
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=