summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-01 09:00:27 +0000
committerrpj <rpj>2005-04-01 09:00:27 +0000
commitf7d9daf2243a111623aff7856b24632ef49cefcc (patch)
tree8bc4fabc31812fb64d2d4ac558f07908757b01a6 /README
parentf6f9976af7a520dd1aeced4f104f4d4711f28e23 (diff)
''
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
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
---------------------------------