argh, just fixing a build warning that TestUConv.cpp is in the win32 gmake build twice - no affect on the build

This commit is contained in:
alecf%netscape.com 2002-06-13 18:41:04 +00:00
Родитель d8b279635a
Коммит 480ddea986
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@ CPPSRCS = \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
CPPSRCS += convperf.cpp TestUConv.cpp
CPPSRCS += convperf.cpp
endif
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))