From 6940bff692d8dc5aa1009cf2bb85ef984890e3d4 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 20 Sep 2004 20:20:44 +0000 Subject: [PATCH] Restore conditional compilation for debugging. --- motorApp/MotorSrc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index 856b9084..980b068c 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -4,6 +4,9 @@ include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE +# The following are used for debugging messages. +#USR_CXXFLAGS += -DDEBUG + DBDINC += motorRecord.h DBD += motorSupport.dbd