fix for commit 37b99392: don't use epicsExport for 3.13

This commit is contained in:
2020-05-18 12:10:28 +02:00
parent 756e501f5d
commit 0c30c322d0
+2
View File
@@ -1044,8 +1044,10 @@ MUNCH=$(MUNCH_$(VXWORKS_MAJOR_VERSION))
$(MUNCH) < $< > $@
${VERSIONFILE}:
ifneq (${EPICS_BASETYPE},3.13)
echo "#include <epicsExport.h>" > $@
echo "epicsShareExtern const char _${PRJ}LibRelease[];" >> $@
endif
echo "const char _${PRJ}LibRelease[] = \"${LIBVERSION}\";" >> $@
# EPICS R3.14+: