fixed DLL keyword related 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 = Com dbStaticIoc dbIoc asIoc rsrvIoc dbtoolsIoc registryIoc miscIoc
|
||||
iocsh_DLL_LIBS = Com registryIoc dbStaticIoc dbIoc asIoc rsrvIoc dbtoolsIoc miscIoc
|
||||
registryIoc_DIR=$(EPICS_BASE_LIB)
|
||||
dbtoolsIoc_DIR=$(EPICS_BASE_LIB)
|
||||
miscIoc_DIR=$(EPICS_BASE_LIB)
|
||||
|
||||
@@ -15,8 +15,8 @@ of this distribution.
|
||||
#include "iocInit.h"
|
||||
#include "dbAccess.h"
|
||||
#include "dbLoadTemplate.h"
|
||||
#include "registryRecordType.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "registryRecordType.h"
|
||||
#include "dbAccessRegister.h"
|
||||
#include "ioccrf.h"
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ of this distribution.
|
||||
|
||||
#include "dbAccess.h"
|
||||
#include "dbStaticLib.h"
|
||||
#include "registryRecordType.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "registryRecordType.h"
|
||||
#include "ioccrf.h"
|
||||
#include "dbStaticRegister.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user