diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bd26ec6003..2a626b76df 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-22 22:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * bin/hb-mkimp.bat + ! Fix to prev. Some debug stuff. + 2009-08-22 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_slots.cpp ! Fixed memorys leak in HbDbfModel::rowCount() and HbDbfModel::columnCount(). diff --git a/harbour/bin/hb-mkimp.bat b/harbour/bin/hb-mkimp.bat index b701b7701b..f2f5d23555 100644 --- a/harbour/bin/hb-mkimp.bat +++ b/harbour/bin/hb-mkimp.bat @@ -213,9 +213,9 @@ rem --------------------------------------------------------------- echo EXPORTS >> _temp.def sed -nf _hbtemp.sed < _dump.tmp >> _temp.def lib /nologo /machine:%1 /def:_temp.def /out:"%3" - :del _dump.tmp - :del _temp.def - :del _hbtemp.sed + del _dump.tmp + del _temp.def + del _hbtemp.sed rem --------------------------------------------------------------- goto END