~anj/epics-base/reorg-src

« back to all changes in this revision

Viewing changes to src/std/dbRecStd.rc

  • Committer: Andrew Johnson
  • Author(s): Michael Davidsaver
  • Date: 2011-02-27 00:24:51 UTC
  • Revision ID: anj@aps.anl.gov-20110227002451-d5bkiq7iv512bkkj
Merge std/*

Combine recIoc and softDevIoc libraries into dbRecStd

Move base.dbd from ioc/misc/ to std/softIoc/

Generate stdRecords.dbd from the std/rec/Makefile list of record
types instead of hard-coding it in base.dbd

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    BEGIN
19
19
        BLOCK "040904b0"
20
20
        BEGIN
21
 
            VALUE "Comments","Record Support Library for EPICS\0"
 
21
            VALUE "Comments","Record and Soft Device Support Library for EPICS\0"
22
22
            VALUE "CompanyName", "The EPICS collaboration\0"
23
 
            VALUE "FileDescription", "Record Support Library\0"
 
23
            VALUE "FileDescription", "Record and Soft Device Support Library\0"
24
24
            VALUE "FileVersion", EPICS_VERSION_STRING "\0"
25
 
            VALUE "InternalName", "rec\0"
 
25
            VALUE "InternalName", "dbRecStd\0"
26
26
            VALUE "LegalCopyright", "Copyright (C) Univ. of California, Univ. of Chicago\0"
27
 
            VALUE "OriginalFilename", "rec.dll\0"
 
27
            VALUE "OriginalFilename", "dbRecStd.dll\0"
28
28
            VALUE "ProductName", "Experimental Physics and Industrial Control System (EPICS)\0"
29
29
            VALUE "ProductVersion", EPICS_VERSION_STRING "\0"
30
30
        END