summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2010-06-20 03:31:18 +0000
committerrpj <rpj>2010-06-20 03:31:18 +0000
commita3ea0b24409b89bd08c0a2268dbae834724734df (patch)
tree4629fd085756226f0cee8beba4faf66466ef0410 /GNUmakefile
parent135d6f060c5e5232311af77bd0d0f500e861290c (diff)
See ChangeLogs: preparing for new release.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6c48fd2..652edb8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -63,7 +63,8 @@ DOPT = $(CLEANUP) -g -O0
XOPT =
RCFLAGS = --include-dir=.
-LFLAGS = -lwsock32
+# Uncomment this if config.h defines RETAIN_WSALASTERROR
+#LFLAGS = -lwsock32
# ----------------------------------------------------------------------
# The library can be built with some alternative behaviour to
@@ -170,6 +171,7 @@ SMALL_STATIC_OBJS = \
pthread_cond_wait.o \
create.o \
dll.o \
+ autostatic.o \
errno.o \
pthread_exit.o \
fork.o \
@@ -436,6 +438,8 @@ GCE_LIB = libpthreadGCE$(DLL_VER).a
GCED_LIB= libpthreadGCE$(DLL_VERD).a
GCE_INLINED_STAMP = pthreadGCE$(DLL_VER).stamp
GCED_INLINED_STAMP = pthreadGCE$(DLL_VERD).stamp
+GCE_STATIC_STAMP = libpthreadGCE$(DLL_VER).stamp
+GCED_STATIC_STAMP = libpthreadGCE$(DLL_VERD).stamp
GC_DLL = pthreadGC$(DLL_VER).dll
GCD_DLL = pthreadGC$(DLL_VERD).dll