diff options
Diffstat (limited to 'src/timer/win32_query_perf_ctr/info.txt')
-rw-r--r-- | src/timer/win32_query_perf_ctr/info.txt | 26 |
1 files changed, 26 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..e74259184 --- /dev/null +++ b/src/timer/win32_query_perf_ctr/info.txt @@ -0,0 +1,26 @@ +realname "Win32 Timer" + +define TIMER_WIN32 +modset win32 + +load_on auto + +<add> +tm_win32.cpp +tm_win32.h +</add> + +<os> +cygwin +windows +mingw +</os> + +<libs> +windows -> user32 +</libs> + +<requires> +timer +</requires> + |