From b3ae940405b025de7235099151fd92533980035f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Jun 2009 07:41:07 +0000 Subject: [PATCH] 2009-06-12 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-mkimp.bat * Renamed 'owatcom' to 'watcom'. (missed from prev) --- harbour/ChangeLog | 4 ++++ harbour/bin/hb-mkimp.bat | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"