diff options
Diffstat (limited to 'Attic/timer/posix_rt/info.txt')
-rw-r--r-- | Attic/timer/posix_rt/info.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Attic/timer/posix_rt/info.txt b/Attic/timer/posix_rt/info.txt new file mode 100644 index 000000000..4b23a74fc --- /dev/null +++ b/Attic/timer/posix_rt/info.txt @@ -0,0 +1,26 @@ +define TIMER_POSIX + +load_on auto + +<add> +tm_posix.cpp +tm_posix.h +</add> + +<libs> +linux -> rt +</libs> + +# The *BSDs put clock_gettime in sys/time.h, not time.h like POSIX says +<os> +cygwin +linux +#freebsd +dragonfly +#netbsd +#openbsd +</os> + +<requires> +timer +</requires> |