changes for building win32 dlls

This commit is contained in:
Marty Kraimer
2000-02-29 16:04:50 +00:00
parent cdf41e42c4
commit 2a4492056b
8 changed files with 52 additions and 21 deletions

View File

@@ -41,7 +41,8 @@
#include "ellLib.h"
#include "freeList.h"
#include "caerr.h"
#include "serverInclude.h"
#define epicsExportSharedSymbols
#include "server.h"
static caHdr nill_msg;

View File

@@ -41,6 +41,8 @@
#include "ellLib.h"
#include "taskwd.h"
#include "db_access.h"
#include "serverInclude.h"
#define epicsExportSharedSymbols
#include "server.h"
/*

View File

@@ -36,6 +36,8 @@
#include "tsStamp.h"
#include "ellLib.h"
#include "errlog.h"
#include "serverInclude.h"
#define epicsExportSharedSymbols
#include "server.h"
/*

View File

@@ -48,6 +48,8 @@
#include "freeList.h"
#include "errlog.h"
#include "serverInclude.h"
#define epicsExportSharedSymbols
#define GLBLSOURCE
#include "server.h"

View File

@@ -58,6 +58,8 @@
#include "db_access.h"
#include "envDefs.h"
#include "freeList.h"
#include "serverInclude.h"
#define epicsExportSharedSymbols
#include "server.h"
#define TIMEOUT 60.0 /* sec */

View File

@@ -46,6 +46,8 @@
#include "tsStamp.h"
#include "errlog.h"
#include "envDefs.h"
#include "serverInclude.h"
#define epicsExportSharedSymbols
#include "server.h"
/*

View File

@@ -38,26 +38,6 @@ static char *serverhSccsId = "@(#) $Id$";
# define HDRVERSIONID(NAME,VERS)
#endif /*CAS_VERSION_GLOBAL*/
#include "epicsAssert.h"
#include "ellLib.h"
#include "osiSem.h"
#include "osiThread.h"
#include "osiSock.h"
#include "addrList.h"
#include "net_convert.h"
#include "dbDefs.h"
#include "db_access.h"
#include "dbEvent.h"
#include "caProto.h"
#include "bucketLib.h"
#include "taskwd.h"
#include "asLib.h"
#include "asDbLib.h"
#define RSRV_OK 0
#define RSRV_ERROR (-1)

40
src/rsrv/serverInclude.h Normal file
View File

@@ -0,0 +1,40 @@
/*serverInclude.h */
/*****************************************************************
COPYRIGHT NOTIFICATION
*****************************************************************
(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO
This software was developed under a United States Government license
described on the COPYRIGHT_UniversityOfChicago file included as part
of this distribution.
**********************************************************************/
#ifndef INCLserverIncludeh
#define INCLserverIncludeh
#include "epicsAssert.h"
#include "shareLib.h"
#include "ellLib.h"
#include "callback.h"
#include "osiSem.h"
#include "osiThread.h"
#include "osiSock.h"
#include "addrList.h"
#include "net_convert.h"
#include "dbDefs.h"
#include "dbAddr.h"
#include "db_access.h"
#include "dbCommon.h"
#include "dbNotify.h"
#include "db_field_log.h"
#include "dbEvent.h"
#include "caProto.h"
#include "bucketLib.h"
#include "taskwd.h"
#include "asLib.h"
#include "asDbLib.h"
#endif /*INCLserverIncludeh*/