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

properly.
This commit is contained in:
Alexandre Julliard 2003-04-30 17:17:48 +00:00
parent e426e9a785
commit ffc198b5f0

View file

@ -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)