Skip to content
Snippets Groups Projects
Commit 1a67b95e authored by mooney's avatar mooney
Browse files

renamed some xxx... files to avoid automated creation of a c function whose...

renamed some xxx... files to avoid automated creation of a c function whose name begins with a number
no ioc on solaris (for now)
parent 5172a619
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ include $(TOP)/configure/CONFIG ...@@ -13,7 +13,7 @@ include $(TOP)/configure/CONFIG
#================================================== #==================================================
# build a support library that some other application can use # build a support library that some other application can use
LIBRARY_IOC += xxxSupport #LIBRARY_IOC += xxxSupport
# xxxRecord.h will be created from xxxRecord.dbd # xxxRecord.h will be created from xxxRecord.dbd
#DBDINC += xxxRecord #DBDINC += xxxRecord
...@@ -28,15 +28,16 @@ LIBRARY_IOC += xxxSupport ...@@ -28,15 +28,16 @@ LIBRARY_IOC += xxxSupport
#============================= #=============================
# build an ioc application # build an ioc application
PROD_IOC = xxx PROD_IOC_DEFAULT = xxx
PROD_IOC_solaris = -nil-
# <name>.dbd will be created from <name>Include.dbd # <name>.dbd will be created from <name>Include.dbd
DBD += xxx.dbd DBD += iocxxx.dbd
DBD += xxxVX.dbd DBD += iocxxxVX.dbd
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd # <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
xxx_SRCS_DEFAULT += xxx_registerRecordDeviceDriver.cpp xxx_SRCS_DEFAULT += iocxxx_registerRecordDeviceDriver.cpp
xxx_SRCS_vxWorks += xxxVX_registerRecordDeviceDriver.cpp xxx_SRCS_vxWorks += iocxxxVX_registerRecordDeviceDriver.cpp
xxx_SRCS_DEFAULT += xxxMain.cpp xxx_SRCS_DEFAULT += xxxMain.cpp
xxx_SRCS_vxWorks += -nil- xxx_SRCS_vxWorks += -nil-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment