From a3ea0b24409b89bd08c0a2268dbae834724734df Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 20 Jun 2010 03:31:18 +0000 Subject: See ChangeLogs: preparing for new release. --- GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3