diff options
author | lloyd <[email protected]> | 2006-05-18 18:33:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-05-18 18:33:19 +0000 |
commit | a2c99d3270eb73ef2db5704fc54356c6b75096f8 (patch) | |
tree | ad3d6c4fcc8dd0f403f8105598943616246fe172 /modules/tm_posix/modinfo.txt |
Initial checkin1.5.6
Diffstat (limited to 'modules/tm_posix/modinfo.txt')
-rw-r--r-- | modules/tm_posix/modinfo.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/tm_posix/modinfo.txt b/modules/tm_posix/modinfo.txt new file mode 100644 index 000000000..df8d63122 --- /dev/null +++ b/modules/tm_posix/modinfo.txt @@ -0,0 +1,19 @@ +realname "POSIX Timer" + +define TIMER_POSIX + +add_file tm_posix.cpp +add_file tm_posix.h + +<libs> +linux -> rt +</libs> + +# The *BSDs put clock_gettime in sys/time.h, not time.h like POSIX says +<os> +cygwin +linux +#freebsd +#netbsd +#openbsd +</os> |