diff options
| author | rpj <rpj> | 2005-04-25 01:22:12 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-04-25 01:22:12 +0000 | 
| commit | 221a738b3884b485239adc4a80076ee5b961b093 (patch) | |
| tree | eb96c571c7109c6e01670db5de5fb2cba0d2bd39 /Bmakefile | |
| parent | 8a78e259203a6edabe53d78b8aa44666e50366e1 (diff) | |
''
Diffstat (limited to 'Bmakefile')
| -rw-r--r-- | Bmakefile | 11 | 
1 files changed, 5 insertions, 6 deletions
| @@ -6,9 +6,9 @@  # Currently only the recommended pthreadBC.dll is built by this makefile.
  #
 - -DLL_VER	= 2
 - +
 +DLL_VER	= 1
 +
  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 \
 | 
