Bug 774888: Error out if there's no TimeStamp implementation. r=glandium

This commit is contained in:
Kyle Huey 2012-08-18 12:15:22 -07:00
parent e5307f0a9a
commit 1cad803140

View File

@ -46,6 +46,8 @@ else ifeq ($(OS_ARCH),Darwin)
CPPSRCS += TimeStamp_darwin.cpp
else ifeq ($(OS_ARCH),WINNT)
CPPSRCS += TimeStamp_windows.cpp
else
$(error No TimeStamp implementation on this platform. Build will not succeed)
endif
EXPORTS_NAMESPACES = mozilla