fixed some of the DLL export problems
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ LIBRARY_IOC = iocsh
|
||||
|
||||
iocsh_OBJS += $(EPICS_BASE_BIN)/registerRecordDeviceDriver.o
|
||||
|
||||
iocsh_DLL_LIBS = miscIoc rsrvIoc dbtoolsIoc asIoc dbIoc registryIoc dbStaticIoc Com
|
||||
iocsh_DLL_LIBS = Com dbStaticIoc dbIoc asIoc rsrvIoc dbtoolsIoc registryIoc miscIoc
|
||||
registryIoc_DIR=$(EPICS_BASE_LIB)
|
||||
dbtoolsIoc_DIR=$(EPICS_BASE_LIB)
|
||||
miscIoc_DIR=$(EPICS_BASE_LIB)
|
||||
|
||||
@@ -12,9 +12,9 @@ of this distribution.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "ioccrf.h"
|
||||
#include "asDbLib.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ioccrf.h"
|
||||
#include "asTestRegister.h"
|
||||
|
||||
/* asSetFilename */
|
||||
|
||||
@@ -12,10 +12,10 @@ of this distribution.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "ioccrf.h"
|
||||
#include "rsrv.h"
|
||||
#include "dbEvent.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ioccrf.h"
|
||||
#include "caTestRegister.h"
|
||||
|
||||
/* casr */
|
||||
|
||||
@@ -12,6 +12,7 @@ of this distribution.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "iocInit.h"
|
||||
#include "dbAccess.h"
|
||||
#include "dbLoadTemplate.h"
|
||||
#include "registryRecordType.h"
|
||||
@@ -68,7 +69,7 @@ static ioccrfFuncDef registerRecordDeviceDriverFuncDef =
|
||||
{"registerRecordDeviceDriver",1,registerRecordDeviceDriverArgs};
|
||||
static void registerRecordDeviceDriverCallFunc(ioccrfArg **args)
|
||||
{
|
||||
registerRecordDeviceDriver(pdbbase);
|
||||
registerRecordDeviceDriverBase(pdbbase);
|
||||
}
|
||||
|
||||
/* iocInit */
|
||||
|
||||
@@ -12,7 +12,6 @@ of this distribution.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "ioccrf.h"
|
||||
#include "ellLib.h"
|
||||
#include "osiThread.h"
|
||||
#include "osiSem.h"
|
||||
@@ -25,6 +24,7 @@ of this distribution.
|
||||
#include "dbCommon.h"
|
||||
#include "dbBkpt.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ioccrf.h"
|
||||
#include "dbBkptRegister.h"
|
||||
|
||||
/* dbb */
|
||||
|
||||
@@ -12,9 +12,9 @@ of this distribution.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "ioccrf.h"
|
||||
#include "dbCaTest.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ioccrf.h"
|
||||
#include "dbCaTestRegister.h"
|
||||
|
||||
/* dbcar */
|
||||
|
||||
@@ -12,11 +12,11 @@ of this distribution.
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "ioccrf.h"
|
||||
#include "dbAccess.h"
|
||||
#include "dbStaticLib.h"
|
||||
#include "registryRecordType.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ioccrf.h"
|
||||
#include "dbStaticRegister.h"
|
||||
|
||||
/* dbDumpRecDes */
|
||||
|
||||
+2
-2
@@ -7,10 +7,10 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <osiThread.h>
|
||||
#include "osiThread.h"
|
||||
|
||||
#include "ioccrf.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ioccrf.h"
|
||||
|
||||
|
||||
/* < (runScript) command */
|
||||
|
||||
Reference in New Issue
Block a user