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.
This commit is contained in:
Viktor Szakats
2010-05-26 08:39:02 +00:00
parent 759446e3c5
commit 55c19cb250
3 changed files with 10 additions and 1 deletions

View File

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

View File

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

View File

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