start project
This commit is contained in:
13
example/record/Makefile
Normal file
13
example/record/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
PROD_HOST += exampleRecord
|
||||
exampleRecord_SRCS += exampleRecord.cpp
|
||||
exampleRecord_SRCS += exampleRecordMain.cpp
|
||||
exampleRecord_LIBS += pvDatabase pvAccess pvData Com
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
#----------------------------------------
|
||||
# ADD RULES AFTER THIS LINE
|
||||
|
||||
Reference in New Issue
Block a user