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:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user