fixed DLL keyword related problems

This commit is contained in:
Jeff Hill
2000-05-04 16:32:01 +00:00
parent 1a460294ce
commit c4a67d46b7
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ asIoc_SRCS += asCa.c
LIBRARY_HOST = asHost
LIBRARY_IOC = asIoc
asHost_DLL_LIBS = dbHost dbStaticHost ca Com
asHost_DLL_LIBS = dbStaticHost ca Com
asIoc_DLL_LIBS = dbIoc dbStaticIoc ca Com
asHost_DIR=.

View File

@@ -13,8 +13,8 @@ of this distribution.
#include "dbBase.h"
#include "drvSup.h"
#include "registry.h"
#define epicsExportSharedSymbols
#include "registry.h"
#include "registryDriverSupport.h"
const char *driverSupport = "driver support";