From 6f33d0a3e5e4e49a68d38f0df925b5313943cf8b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Jul 2012 10:24:50 +0000 Subject: [PATCH] 2012-07-30 12:24 UTC+0200 Viktor Szakats (harbour syenar.net) * package/winuni/mpkg_win_uni.bat * utils/hbmk2/hbmk2.prg ! examples -> extras --- harbour/ChangeLog | 5 +++++ harbour/package/winuni/mpkg_win_uni.bat | 4 ++-- harbour/utils/hbmk2/hbmk2.prg | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index df92459d32..f7f73d4718 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-30 12:24 UTC+0200 Viktor Szakats (harbour syenar.net) + * package/winuni/mpkg_win_uni.bat + * utils/hbmk2/hbmk2.prg + ! examples -> extras + 2012-07-30 11:53 UTC+0200 Viktor Szakats (harbour syenar.net) * package/winuni/mpkg_win_uni.nsi ! examples -> extras diff --git a/harbour/package/winuni/mpkg_win_uni.bat b/harbour/package/winuni/mpkg_win_uni.bat index ff3c474a96..17e72fd5e7 100644 --- a/harbour/package/winuni/mpkg_win_uni.bat +++ b/harbour/package/winuni/mpkg_win_uni.bat @@ -31,7 +31,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 /s %~dp0..\..\examples\*.* %HB_ABSROOT%examples\ +xcopy /y /s %~dp0..\..\extras\*.* %HB_ABSROOT%extras\ xcopy /y /s %~dp0..\..\tests\*.* %HB_ABSROOT%tests\ xcopy /y %~dp0HARBOUR_README_ADDONS %HB_ABSROOT%addons\ xcopy /y %~dp0HARBOUR_README_DJGPP %HB_ABSROOT%comp\djgpp\ @@ -175,7 +175,7 @@ rem echo "%HB_DR%bin\harbour-%HB_VS%-os2.dll" >> _hbfiles echo "%HB_DR%tests\*.*" >> _hbfiles echo "%HB_DR%doc\*.*" >> _hbfiles echo "%HB_DR%comp\mingw\*" >> _hbfiles -echo "%HB_DR%examples\*.*" >> _hbfiles +echo "%HB_DR%extras\*.*" >> _hbfiles echo "%HB_DR%contrib\*.*" >> _hbfiles if exist %HB_RT%harbour-%HB_VF%-win.7z del %HB_RT%harbour-%HB_VF%-win.7z diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 3e2aff17dd..b5e1c9011c 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -92,7 +92,7 @@ Instead, 3rd party Harbour packages are recommended to maintain and provide .hbc files themselves, as part of their standard distribution packages. You can find a few such .hbc examples in - the 'examples' directory. For Harbour contribs, the recommended + the 'extras' directory. For Harbour contribs, the recommended method is to supply and maintain .hbc files in their respective directories, usually under tests (or utils, examples). As of this writing, most of them has one created.