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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user