Commit ffc198b5 authored by Alexandre Julliard's avatar Alexandre Julliard

We still need to link against ntdll until the pthread stuff is fixed

properly.
parent e426e9a7
......@@ -14,7 +14,7 @@ all: $(MODULE)
LDEXECFLAGS = @LDEXECFLAGS@
$(MODULE): $(OBJS)
$(CC) -o $@ $(LDEXECFLAGS) $(OBJS) $(LIBWINE) $(LIBPORT) $(LDFLAGS)
$(CC) -o $@ $(LDEXECFLAGS) $(OBJS) -L$(DLLDIR) -lntdll.dll $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS)
install:: $(MODULE)
$(MKINSTALLDIRS) $(bindir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment