Bustage fix for *nix platforms.

This commit is contained in:
Kyle Huey 2011-06-08 12:52:42 -07:00
Родитель 49833f0950
Коммит 7e26c9b708
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -69,10 +69,13 @@ CPPSRCS = \
TestQuickReturn.cpp \
TestArguments.cpp \
TestUnicodeArguments.cpp \
TestBase64.cpp \
$(STDCPPFLAGS) \
$(NULL)
ifeq ($(OS_TARGET),WINNT)
CPPSRCS += TestBase64.cpp
endif
ifdef WRAP_STL_INCLUDES
CPPSRCS += TestSTLWrappers.cpp
endif