diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0d91866fc4..00dd7a1384 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-12 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * bin/hb-mkimp.bat + * Renamed 'owatcom' to 'watcom'. (missed from prev) + 2009-06-12 09:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/man/hbmk.1 * doc/whatsnew.txt diff --git a/harbour/bin/hb-mkimp.bat b/harbour/bin/hb-mkimp.bat index 5103630c8c..3454490025 100644 --- a/harbour/bin/hb-mkimp.bat +++ b/harbour/bin/hb-mkimp.bat @@ -158,7 +158,7 @@ if not "%HB_LIB_INSTALL%" == "" ( goto END ) - if "%HB_COMPILER%" == "owatcom" ( + if "%HB_COMPILER%" == "watcom" ( if exist "%HB_DIR_ADS%\Redistribute\ace32.dll" wlib.exe -q -o="%HB_LIB_INSTALL%\ace32.lib" "%HB_DIR_ADS%\Redistribute\ace32.dll" if exist "%HB_DIR_ADS%\ace32.dll" wlib.exe -q -o="%HB_LIB_INSTALL%\ace32.lib" "%HB_DIR_ADS%\ace32.dll"