Allow makefile to work on platforms other than Windows (although still don't use it).

This commit is contained in:
dbaron%fas.harvard.edu 2002-02-16 18:21:43 +00:00
parent 84965699e2
commit 645e00764a

View File

@ -34,12 +34,15 @@ REQUIRES = \
$(NULL)
CPPSRCS = \
convperf.cpp \
nsTestUConv.cpp \
nsconv.cpp \
plattest.cpp \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
CPPSRCS += convperf.cpp
endif
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
include $(topsrcdir)/config/rules.mk