We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ce3a6 commit 477634cCopy full SHA for 477634c
caPutLogApp/CONFIG_CAPUTLOG
@@ -0,0 +1,18 @@
1
+# caPutLog Configuration for user applications
2
+#=============================================
3
+
4
+# include guard
5
+ifeq (,$(_CONFIG_CAPUTLOG_INCLUDED))
6
+_CONFIG_CAPUTLOG_INCLUDED := YES
7
8
+ifdef T_A
9
10
+# On EPICS 7, enable the JSON & Array support
11
12
+ifdef BASE_7_0
13
+USR_CPPFLAGS += -DJSON_AND_ARRAYS_SUPPORTED
14
+endif
15
16
+endif # T_A
17
18
+endif # _CONFIG_CAPUTLOG_INCLUDED
caPutLogApp/Makefile
@@ -37,6 +37,8 @@ INC += caPutJsonLogTask.h
37
DBD += caPutJsonLog.dbd
38
endif
39
40
+# Install config file for applications
41
+CFG += CONFIG_CAPUTLOG
42
43
caPutLog_LIBS += $(EPICS_BASE_IOC_LIBS)
44
caPutLog_SYS_LIBS_WIN32 += ws2_32
0 commit comments