forked from epics_driver_modules/require
fix for commit 37b99392: don't use epicsExport for 3.13
This commit is contained in:
@@ -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+:
|
||||
|
||||
Reference in New Issue
Block a user