From 7d9cca3918a00ff8d7a19c5a51d7d2dae643cc62 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 4 May 2000 01:16:55 +0000 Subject: [PATCH] added dll libs --- src/misc/Makefile | 1 + src/misc/iocInit.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/misc/Makefile b/src/misc/Makefile index 7784dbf03..4d654b635 100644 --- a/src/misc/Makefile +++ b/src/misc/Makefile @@ -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 diff --git a/src/misc/iocInit.h b/src/misc/iocInit.h index 5f092bd7e..147e909a3 100644 --- a/src/misc/iocInit.h +++ b/src/misc/iocInit.h @@ -9,6 +9,7 @@ of this distribution. #define INCiocInith #include "shareLib.h" + #ifdef __cplusplus extern "C" { #endif