diff options
author | Igor Zinkovsky <igorzi@microsoft.com> | 2011-07-07 13:54:30 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-07-08 17:44:58 -0700 |
commit | a58b6439de56f44a6dc3e34f4867524c94395246 (patch) | |
tree | bc9bd2d9e084f278f2982d9ff2bfcc30ea276e54 /LICENSE | |
parent | d38fac2230e9803231f080568588446556753c45 (diff) | |
download | node-new-a58b6439de56f44a6dc3e34f4867524c94395246.tar.gz |
Statically link in dependencies for node.exe
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -71,3 +71,11 @@ The externally maintained libraries used by Node are: under the New BSD license. - lib/punycode.js is copyright 2011 Ben Noordhuis and released under the MIT license. + + - deps/pthread-win32/libpthreadGC2.a and + deps/pthread-win32/libpthreadGC2d.a is a POSIX threads library for + Microsoft Windows and is used for the Windows build and statically + linked into the Node executable. This software is freely available at + http://sourceware.org/pthreads-win32/ It is Copyright 1998 John E. + Bossom and 1999,2006 Pthreads-win32 contributors and licensed under the + LGPL. See deps/pthread-win32/COPYING.LIB for more details. |