From f7eace95220a1509fccdb698e64234da479f8352 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 5 Oct 2006 12:51:08 +0000 Subject: [PATCH] Added check to Borland Make to see if the Borland directory had been defined. --- bacnet-stack/makefile.b32 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bacnet-stack/makefile.b32 b/bacnet-stack/makefile.b32 index de7c1ae6..2a9ddd55 100644 --- a/bacnet-stack/makefile.b32 +++ b/bacnet-stack/makefile.b32 @@ -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"