2012-07-30 12:24 UTC+0200 Viktor Szakats (harbour syenar.net)

* package/winuni/mpkg_win_uni.bat
  * utils/hbmk2/hbmk2.prg
    ! examples -> extras
This commit is contained in:
Viktor Szakats
2012-07-30 10:24:50 +00:00
parent 9e0f79db86
commit 6f33d0a3e5
3 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.