From 47d030b0ab9adf502451ef1558eeca50e67063c0 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 12 Mar 2005 23:00:53 +0000 Subject: New design for pthread_once (with cancelability); ABI change --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 169f733..3827782 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ # dll and the lib, respectively. Probably all that needs to change is $DEVROOT. -# DLL_VER: -# See pthread.h and README - This number is computed as 'current - age' -DLL_VER = 1 +# DLL_VER: +# See pthread.h and README - This number is computed as 'current - age' +DLL_VER = 2 DEVROOT = c:\pthreads @@ -25,8 +25,8 @@ CFLAGS = /W3 /MD /nologo /Yd /I. /D_WIN32_WINNT=0x400 /DHAVE_CONFIG_H #CFLAGS = /W3 /MD /nologo /Yd /Zi /I. /D_WIN32_WINNT=0x400 /DHAVE_CONFIG_H -# Default cleanup style -CLEANUP = __CLEANUP_C +# Default cleanup style +CLEANUP = __CLEANUP_C # C++ Exceptions VCEFLAGS = /GX /TP $(CFLAGS) -- cgit v1.2.3