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: with:
name: "3proxy-${{ env.RELEASE }}-light.zip" name: "3proxy-${{ env.RELEASE }}-light.zip"
path: | path: |
bin/3proxy.exe ../3proxy/bin64/3proxy.exe
bin/*.dll ../3proxy/bin64/*.dll
bin/mycrypt.exe ../3proxy/bin64/mycrypt.exe
cfg/*.* ../3proxy/cfg/*.*
cfg/sql/*.* ../3proxy/cfg/sql/*.*
doc/ru/*.* ../3proxy/doc/ru/*.*
doc/html/*.* ../3proxy/doc/html/*.*
doc/html/plugins/*.* ../3proxy/doc/html/plugins/*.*
doc/html/man8/*.* ../3proxy/doc/html/man8/*.*
doc/html/man3/*.* ../3proxy/doc/html/man3/*.*
doc/devel/*.rtf ../3proxy/doc/devel/*.rtf
copying ../3proxy/copying
authors ../3proxy/authors
README ../3proxy/README
rus.3ps ../3proxy/rus.3ps

View File

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

View File

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

View File

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