From 5cdc411216d113df38e98759c0bdbd8b204e1459 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 7 Jan 2000 05:54:32 +0000 Subject: Minor changes. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c91069..b5b10e5 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ DEVROOT=e: DLLDEST=$(DEVROOT)\dll LIBDEST=$(DEVROOT)\lib +CLIB=/MD + OBJ=attr.obj \ cancel.obj \ cleanup.obj \ @@ -44,10 +46,10 @@ install: all copy pthread.lib $(LIBDEST) pthread.dll: $(OBJ) pthread.def - cl /LDd /Zi /MD $(OBJ) /Fepthread.dll pthread.def + cl /LDd /Zi $(CLIB) $(OBJ) /Fepthread.dll pthread.def .c.obj:: - cl /W3 /MD /nologo /Yd /Zi /I. \ + cl /W3 $(CLIB) /nologo /Yd /Zi /I. \ /D_WIN32_WINNT=0x400 \ /DSTDCALL=_stdcall \ -c $< -- cgit v1.2.3