Merge ioc/*.

Merge miscIoc rsrvIoc dbtoolsIoc asIoc dbIoc registryIoc dbStaticIoc
into dbCore.

Move ioc/misc/asSubRecordFunctions.c to std/dev/asSubRecordFunctions.c
since it depends on the subRecord type.

Extracted ioc variable definitions from base.dbd into dbCore.dbd
This commit is contained in:
Michael Davidsaver
2011-02-25 23:56:51 -06:00
committed by Andrew Johnson
parent e540ae0774
commit e463793bc3
30 changed files with 256 additions and 471 deletions
+3 -1
View File
@@ -52,8 +52,10 @@ LIBSRCS += devSoSoftCallback.c
LIBSRCS += devTimestamp.c
LIBSRCS += devSoStdio.c
LIB_SRCS += asSubRecordFunctions.c
LIBRARY_IOC += softDevIoc
softDevIoc_LIBS += miscIoc recIoc asIoc dbIoc registryIoc dbStaticIoc ca Com
softDevIoc_LIBS += dbCore ca Com
softDevIoc_RCS = softDevIoc.rc
include $(TOP)/configure/RULES