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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user