From d4554cfabd933171462f15ee6f94f9d94f93922f Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 22 May 2026 19:17:29 +0300 Subject: [PATCH] Do not build PCRE/SSL with Watcom --- Makefile.watcom | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.watcom b/Makefile.watcom index 1a6cb62..f9b199c 100644 --- a/Makefile.watcom +++ b/Makefile.watcom @@ -13,7 +13,6 @@ LDFLAGS = /nologo /subsystem:console /incremental:no DLFLAGS = /DLL DLSUFFICS = .dll LIBS = ws2_32.lib advapi32.lib user32.lib kernel32.lib -LIBSOLD = libeay32MT.lib ssleay32MT.lib LIBSPREFIX = LIBSSUFFIX = .lib LIBEXT = .lib @@ -27,8 +26,6 @@ TYPECOMMAND = type COMPATLIBS = MAKEFILE = Makefile.watcom PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin -SSL_OBJS = ssllib$(OBJSUFFICS) ssl$(OBJSUFFICS) -PCRE_OBJS = pcre$(OBJSUFFICS) VERFILE = $(VERFILE) VERSION = $(VERSION) VERSIONDEP = 3proxy.res $(VERSIONDEP)