From cc7147f3f669873100b4a3d09e9bce43fef2ee2c Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 8 Feb 2000 11:06:25 +0000 Subject: [PATCH] 20000208-12:00 GMT+1 Antonio Linares --- harbour/ChangeLog | 4 ++++ harbour/tests/bld_b32.bat | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f4d67d2eaf..84c9545161 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000208-12:00 GMT+1 Antonio Linares + * tests/bld_b32.bat + * updated to use latest Borland makefile changes + 20000208-11:48 GMT+1 Antonio Linares * makefile.b32 + oemansi.c was missing and it is required from hbdoc diff --git a/harbour/tests/bld_b32.bat b/harbour/tests/bld_b32.bat index 31dc3aa70a..f0202b91c5 100644 --- a/harbour/tests/bld_b32.bat +++ b/harbour/tests/bld_b32.bat @@ -4,5 +4,5 @@ rem $Id$ rem ..\bin\harbour %1 %2 /n /i..\include -bcc32 -e%1.exe -O2 -I..\include -L..\lib\b32 -v harbour.lib terminal.lib hbpp.lib hbgt.lib common.lib rdd.lib %1.c +bcc32 -e%1.exe -O2 -I..\include -L..\lib\b32 -v harbour.lib terminal.lib hbpp.lib common.lib debug.lib dbfntx.lib macro.lib %1.c rem del %1.c