11 lines
457 B
Plaintext
11 lines
457 B
Plaintext
#*************************************************************************
|
|
# EPICS BASE is distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
|
|
# LIbraries needed to link a pvAccess tool
|
|
EPICS_BASE_PVA_CORE_LIBS = pvAccessIOC pvAccessCA pvAccess pvData
|
|
|
|
# pvAccess depends on netapi32
|
|
PROD_SYS_LIBS_WIN32 += netapi32
|