yet more win32

This commit is contained in:
Michael Davidsaver
2017-11-02 10:33:23 -05:00
parent 673cb7283d
commit bf6597a6c2
2 changed files with 8 additions and 1 deletions

View File

@ -22,7 +22,7 @@ qsrv_SRCS += pdbgroup.cpp
qsrv_SRCS += configparse.cpp
endif
qsrv_LIBS += pvAccessIOC pvAccess pvData
qsrv_LIBS += pvAccess pvData
qsrv_LIBS += $(EPICS_BASE_IOC_LIBS)
FINAL_LOCATION ?= $(shell $(PERL) $(TOOLS)/fullPathName.pl $(INSTALL_LOCATION))

View File

@ -6,6 +6,13 @@
#include <epicsString.h>
#include <epicsAtomic.h>
#include <dbAccess.h>
#include <dbNotify.h>
#include <dbEvent.h>
#include <pv/pvAccess.h>
#define epicsExportSharedSymbols
#include "helper.h"
#include "pdbsingle.h"