2001-09-05 22:45 UTC-0800 Brian Hays <bhays@abacuslaw.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user