new way to build

This commit is contained in:
Marty Kraimer
2000-02-02 20:06:49 +00:00
parent 9fe023c66a
commit 60427c66e2
14 changed files with 66 additions and 157 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ vxDbLib_SRCS += devLib.c
vxDbLib_SRCS += devLibVxWorks.c
vxDbLib_SRCS += tsSubr.c
LIBRARY_Ioc = vxDbLib
LIBRARY_vxWorks = vxDbLib
include $(TOP)/configure/RULES
+4 -1
View File
@@ -13,6 +13,9 @@
/*
* $Log$
* Revision 1.32 2000/01/24 21:26:55 mrk
* new way to build
*
* Revision 1.31 1999/08/26 21:36:39 jhill
* fixed bug where time sync UDP client was getting in a state where
* it was using the response from the previous request, and ending
@@ -175,7 +178,7 @@
#include "errMdef.h"
#include "drvSup.h"
#include "drvTS.h"
#include "bsdSocketResource.h"
#include "osiSockResource.h"
#define TSprintf epicsPrintf
+4 -1
View File
@@ -3,6 +3,9 @@
/*
* $Log$
* Revision 1.6 1999/12/14 21:35:34 jhill
* use osiTime.h to get TS_STAMP
*
* Revision 1.5 1999/11/18 13:30:07 mrk
* new makefile method; moved drvTS.h to vxWorks specific code
*
@@ -76,7 +79,7 @@ of this distribution.
#include <sys/socket.h>
#include <netinet/in.h>
#include <osiTime.h>
#include "tsStamp.h"
#ifdef TS_DRIVER
#define TS_EXTERN