From 4b8ca0cba45b88803f99b9d91d2a8c7ec7f9f46d Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 1 Apr 2005 09:13:32 +0000 Subject: '' --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README') diff --git a/README b/README index bd74307..c6e8718 100644 --- a/README +++ b/README @@ -378,6 +378,22 @@ make clean GCX (tests the GC version of the library with C++ (EH) applications) +Building the library as a statically linkable library +----------------------------------------------------- + +General: PTW32_STATIC_LIB must be defined for both the library build and the +application build. The following 'make' command lines define this for the +library build. + +MSVC (creates pthreadVCn.lib as a static link lib): +nmake clean VC-static + +MinGW32 (creates libpthreadGCn.a as a static link lib): +make clean GC-static + +Define PTW32_STATIC_LIB when building your application. + + Building the library under Cygwin --------------------------------- -- cgit v1.2.3