added dll libs

This commit is contained in:
Jeff Hill
2000-05-04 01:16:55 +00:00
parent 326e2cad35
commit 7d9cca3918
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ INC += asSubRecordFunctions.h
LIBSRCS += epicsRelease.c
LIBSRCS += iocInit.c
LIBSRCS += asSubRecordFunctions.c
DLL_LIBS = Com dbStaticIoc dbIoc asIoc rsrvIoc registryIoc
LIBRARY_IOC = miscIoc
miscIoc_DLL_LIBS = rsrvIoc asIoc dbIoc registryIoc dbStaticIoc Com

View File

@@ -9,6 +9,7 @@ of this distribution.
#define INCiocInith
#include "shareLib.h"
#ifdef __cplusplus
extern "C" {
#endif