diff options
Diffstat (limited to 'third_party/pthread/README.chromium')
-rw-r--r-- | third_party/pthread/README.chromium | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/pthread/README.chromium b/third_party/pthread/README.chromium new file mode 100644 index 0000000..673ec16 --- /dev/null +++ b/third_party/pthread/README.chromium @@ -0,0 +1,14 @@ +This directory contains built 2.7.0 Pthreads-w32 library. + +The library is used *only* to build testkjs console application from WebKit. + +Current distribution is available from: + http://sourceware.org/pthreads-win32/ + +License information: + See http://sourceware.org/pthreads-win32/copying.html + This implementation is free software, distributed under the GNU Lesser + General Public License (LGPL). + +When updating, no modifications should be necessary aside from building +the library that will be statically linked.
\ No newline at end of file |