From c553ffa1c4533e7f3999b6e983fed65ef8af0f72 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 19 Apr 2005 18:46:29 +0000 Subject: [PATCH] vxWorks should not build xxxMain.c --- xxxApp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index d2feb7f..f51d174 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -40,7 +40,7 @@ DBD += iocxxx_solaris.dbd # <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd xxx_SRCS_DEFAULT += iocxxx_registerRecordDeviceDriver.cpp xxxMain.cpp -xxx_SRCS_vxWorks += iocxxxVX_registerRecordDeviceDriver.cpp xxxMain.cpp +xxx_SRCS_vxWorks += iocxxxVX_registerRecordDeviceDriver.cpp xxx_SRCS_Linux += iocxxxLinux_registerRecordDeviceDriver.cpp xxxMain.cpp xxx_SRCS_cygwin32 += iocxxxCygwin_registerRecordDeviceDriver.cpp xxxMain.cpp xxx_SRCS_solaris += iocxxx_solaris_registerRecordDeviceDriver.cppa xxxMain.cpp -- GitLab