changes for dlls

This commit is contained in:
Marty Kraimer
2000-05-01 18:26:46 +00:00
parent 4adb22b4ce
commit 76fbbc0084
3 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ include $(TOP)/configure/CONFIG
INC += ioccrf.h
INC += dbTestRegister.h
INC += dbCaTestRegister.h
INC += dbAccessRegister.h
INC += ioccrfRegister.h
@@ -19,6 +20,7 @@ INC += ioccrfRegister.h
LIBSRCS += ioccrf.c
LIBSRCS += dbTestRegister
LIBSRCS += dbCaTestRegister
LIBSRCS += dbAccessRegister
LIBSRCS += ioccrfRegister

View File

@@ -1,4 +1,4 @@
/* dbAccessRegister.h */
/* dbAccessRegister.c */
/* Author: Marty Kraimer Date: 26APR2000 */
/********************COPYRIGHT NOTIFICATION**********************************
@@ -16,6 +16,8 @@ of this distribution.
#include "dbAccess.h"
#include "dbLoadTemplate.h"
#include "registryRecordType.h"
#define epicsExportSharedSymbols
#include "dbAccessRegister.h"
/* dbLoadDatabase */
ioccrfArg dbLoadDatabaseArg0 = { "file name",ioccrfArgString,0};

View File

@@ -14,6 +14,8 @@ of this distribution.
#include "ioccrf.h"
#include "dbTest.h"
#define epicsExportSharedSymbols
#include "dbTestRegister.h"
/* dba */
ioccrfArg dbaArg0 = { "record name",ioccrfArgString,0};