diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 38e3189ba3..873a141546 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ + +2009-02-04 02:20 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/contrib/rddsql/sddfb/make_b32.bat + * removed 'echo on' I've left for debugging purpose some time ago + 2009-02-04 23:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * harbour-win-spec ! Fixed some accents messed up in latest changes. diff --git a/harbour/contrib/rddsql/sddfb/make_b32.bat b/harbour/contrib/rddsql/sddfb/make_b32.bat index a3e1334ab4..044ed97ac7 100644 --- a/harbour/contrib/rddsql/sddfb/make_b32.bat +++ b/harbour/contrib/rddsql/sddfb/make_b32.bat @@ -47,7 +47,6 @@ if "%1" == "INSTALL" goto POST_INSTALL :POST_BUILD rem Use supplied .lib file. - echo on if not exist ..\..\..\lib\%_HB_CC_NAME%\%_HB_DLL_NAME%.lib copy "%HB_DIR_FBSQL%\lib\fbclient_bor.lib" ..\..\..\lib\%_HB_CC_NAME%\%_HB_DLL_NAME%.lib > nul goto POST_EXIT