From 2a21e59998fd25891576305cd4125f52d22dcab6 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 28 Jul 2004 18:10:01 +0000 Subject: [PATCH] Remove conditional compilation for debugging; new dbd file --- motorApp/MotorSrc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index c7c8580a..856b9084 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -4,10 +4,8 @@ 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 INC += motor.h motordevCom.h motordrvCom.h INC += motordrvComCode.h