Added check to Borland Make to see if the Borland directory had been defined.

This commit is contained in:
skarg
2006-10-05 12:51:08 +00:00
parent 9c237a25d1
commit f7eace9522
+6
View File
@@ -1,6 +1,12 @@
# Master Makefile for BACnet Stack demos
# 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 \
whois whohas timesync
@echo "demo utilities are in utils directory"