2009-06-12 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* bin/hb-mkimp.bat
    * Renamed 'owatcom' to 'watcom'. (missed from prev)
This commit is contained in:
Viktor Szakats
2009-06-12 07:41:07 +00:00
parent a12807edfe
commit b3ae940405
2 changed files with 5 additions and 1 deletions

View File

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

View File

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