summaryrefslogtreecommitdiff
path: root/modules/windows-thread
diff options
context:
space:
mode:
Diffstat (limited to 'modules/windows-thread')
-rw-r--r--modules/windows-thread28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/windows-thread b/modules/windows-thread
new file mode 100644
index 0000000000..3f353446e6
--- /dev/null
+++ b/modules/windows-thread
@@ -0,0 +1,28 @@
+Description:
+Creating and controlling threads (native Windows implementation).
+
+Files:
+lib/windows-thread.h
+lib/windows-thread.c
+
+Depends-on:
+windows-once
+
+configure.ac:
+AC_REQUIRE([AC_CANONICAL_HOST])
+case "$host_os" in
+ mingw*)
+ AC_LIBOBJ([windows-thread])
+ ;;
+esac
+
+Makefile.am:
+
+Include:
+"windows-thread.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all