diff options
Diffstat (limited to 'src/timer/win32_query_perf_ctr/info.txt')
-rw-r--r-- | src/timer/win32_query_perf_ctr/info.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/timer/win32_query_perf_ctr/info.txt b/src/timer/win32_query_perf_ctr/info.txt new file mode 100644 index 000000000..e956f99c5 --- /dev/null +++ b/src/timer/win32_query_perf_ctr/info.txt @@ -0,0 +1,25 @@ +realname "Win32 Timer" + +define TIMER_WIN32 +modset win32 + +load_on auto + +<add> +tm_win32.cpp +tm_win32.h +</add> + +<os> +cygwin +windows +</os> + +<libs> +windows -> user32 +</libs> + +<requires> +timer_base +</requires> + |