2012-11-27 13:22 UTC+0100 Viktor Szakats (harbour syenar.net)

+ package/winuni/RELNOTES.txt
  - package/winuni/RELNOTES
  * package/winuni/mpkg_win_uni.bat
  * package/winuni/mpkg_win_uni.nsi
    * added .txt extension to RELNOTES doc
This commit is contained in:
Viktor Szakats
2012-11-27 12:57:09 +00:00
parent c495c5e79f
commit f64917b508
4 changed files with 10 additions and 3 deletions

View File

@@ -10,6 +10,13 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-27 13:22 UTC+0100 Viktor Szakats (harbour syenar.net)
+ package/winuni/RELNOTES.txt
- package/winuni/RELNOTES
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi
* added .txt extension to RELNOTES doc
2012-11-27 02:35 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbtest.prg
* cleanups

View File

@@ -30,7 +30,7 @@ rem ; Assemble unified package from per-target builds
if exist %HB_ABSROOT% rd /q /s %HB_ABSROOT%
xcopy /y %~dp0RELNOTES %HB_ABSROOT%
xcopy /y %~dp0RELNOTES.txt %HB_ABSROOT%
xcopy /y /s %~dp0..\..\extras\*.* %HB_ABSROOT%extras\
xcopy /y /s %~dp0..\..\tests\*.* %HB_ABSROOT%tests\
xcopy /y %~dp0HARBOUR_README_ADDONS.txt %HB_ABSROOT%addons\
@@ -100,7 +100,7 @@ if exist %HB_RT%harbour-%HB_VF%-win.exe del %HB_RT%harbour-%HB_VF%-win.exe
rem ; Create unified archive
echo.> _hbfiles
echo "%HB_DR%RELNOTES" >> _hbfiles
echo "%HB_DR%RELNOTES.txt" >> _hbfiles
echo "%HB_DR%README" >> _hbfiles
echo "%HB_DR%COPYING" >> _hbfiles
echo "%HB_DR%ChangeLog*" >> _hbfiles

View File

@@ -82,7 +82,7 @@ Section "Main components" hb_main
; Set output path to the installation directory.
SetOutPath $INSTDIR
File /nonfatal "$%HB_ABSROOT%RELNOTES"
File /nonfatal "$%HB_ABSROOT%RELNOTES.txt"
File /nonfatal "$%HB_ABSROOT%README"
File /nonfatal "$%HB_ABSROOT%COPYING"