2009-08-22 22:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* bin/hb-mkimp.bat
    ! Fix to prev. Some debug stuff.
This commit is contained in:
Viktor Szakats
2009-08-22 20:44:12 +00:00
parent fffee707b9
commit 0dfd45a90f
2 changed files with 7 additions and 3 deletions

View File

@@ -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().

View File

@@ -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