From 3189c0521df9d2cbbffd6bcf5d716d91ff59925f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 13 Feb 2000 11:16:34 +0000 Subject: [PATCH] 20000213-12:04 GMT+1 Victor Szakats --- harbour/ChangeLog | 6 +++--- harbour/makefile.bc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3c1d7e13af..cd288ae8e3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -5,9 +5,9 @@ make_b*.bat + Merged to functionality of makefile.b16 into makefile.b32 resulting in a generic makefile.bc for all Borland compilers. - Note that MAINDLL.C, MAINWIN.C should be fixed to be multiplatform, - and currently the 16bits Borland choks on DEBUGGER.PRG. But it mostly - works. The old makefile.b16 was completely outdated. + Note that MAINDLL.C, MAINWIN.C, SYMBOLS.ASM should be fixed to be + multiplatform, and currently the 16bits Borland choks on DEBUGGER.PRG. + But it mostly works. The old makefile.b16 was completely outdated. + Added HARBOUR_OPT support. * doc/* ! Fixed and standardized CVS ID for the rest of files. diff --git a/harbour/makefile.bc b/harbour/makefile.bc index 396d9c5589..83084aa402 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -6,7 +6,7 @@ !if $d(B16) # Borland C/C++ (DOS 16 bits) - BCC_OPT = -O2 -DHARBOUR_USE_DOS_GTAPI + BCC_OPT = -mh -DHARBOUR_USE_DOS_GTAPI BCC_EXE = bcc TASM_EXE = tasm OBJ_DIR = obj\b16