Commit de677bf9 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Move ADFS export down after FileCore.

FileCore now generates "FileCoreErr" during exporting, and ADFS needs that for its exports (RamFS/SCSIFS are both alphabetically later than FileCore so don't suffer from that problem).
Export from clean now has no errors for PlingSystem component.

Version 5.50. Tagged as 'BuildSys-5_50'
parent 3fdc996f
......@@ -18,8 +18,6 @@ Kernel -type EXP
#
# Required for Hdr:SWIs (and swis.h) generation...
#
ADFS -type EXP
###ARM3 -type EXP
ATAPI -type EXP
BASICTrans -type EXP
BufferManager -type EXP
......@@ -55,6 +53,7 @@ ParallelDeviceDriver -type EXP
PDriver -type EXP
Podule -type EXP
Portable -type EXP
ADFS -type EXP # After FileCore to allow FileCoreErr generation
RamFS -type EXP
ResourceFS -type EXP
ScreenBlanker -type EXP
......
/* (5.49)
/* (5.50)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.49
#define Module_MajorVersion_CMHG 5.50
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 30 Mar 2012
#define Module_Date_CMHG 21 Apr 2012
#define Module_MajorVersion "5.49"
#define Module_Version 549
#define Module_MajorVersion "5.50"
#define Module_Version 550
#define Module_MinorVersion ""
#define Module_Date "30 Mar 2012"
#define Module_Date "21 Apr 2012"
#define Module_ApplicationDate "30-Mar-12"
#define Module_ApplicationDate "21-Apr-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.49"
#define Module_HelpVersion "5.49 (30 Mar 2012)"
#define Module_LibraryVersionInfo "5:49"
#define Module_FullVersion "5.50"
#define Module_HelpVersion "5.50 (21 Apr 2012)"
#define Module_LibraryVersionInfo "5:50"
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