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