mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-26 09:55:48 +08:00
9 lines
377 B
Makefile
9 lines
377 B
Makefile
all: $(BUILDDIR)WindowsAuthentication$(DLSUFFICS)
|
|
|
|
WindowsAuthentication$(OBJSUFFICS): WindowsAuthentication.c
|
|
$(CC) $(CFLAGS) $(DCFLAGS) WindowsAuthentication.c
|
|
|
|
$(BUILDDIR)WindowsAuthentication$(DLSUFFICS): WindowsAuthentication$(OBJSUFFICS)
|
|
$(LN) $(LNOUT)../../$(BUILDDIR)WindowsAuthentication$(DLSUFFICS) $(LDFLAGS) $(DLFLAGS) WindowsAuthentication$(OBJSUFFICS) $(LIBS)
|
|
|