From 21daedc6ff6de2966fe350dceb543a752d845a75 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Sep 2010 16:12:07 +0200 Subject: another fix around sleep --- src/Makefile.W32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.W32 b/src/Makefile.W32 index 843443a..a0238a4 100644 --- a/src/Makefile.W32 +++ b/src/Makefile.W32 @@ -33,8 +33,7 @@ OBJS = \ except.obj DLL_PORT_OBJS = \ - port\string.dllobj \ - port\sleep.dllobj + port\string.dllobj DLL_OBJS = \ $(DLL_PORT_OBJS) \ -- cgit v1.2.3-54-g00ecf