update build

This commit is contained in:
Vladimir Dubrovin 2026-04-05 17:19:34 +03:00
parent 79f556095a
commit 0450eff950
4 changed files with 46 additions and 52 deletions

View File

@ -39,18 +39,18 @@ jobs:
with:
name: "3proxy-${{ env.RELEASE }}-light.zip"
path: |
bin/3proxy.exe
bin/*.dll
bin/mycrypt.exe
cfg/*.*
cfg/sql/*.*
doc/ru/*.*
doc/html/*.*
doc/html/plugins/*.*
doc/html/man8/*.*
doc/html/man3/*.*
doc/devel/*.rtf
copying
authors
README
rus.3ps
../3proxy/bin64/3proxy.exe
../3proxy/bin64/*.dll
../3proxy/bin64/mycrypt.exe
../3proxy/cfg/*.*
../3proxy/cfg/sql/*.*
../3proxy/doc/ru/*.*
../3proxy/doc/html/*.*
../3proxy/doc/html/plugins/*.*
../3proxy/doc/html/man8/*.*
../3proxy/doc/html/man3/*.*
../3proxy/doc/devel/*.rtf
../3proxy/copying
../3proxy/authors
../3proxy/README
../3proxy/rus.3ps

View File

@ -50,18 +50,18 @@ jobs:
with:
name: "3proxy-${{ env.RELEASE }}.zip"
path: |
bin/3proxy.exe
bin/*.dll
bin/mycrypt.exe
cfg/*.*
cfg/sql/*.*
doc/ru/*.*
doc/html/*.*
doc/html/plugins/*.*
doc/html/man8/*.*
doc/html/man3/*.*
doc/devel/*.rtf
copying
authors
README
rus.3ps
../3proxy/bin64/3proxy.exe
../3proxy/bin64/*.dll
../3proxy/bin64/mycrypt.exe
../3proxy/cfg/*.*
../3proxy/cfg/sql/*.*
../3proxy/doc/ru/*.*
../3proxy/doc/html/*.*
../3proxy/doc/html/plugins/*.*
../3proxy/doc/html/man8/*.*
../3proxy/doc/html/man3/*.*
../3proxy/doc/devel/*.rtf
../3proxy/copying
../3proxy/authors
../3proxy/README
../3proxy/rus.3ps

View File

@ -52,18 +52,18 @@ jobs:
with:
name: "3proxy-${{ env.RELEASE }}-x64.zip"
path: |
bin64/3proxy.exe
bin64/*.dll
bin64/mycrypt.exe
cfg/*.*
cfg/sql/*.*
doc/ru/*.*
doc/html/*.*
doc/html/plugins/*.*
doc/html/man8/*.*
doc/html/man3/*.*
doc/devel/*.rtf
copying
authors
README
rus.3ps
../3proxy/bin64/3proxy.exe
../3proxy/bin64/*.dll
../3proxy/bin64/mycrypt.exe
../3proxy/cfg/*.*
../3proxy/cfg/sql/*.*
../3proxy/doc/ru/*.*
../3proxy/doc/html/*.*
../3proxy/doc/html/plugins/*.*
../3proxy/doc/html/man8/*.*
../3proxy/doc/html/man3/*.*
../3proxy/doc/devel/*.rtf
../3proxy/copying
../3proxy/authors
../3proxy/README
../3proxy/rus.3ps

View File

@ -33,7 +33,7 @@ TYPECOMMAND = type
COMPATLIBS =
MAKEFILE = Makefile.watcom
PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin
VERFILE = $(VERFILE)
VERFILE = 3proxy.res $(VERFILE)
VERSION = $(VERSION)
VERSIONDEP = 3proxy.res $(VERSIONDEP)
BUILDDATE = $(BUILDDATE)
@ -68,9 +68,3 @@ allplugins:
nmake
del *.obj *.idb
cd ../../
copy Makefile plugins\PCREPlugin
copy Makefile.var plugins\PCREPlugin
cd plugins\PCREPlugin
nmake
del *.obj *.idb
cd ../../