release time for v1.1.4

- add package.cmd, I am using this file for creating the setup
- fix date in the version headers
- minor improvements in the build batch files
This commit is contained in:
Tino Reichardt
2017-04-27 20:38:09 +02:00
parent f62a65ab21
commit 54389d6e2f
6 changed files with 65 additions and 33 deletions

View File

@@ -15,6 +15,10 @@ cd %ROOT%\Bundles\Format7zF
nmake %OPTS%
copy O\7z.dll %OUTDIR%\7z.dll
cd %ROOT%\Bundles\Format7zUSB
nmake %OPTS%
copy O\7zu.dll %OUTDIR%\7zu-x32.dll
cd %ROOT%\UI\FileManager
nmake %OPTS%
copy O\7zFM.exe %OUTDIR%\7zFM.exe

View File

@@ -15,6 +15,10 @@ cd %ROOT%\Bundles\Format7zF
nmake %OPTS%
copy AMD64\7z.dll %OUTDIR%\7z.dll
cd %ROOT%\Bundles\Format7zUSB
nmake %OPTS%
copy AMD64\7zu.dll %OUTDIR%\7zu-x64.dll
cd %ROOT%\UI\FileManager
nmake %OPTS%
copy AMD64\7zFM.exe %OUTDIR%\7zFM.exe
@@ -39,7 +43,7 @@ cd %ROOT%\Bundles\Codec_lz5
nmake %OPTS%
copy AMD64\lz5.dll %OUTDIR%\lz5-x64.dll
cd %ROOT%\Bundles\Codec_zstdf
cd %ROOT%\Bundles\Codec_zstdF
nmake %OPTS%
copy AMD64\zstd.dll %OUTDIR%\zstd-x64.dll