fixed DLL keyword related problems

This commit is contained in:
Jeff Hill
2000-05-04 16:20:55 +00:00
parent 489bf56f72
commit 1a460294ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"