From 22990dabb2af63c9dbd231c310ec6237178b0667 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Dec 2009 15:15:06 +0000 Subject: [PATCH] 2009-12-22 16:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES * Adjusted sizes. * package/winuni/mpkg_win_uni.bat ! Fixed to create .7z and log in-place. --- harbour/ChangeLog | 7 +++++++ harbour/package/winuni/RELNOTES | 2 +- harbour/package/winuni/mpkg_win_uni.bat | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index af0446b865..dcb6560521 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-22 16:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * package/winuni/RELNOTES + * Adjusted sizes. + + * package/winuni/mpkg_win_uni.bat + ! Fixed to create .7z and log in-place. + 2009-12-22 16:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/mpkg_win_uni_extra_copy.bat ! Minor fix to prev. diff --git a/harbour/package/winuni/RELNOTES b/harbour/package/winuni/RELNOTES index 196e85585a..f86caa2cbd 100644 --- a/harbour/package/winuni/RELNOTES +++ b/harbour/package/winuni/RELNOTES @@ -12,7 +12,7 @@ Release notes: Unified Windows release for most supported compilers and x86, x64, WinCE/ARM, MS-DOS, OS/2, Linux target platforms. -Installed size: 232MB (46MB - 340MB) +Installed size: 247MB (54MB - 337MB) The default installation will install MinGW compiler + x86 static and shared libs, MSVC and BCC x86 libs and examples. diff --git a/harbour/package/winuni/mpkg_win_uni.bat b/harbour/package/winuni/mpkg_win_uni.bat index af27a72589..75db29bec9 100644 --- a/harbour/package/winuni/mpkg_win_uni.bat +++ b/harbour/package/winuni/mpkg_win_uni.bat @@ -8,10 +8,10 @@ pushd cd F:\hb\hb20\.. -if exist harbour-2.0.0-win-log.txt del harbour-2.0.0-win-log.txt +if exist %~dp0harbour-2.0.0-win-log.txt del %~dp0harbour-2.0.0-win-log.txt set HB_ROOT=F:\hb\ -"%HB_DIR_NSIS%makensis.exe" %~dp0mpkg_win_uni.nsi >> harbour-2.0.0-win-log.txt +"%HB_DIR_NSIS%makensis.exe" %~dp0mpkg_win_uni.nsi >> %~dp0harbour-2.0.0-win-log.txt echo.> _hbfiles echo "hb20\RELNOTES" >> _hbfiles @@ -80,8 +80,8 @@ echo "hb20\comp\mingw\*" >> _hbfiles echo "hb20\examples\*.*" >> _hbfiles echo "hb20\contrib\*.*" >> _hbfiles -if exist harbour-2.0.0-win.7z del harbour-2.0.0-win.7z -7za a -r harbour-2.0.0-win.7z @_hbfiles >> harbour-2.0.0-win-log.txt +if exist %~dp0harbour-2.0.0-win.7z del %~dp0harbour-2.0.0-win.7z +7za a -r %~dp0harbour-2.0.0-win.7z @_hbfiles >> %~dp0harbour-2.0.0-win-log.txt del _hbfiles