Make rec, softDev, and testDev libs shared.

This commit is contained in:
Janet B. Anderson
2003-03-20 19:53:29 +00:00
parent 63b588defb
commit 335269a25a
76 changed files with 286 additions and 120 deletions
+4 -1
View File
@@ -28,10 +28,13 @@
#include "devSup.h"
#include "link.h"
#include "aiRecord.h"
#define epicsExportSharedSymbols
#include "shareLib.h"
/* Create the dset for devAiSoftRaw */
static long init_record(aiRecord *pai);
static long read_ai(aiRecord *pai);
struct {
epicsShareExtern struct {
long number;
DEVSUPFUN report;
DEVSUPFUN init;