From 55c19cb250ca80d5d340fbf3274f636c275218a7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 26 May 2010 08:39:02 +0000 Subject: [PATCH] 2010-05-26 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/mpkg_win_uni_extra_copy.bat + Added contrib .hbi and .def files to the binary package. * utils/hbmk2/hbmk2.prg ! Typo in comment. --- harbour/ChangeLog | 7 +++++++ harbour/package/winuni/mpkg_win_uni_extra_copy.bat | 2 ++ harbour/utils/hbmk2/hbmk2.prg | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ac886ae821..3dd91f11d2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-05-26 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * package/winuni/mpkg_win_uni_extra_copy.bat + + Added contrib .hbi and .def files to the binary package. + + * utils/hbmk2/hbmk2.prg + ! Typo in comment. + 2010-05-26 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/examples/plug_moc.prg * Minor cleanup. diff --git a/harbour/package/winuni/mpkg_win_uni_extra_copy.bat b/harbour/package/winuni/mpkg_win_uni_extra_copy.bat index 16eb40eb89..d8ceb562ce 100644 --- a/harbour/package/winuni/mpkg_win_uni_extra_copy.bat +++ b/harbour/package/winuni/mpkg_win_uni_extra_copy.bat @@ -59,6 +59,8 @@ cd ..\..\contrib for /F %%a in ( 'dir /b /ad' ) do ( echo %%a xcopy /y /s %%a\*.hbc F:\hb\hb21\contrib\%%a\ + xcopy /y /s %%a\*.hbi F:\hb\hb21\contrib\%%a\ + xcopy /y /s %%a\*.def F:\hb\hb21\contrib\%%a\ xcopy /y /s %%a\tests\*.* F:\hb\hb21\contrib\%%a\tests\ xcopy /y /s %%a\utils\*.* F:\hb\hb21\contrib\%%a\utils\ ) diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index fd4ad300a9..e6275ab87a 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -5940,7 +5940,7 @@ STATIC PROCEDURE PlugIn_Load( hbmk ) IF ! Empty( cFile ) lOK := .F. - IF !( Lower( cExt ) == ".prg" ) /* Optimization: Don't try to load is as .hrb if the extension is .prg */ + IF !( Lower( cExt ) == ".prg" ) /* Optimization: Don't try to load it as .hrb if the extension is .prg */ BEGIN SEQUENCE WITH {| oError | Break( oError ) } hrb := hb_hrbLoad( HB_HRB_BIND_FORCELOCAL, cFile ) cType := I_( "(compiled)" )