Commit 4958e5a6 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add Portable module and callx library to Disc build exports

Detail:
  Components/ROOL/Disc - Added portable module & callx library to list of exports
Admin:
  Required for SCSISwitch 2.07


Version 5.25. Tagged as 'BuildSys-5_25'
parent 6aee0db6
......@@ -54,7 +54,7 @@ PDriverDP -type EXP # Printing.Modules.PDModules <- also
PDumperLJ -type EXP # Printing.PDumpers.PDumperLJ <- also included as installed component
PDumperSpt -type EXP # Printing.Modules.PDumperSpt <- also included as installed component
Podule -type EXP # HWSupport.Podule
###Portable75 -type EXP # HWSupport.Portable75
Portable -type EXP # HWSupport.Portable
RamFS -type EXP # FileSys.RAMFS.RAMFS
ResourceFS -type EXP # FileSys.ResourceFS.ResourceFS
ScreenBlanker -type EXP # Video.Render.ScrBlank
......@@ -111,6 +111,7 @@ DebugLib -type EXP # Lib.DebugLib
###C++Lib -type EXP # Lib.C++Lib
AsmUtils -type EXP # Lib.AsmUtils
HTMLLib -type EXP # Lib.HTML
callx -type EXP # Lib.callx
#
# Other header and library exports for the Universal build...
......
/* (5.24)
/* (5.25)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.24
#define Module_MajorVersion_CMHG 5.25
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 20 Nov 2011
#define Module_Date_CMHG 27 Nov 2011
#define Module_MajorVersion "5.24"
#define Module_Version 524
#define Module_MajorVersion "5.25"
#define Module_Version 525
#define Module_MinorVersion ""
#define Module_Date "20 Nov 2011"
#define Module_Date "27 Nov 2011"
#define Module_ApplicationDate "20-Nov-11"
#define Module_ApplicationDate "27-Nov-11"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.24"
#define Module_HelpVersion "5.24 (20 Nov 2011)"
#define Module_LibraryVersionInfo "5:24"
#define Module_FullVersion "5.25"
#define Module_HelpVersion "5.25 (27 Nov 2011)"
#define Module_LibraryVersionInfo "5:25"
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