2010-07-08 14:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbrun/hbrun.prg
    ! Fixed to open .dbf passed on the cmdline in shared mode.
This commit is contained in:
Viktor Szakats
2010-07-08 12:54:57 +00:00
parent 215d789c6d
commit 6f62ea6086
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-08 14:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbrun/hbrun.prg
! Fixed to open .dbf passed on the cmdline in shared mode.
2010-07-08 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added --hbref option which outputs project references (.hbc)

View File

@@ -131,7 +131,7 @@ PROCEDURE _APPMAIN( cFile, ... )
ENDSWITCH
SWITCH cExt
CASE ".dbf"
hbrun_Prompt( "USE " + cFile )
hbrun_Prompt( "USE " + cFile + " SHARED" )
EXIT
CASE ".prg"
CASE ".hbs"