diff options
| author | rpj <rpj> | 2005-06-03 08:32:43 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-06-03 08:32:43 +0000 | 
| commit | 15f1b0bc1f4feeca60ca1dda769928822d6c032a (patch) | |
| tree | 26a3693fd7058745a2bd76e8c086dc4d16656049 /GNUmakefile | |
| parent | 1908d93b42b01cea49c886e2260fd70ac05becf7 (diff) | |
''
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a8d3639..df40b8f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -213,6 +213,7 @@ SMALL_STATIC_OBJS	= \  		pthread_timechange_handler_np.o \  		ptw32_is_attr.o \  		ptw32_cond_check_need_init.o \ +		ptw32_MCS_lock.o \  		ptw32_mutex_check_need_init.o \  		ptw32_processInitialize.o \  		ptw32_processTerminate.o \ @@ -320,6 +321,7 @@ MISC_SRCS	= \  		pthread_self.c \  		pthread_setconcurrency.c \  		ptw32_calloc.c \ +		ptw32_MCS_lock.c \  		ptw32_new.c \  		ptw32_reuse.c \  		w32_CancelableWait.c @@ -501,7 +503,7 @@ tests:  	$(CC) -E -o $@ $(CFLAGS) $^  %.s: %.c -	$(CC) -c $(CFLAGS) -Wa,-ahl $^ > $@ +	$(CC) -c $(CFLAGS) -DPTW32_BUILD_INLINED -Wa,-ahl $^ > $@  %.o: %.rc  	$(RC) $(RCFLAGS) $(CLEANUP) -o $@ $<  | 
