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 @@
-Extract source code files from 3proxy.tgz (with WinZip or another utility). -For 64-bit Windows use: +Extract source code files from 3proxy.tgz (with WinZip or another utility) or use git. +
-nmake /f Makefile.msvc64 --For ARM64 Windows use: -
-nmake /f Makefile.msvcARM64 +nmake /f Makefile.msvcBinaries will be placed in the
bin/ directory.
diff --git a/doc/html/howtor.html b/doc/html/howtor.html
index 91b175c..ea74a0f 100644
--- a/doc/html/howtor.html
+++ b/doc/html/howtor.html
@@ -73,13 +73,10 @@
- Извлеките файлы из архива 3proxy.tgz (например, с помощью WinZip). - Для 64-битной Windows используйте: + Извлеките файлы из архива 3proxy.tgz (например, с помощью WinZip) или используйте git.
- nmake /f Makefile.msvc64- Для Windows ARM64 используйте: -
- nmake /f Makefile.msvcARM64+ nmake /f Makefile.msvc + Исполняемые файлы будут помещены в каталог
bin/.