We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8068df2 commit f2c4535Copy full SHA for f2c4535
pack.bat
@@ -7,7 +7,8 @@ set execfiles=tcdll.tclock tclock.exe tcplayer.exe tcprop.exe tcsntp.exe tctimer
7
set pkgfiles=readme-kt.txt config-kt.txt format-kt.txt readme.html
8
set srcfiles=source source_all\Makefile source_all\config.h source_custom\Makefile source_custom\config.h pack.bat make_all.bat prepare_custom.bat
9
10
-if not exist pkg mkdir pkg
+if exist pkg rd /s /q pkg
11
+mkdir pkg
12
13
rem 7-zip32 a -mx=9 -m0=PPMd source.7z %srcfiles% -xr!out -xr!out64 -xr!work -xr!work64 -xr!*.bak -xr!*.old -xr!*.sw? -xr!*~ -xr!*.aps -xr!tags
14
7-zip32 a -m0=PPMd:o=31:mem=25 source.7z %srcfiles% -xr!out -xr!out64 -xr!work -xr!work64 -xr!*.bak -xr!*.old -xr!*.sw? -xr!*~ -xr!*.aps -xr!tags
0 commit comments