Adding changes for Solaris, commented-out so we don't break the current build.

This commit is contained in:
mcafee%netscape.com 1999-05-05 02:06:02 +00:00
Родитель 481a0f894e
Коммит 03d3d710d6
2 изменённых файлов: 24 добавлений и 0 удалений

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

@ -44,6 +44,18 @@ CPPSRCS = \
endif
endif
#ifneq (,$(filter SunOS,$(OS_ARCH)))
#CPPSRCS = \
# xptcinvoke_sparc_solaris.cpp \
# xptcstubs_sparc_solaris.cpp \
# $(NULL)
#
#ASFILES = \
# xptcinvoke_asm_sparc_solaris.s \
# xptcstubs_asm_sparc_solaris.s \
# $(NULL)
#endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../..

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

@ -44,6 +44,18 @@ CPPSRCS = \
endif
endif
#ifneq (,$(filter SunOS,$(OS_ARCH)))
#CPPSRCS = \
# xptcinvoke_sparc_solaris.cpp \
# xptcstubs_sparc_solaris.cpp \
# $(NULL)
#
#ASFILES = \
# xptcinvoke_asm_sparc_solaris.s \
# xptcstubs_asm_sparc_solaris.s \
# $(NULL)
#endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../..