From a4ecf827c37cbc256b29163d435314a202983fc2 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 16 Aug 2000 18:51:21 +0000 Subject: [PATCH] - Force user to edit SUPPORT. - TEMPLATE_TOP and MSITOP must be defined to build motorExApp directory. --- config/RELEASE | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/RELEASE b/config/RELEASE index c367d329..6873dbd7 100644 --- a/config/RELEASE +++ b/config/RELEASE @@ -9,7 +9,7 @@ # # Add your declarations here -SUPPORT=/local/epics/3.13.2/support +#SUPPORT=/usr/local/epics/3.13.2/support # Define the following if MPF is defined and serial motor controller # support is required. @@ -28,3 +28,8 @@ SUPPORT=/local/epics/3.13.2/support #HIDEOS=$(SUPPORT)/hideos/install #EPICS_BASE=$(SUPPORT)/base/3-13-2 + +# The following must be defined if motorExApp is to be built. +#TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top +#MSITOP=/usr/local/epics/extensions +