Added check to Borland Make to see if the Borland directory had been defined.
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
# Master Makefile for BACnet Stack demos
|
# Master Makefile for BACnet Stack demos
|
||||||
# for Borland C++
|
# for Borland C++
|
||||||
|
|
||||||
|
!ifndef BORLAND_DIR
|
||||||
|
BORLAND_DIR_Not_Defined:
|
||||||
|
@echo .
|
||||||
|
@echo You must define environment variable BORLAND_DIR to compile.
|
||||||
|
!endif
|
||||||
|
|
||||||
all: readprop writeprop readfile writefile server dcc reinit \
|
all: readprop writeprop readfile writefile server dcc reinit \
|
||||||
whois whohas timesync
|
whois whohas timesync
|
||||||
@echo "demo utilities are in utils directory"
|
@echo "demo utilities are in utils directory"
|
||||||
|
|||||||
Reference in New Issue
Block a user