2010-08-02 18:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/postinst.hbs
    * Synced mk_hb_processRun() with make.hbs. (minor, doesn't change 
      functionality)
This commit is contained in:
Viktor Szakats
2010-08-02 16:34:48 +00:00
parent c7ca6ba595
commit afc9bd4ee6
2 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-02 18:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/postinst.hbs
* Synced mk_hb_processRun() with make.hbs. (minor, doesn't change
functionality)
2010-08-02 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxbp/hbxbp.hbp
! Missed to update hbqt .hbc file references.

View File

@@ -358,11 +358,11 @@ STATIC FUNCTION mk_hbd_core( cDir )
RETURN .F.
STATIC FUNCTION mk_hb_processRun( cCommand )
STATIC FUNCTION mk_hb_processRun( cCommand, ... )
OutStd( cCommand + hb_eol() )
RETURN hb_processRun( cCommand )
RETURN hb_processRun( cCommand, ... )
STATIC FUNCTION FNameEscape( cFN )
RETURN Chr( 34 ) + cFN + Chr( 34 )