summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 55228a9..f0d8982 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ CC = g++
AR = ar
-LD = gcc -mdll -e _DllMain@12
+LD = gcc -mdll
OPT = -g -O2
@@ -34,11 +34,11 @@ CFLAGS = $(OPT) -I. -DHAVE_CONFIG_H -Wall
## Cygwin G++
#CFLAGS = $(OPT) -fhandle-exceptions -I. -DHAVE_CONFIG_H -Wall
-OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o \
- exit.o fork.o global.o misc.o mutex.o private.o sched.o \
- semaphore.o signal.o sync.o tsd.o
+OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o errno.o \
+ exit.o fork.o global.o misc.o mutex.o private.o rwlock.o \
+ sched.o semaphore.o signal.o sync.o tsd.o
-INCL = implement.h pthread.h windows.h
+INCL = implement.h semaphore.h pthread.h windows.h
DLL = pthread.dll