From e058b56b27fa6fc3286c4a51cc4ada30f29f6ee3 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 30 Mar 2026 17:10:39 +0300 Subject: [PATCH] Update Makefile.win --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index ea97c65..042b06e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -10,13 +10,13 @@ BUILDDIR = ../bin/ CC ?= gcc -CFLAGS := -O2 -s -c -mthreads -DWITH_STD_MALLOC -DWITH_WSAPOLL $(CFLAGS) +CFLAGS += -O2 -s -c -mthreads -DWITH_STD_MALLOC -DWITH_WSAPOLL COUT = -o LN ?= $(CC) LDFLAGS ?= -O2 -s -mthreads DLFLAGS ?= -shared DLSUFFICS = .dll -LIBS := -lws2_32 -lodbc32 -ladvapi32 -luser32 $(LIBS) +LIBS ?= -lws2_32 -lodbc32 -ladvapi32 -luser32 LIBSPREFIX = -l LIBSSUFFIX = LNOUT = -o