summaryrefslogtreecommitdiff
path: root/Bmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-25 00:49:04 +0000
committerrpj <rpj>2005-04-25 00:49:04 +0000
commitbbae92ba08f8bc5d4d93d45b3e032686270dc99e (patch)
treefa9e02df18385537aaebad48d377a1c21dfa25f3 /Bmakefile
parentc2c2749315183f102d8967f37a43394fd39c5abd (diff)
''
Diffstat (limited to 'Bmakefile')
-rw-r--r--Bmakefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Bmakefile b/Bmakefile
index 80b9bc6..830f4a9 100644
--- a/Bmakefile
+++ b/Bmakefile
@@ -6,9 +6,9 @@
# Currently only the recommended pthreadBC.dll is built by this makefile.
#
-
+
DLL_VER = 2
-
+
DEVROOT = .
DLLDEST = $(DEVROOT)\DLL
@@ -139,6 +139,7 @@ PRIVATE_SRCS = \
ptw32_tkAssocDestroy.c \
ptw32_callUserDestroyRoutines.c \
ptw32_timespec.c \
+ ptw32_relmillisecs.c \
ptw32_throw.c \
ptw32_InterlockedCompareExchange.c \
ptw32_getprocessors.c
@@ -186,9 +187,7 @@ SEMAPHORE_SRCS = \
sem_getvalue.c \
sem_open.c \
sem_close.c \
- sem_unlink.c \
- ptw32_increase_semaphore.c \
- ptw32_decrease_semaphore.c
+ sem_unlink.c
SPIN_SRCS = \
ptw32_spinlock_check_need_init.c \