diff options
Diffstat (limited to 'src/timer/win32_query_perf_ctr/modinfo.txt')
-rw-r--r-- | src/timer/win32_query_perf_ctr/modinfo.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/timer/win32_query_perf_ctr/modinfo.txt b/src/timer/win32_query_perf_ctr/modinfo.txt new file mode 100644 index 000000000..74c4a59ea --- /dev/null +++ b/src/timer/win32_query_perf_ctr/modinfo.txt @@ -0,0 +1,20 @@ +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> |