diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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)
|