зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix for *nix platforms.
This commit is contained in:
Родитель
49833f0950
Коммит
7e26c9b708
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче