2001-09-05 22:45 UTC-0800 Brian Hays <bhays@abacuslaw.com>

This commit is contained in:
Brian Hays
2001-09-06 05:42:03 +00:00
parent d2f6da18fe
commit 0ca81f58ef
3 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2001-09-05 22:45 UTC-0800 Brian Hays <bhays@abacuslaw.com>
* makefile.bc
* hb_slex.bc
* added defaults for ECHO and DEL macros so the make files are
not dependent upon definitions in
make_b32.bat and/or b32_slex.bat.
2001-09-05 11:25 UTC-0800 Brian Hays <bhays@abacuslaw.com>
* b32_slex.bat
* make_b32.bat

View File

@@ -28,6 +28,18 @@
.AUTODEPEND
!if $d(ECHO)
# ECHO is defined.
!else
ECHO=ECHO.
!endif
!if $d(DEL)
# DEL is defined.
!else
DEL=DEL
!endif
!if $d(B16)
BCC_NOSTARTUP = ""

View File

@@ -28,6 +28,18 @@
.AUTODEPEND
!if $d(ECHO)
# ECHO is defined.
!else
ECHO=ECHO.
!endif
!if $d(DEL)
# DEL is defined.
!else
DEL=DEL
!endif
!if $d(B16)
BCC_NOSTARTUP = ""