attempt to fix win32 shared build
This commit is contained in:
@@ -2,9 +2,17 @@ TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
LIBRARY += pvAccessCA
|
||||
pvAccessCA_LIBS += ca pvAccess pvData Com
|
||||
pvAccessCA_LIBS += ca pvAccess pvData
|
||||
ifdef WITH_MICROBENCH
|
||||
LIB_LIBS += pvMB
|
||||
endif
|
||||
LIB_LIBS += Com
|
||||
|
||||
# needed for Windows
|
||||
LIB_SYS_LIBS_WIN32 += ws2_32
|
||||
|
||||
INC += pv/caProvider.h
|
||||
INC += pv/caStatus.h
|
||||
|
||||
pvAccessCA_SRCS += caProvider.cpp
|
||||
pvAccessCA_SRCS += caChannel.cpp
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <pv/pvAccess.h>
|
||||
|
||||
#include "caChannel.h"
|
||||
#include "caStatus.h"
|
||||
#include <pv/caStatus.h>
|
||||
|
||||
using namespace epics::pvData;
|
||||
using std::string;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* in file LICENSE that is included with this distribution.
|
||||
*/
|
||||
|
||||
#include "caStatus.h"
|
||||
#include <pv/caStatus.h>
|
||||
|
||||
namespace epics {
|
||||
namespace pvAccess {
|
||||
|
||||
Reference in New Issue
Block a user