Advertisement
Guest User

HAVE_CLOCK_MONOTONIC

a guest
Sep 5th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ifdef HAVE_CLOCK_MONOTONIC
  2. CPPSRCS += TimeStamp_posix.cpp
  3. else ifeq ($(OS_ARCH),Darwin)
  4. CPPSRCS += TimeStamp_darwin.cpp
  5. else ifeq ($(OS_ARCH),WINNT)
  6. CPPSRCS += TimeStamp_windows.cpp
  7. else
  8. CPPSRCS += TimeStamp_posix.cpp
  9. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement