Added omnithread README (deprecation).
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Mon, 17 Aug 2009 13:49:53 +0000 (09:49 -0400)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Mon, 17 Aug 2009 13:49:53 +0000 (09:49 -0400)
omnithread/Makefile.am
omnithread/README [new file with mode: 0644]

index 88df2714da9b4f0a5b3af36500391ab8505a2688..291cc8beb0eaa16201221f353cc9332f4b9ce3e6 100644 (file)
@@ -67,4 +67,5 @@ EXTRA_DIST =                          \
        solaris.cc                      \
        threaddata.cc                   \
        vxWorks.cc                      \
-       dir.mk
+       dir.mk                          \
+       README
diff --git a/omnithread/README b/omnithread/README
new file mode 100644 (file)
index 0000000..1943d0e
--- /dev/null
@@ -0,0 +1,2 @@
+The code in this directory is deprecated, please use the Boost thread
+library for new code.