2010-01-26 18:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed -xhp option which didn't save the result due to
copy/paste typo.
[TOMERGE 2.0]
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-01-26 18:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fixed -xhp option which didn't save the result due to
|
||||
copy/paste typo.
|
||||
[TOMERGE 2.0]
|
||||
|
||||
2010-01-26 17:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/Makefile
|
||||
* contrib/hbwin/hbwin.h
|
||||
|
||||
@@ -7979,6 +7979,10 @@ STATIC PROCEDURE convert_xhp_to_hbp( cSrcName, cDstName )
|
||||
|
||||
hbmk_OutStd( hb_StrFormat( I_( "Loading xhp (xMate) project file: %1$s" ), cSrcName ) )
|
||||
|
||||
IF Empty( cDstName )
|
||||
cDstName := FN_ExtSet( cSrcName, ".hbp" )
|
||||
ENDIF
|
||||
|
||||
cSrc := StrTran( cSrc, Chr( 13 ) + Chr( 10 ), Chr( 10 ) )
|
||||
cSrc := StrTran( cSrc, Chr( 9 ), Chr( 32 ) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user