From d17b216c734f8b1a63d3c74c3c43c2cb70fb81c7 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 31 Mar 2003 16:42:19 +0000 Subject: [PATCH] Added recIoc.rc win32 resource file. --- src/rec/Makefile | 1 + src/rec/recIoc.rc | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100755 src/rec/recIoc.rc diff --git a/src/rec/Makefile b/src/rec/Makefile index 259dfd2f1..f46f8db9a 100644 --- a/src/rec/Makefile +++ b/src/rec/Makefile @@ -83,6 +83,7 @@ LIBSRCS += waveformRecord.c LIBRARY_IOC += recIoc recIoc_LIBS = asIoc dbIoc registryIoc dbStaticIoc ca Com +recIoc_RCS_WIN32 = recIoc.rc # For R3.13 compatability OBJS_vxWorks = $(LIBSRCS:%.c=%) diff --git a/src/rec/recIoc.rc b/src/rec/recIoc.rc new file mode 100755 index 000000000..0422225f0 --- /dev/null +++ b/src/rec/recIoc.rc @@ -0,0 +1,36 @@ +#include +#include "epicsVersion.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION EPICS_VERSION,EPICS_REVISION,EPICS_MODIFICATION,EPICS_UPDATE_LEVEL + PRODUCTVERSION EPICS_VERSION,EPICS_REVISION,EPICS_MODIFICATION,EPICS_UPDATE_LEVEL + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_UNKNOWN + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments","Record Support Library for EPICS\0" + VALUE "CompanyName", "The EPICS collaboration\0" + VALUE "FileDescription", "Record Support Library\0" + VALUE "FileVersion", EPICS_VERSION_STRING "\0" + VALUE "InternalName", "rec\0" + VALUE "LegalCopyright", "Copyright (C) Univ. of California, Univ. of Chicago\0" + VALUE "OriginalFilename", "rec.dll\0" + VALUE "ProductName", "Experimental Physics and Industrial Control System (EPICS)\0" + VALUE "ProductVersion", EPICS_VERSION_STRING "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END