Commit 0fd45805 authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Exports C version of the HighFSI header file.

Detail:
  FileSwitch runs Hdr2H on its hdr.HighFSI file to export reason code
    symbols for the filing system SWIs.
Admin:
  Required by IPConfig 0.27 and later

Version 2.41. Tagged as 'FileSwitch-2_41'
parent 01cd59fe
......@@ -26,6 +26,7 @@
# Paths
#
EXP_HDR = <export$dir>
C_EXP_HDR = <cexport$dir>.Interface.h
#
# Generic options:
......@@ -46,7 +47,9 @@ COMPONENT = FileSwitch
SOURCE = s.FileSwitch
TARGET = rm.FileSwitch
EXPORTS = ${EXP_HDR}.LowFSI \
${EXP_HDR}.HighFSI
${EXP_HDR}.HighFSI \
${C_EXP_HDR}.HighFSI
# Add LowFSI if ever required - Hdr2H doesn't like it yet
#
# Generic rules:
......@@ -94,4 +97,12 @@ ${EXP_HDR}.LowFSI: hdr.LowFSI
${EXP_HDR}.HighFSI: hdr.HighFSI
${CP} hdr.HighFSI $@ ${CPFLAGS}
${C_EXP_HDR}.LowFSI: hdr.LowFSI
${MKDIR} ${C_EXP_HDR}
perl Build:Hdr2H hdr.LowFSI $@
${C_EXP_HDR}.HighFSI: hdr.HighFSI
${MKDIR} ${C_EXP_HDR}
perl Build:Hdr2H hdr.HighFSI $@
# Dynamic dependencies:
;
; This file is automatically maintained by srccommit, do not edit manually.
;
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "2.40"
Module_Version SETA 240
Module_MinorVersion SETS ""
Module_Date SETS "15 Nov 1999"
Module_FullVersion SETS "2.40"
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "2.41"
Module_Version SETA 241
Module_MinorVersion SETS ""
Module_Date SETS "01 Mar 2000"
Module_FullVersion SETS "2.41"
END
/* (2.40)
/* (2.41)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.40
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 15 Nov 1999
#define Module_MajorVersion_CMHG 2.41
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 01 Mar 2000
#define Module_MajorVersion "2.40"
#define Module_Version 240
#define Module_MinorVersion ""
#define Module_Date "15 Nov 1999"
#define Module_MajorVersion "2.41"
#define Module_Version 241
#define Module_MinorVersion ""
#define Module_Date "01 Mar 2000"
#define Module_FullVersion "2.40"
#define Module_FullVersion "2.41"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment