From 67ee52e123ff6200e2b1bdc20078fc1182458db3 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Tue, 7 Apr 2026 15:29:57 +0300 Subject: [PATCH] Fix makefiles --- Makefile.msvc | 2 +- Makefile.watcom | 6 ------ doc/html/howtoe.html | 10 +++------- doc/html/howtor.html | 9 +++------ 4 files changed, 7 insertions(+), 20 deletions(-) diff --git a/Makefile.msvc b/Makefile.msvc index 1651174..5bb8046 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -6,7 +6,7 @@ BUILDDIR = ../bin/ CC = cl -CFLAGS = /nologo /MT /W3 /Ox /GS /EHs- /GA /GF /D "MSVC" /D "WITH_WSAPOLL" /D "NDEBUG" /D "WIN32" /D "WITH_SSL" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /Fp"proxy.pch" /FD /c +CFLAGS = /nologo /MT /W3 /Ox /GS /EHs- /GA /GF /D "MSVC" /D "WITH_WSAPOLL" /D "NDEBUG" /D "WIN32" /D "WITH_SSL" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /Fp"proxy.pch" /FD /c $(BUILDDATE) $(VERSION) COUT = /Fo LN = link LDFLAGS = /nologo /subsystem:console /incremental:no diff --git a/Makefile.watcom b/Makefile.watcom index d3362c5..5df122e 100644 --- a/Makefile.watcom +++ b/Makefile.watcom @@ -62,9 +62,3 @@ allplugins: nmake del *.obj *.idb cd ../../ - copy Makefile plugins\PCREPlugin - copy Makefile.var plugins\PCREPlugin - cd plugins\PCREPlugin - nmake - del *.obj *.idb - cd ../../ diff --git a/doc/html/howtoe.html b/doc/html/howtoe.html index f9a03e9..84387cc 100644 --- a/doc/html/howtoe.html +++ b/doc/html/howtoe.html @@ -67,14 +67,10 @@