Files
pvData/testApp/property/Makefile
2010-12-08 08:30:48 -05:00

14 lines
246 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testProperty
testProperty_SRCS += testProperty.cpp
testProperty_LIBS += pvData Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE