20000213-12:04 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-13 11:16:34 +00:00
parent a43253ded1
commit 3189c0521d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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