3proxy/src/plugins/WindowsAuthentication/Makefile.inc
Vladimir Dubrovin 3bfabb29f8
Some checks failed
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
pass -fPIC for plugins (so) only
2026-07-28 18:59:02 +03:00

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)