Commit 3fdc996f authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add ZLib module to disc image. Fix ADFS header export errors due to FileCore dependency.

Detail:
  Components/ROOL/Disc - Added ZLib module to !System (plus build dependent zlib library)
  Moved FileCore header export further up due to other header exports (e.g. ADFS) now being dependent on FileCore's headers
Admin:
  ZLib module tested somewhat


Version 5.49. Tagged as 'BuildSys-5_49'
parent 23346c4c
......@@ -14,6 +14,7 @@
#
HdrSrc -type EXP # Programmer.HdrSrc
Kernel -type EXP # Kernel
FileCore -type EXP # FileSys.FileCore
#
# Required for Hdr:SWIs (and swis.h) generation...
......@@ -37,7 +38,6 @@ DOSFS -type EXP # FileSys.ImageFS.DOSFS
DragAnObj -type EXP # Desktop.DragAnObj
DragASprite -type EXP # Desktop.DragASprit
DrawMod -type EXP # Video.Render.Draw
FileCore -type EXP # FileSys.FileCore
Filer_Action -type EXP # Desktop.FilerAct
FileSwitch -type EXP # FileSys.FileSwitch
FilterManager -type EXP # Desktop.Filter
......@@ -116,6 +116,7 @@ DebugLib -type EXP # Lib.DebugLib
AsmUtils -type EXP # Lib.AsmUtils
HTMLLib -type EXP # Lib.HTML
callx -type EXP # Lib.callx
zlib -type EXP # Lib.zlib
#
# Other header and library exports for the Universal build...
......@@ -165,6 +166,7 @@ JCompMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
RTSupport -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
NetTime -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Network
SharedCLibrary -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
ZLibMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
# Screen savers
AcornLogo -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
......
/* (5.48)
/* (5.49)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.48
#define Module_MajorVersion_CMHG 5.49
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Mar 2012
#define Module_Date_CMHG 30 Mar 2012
#define Module_MajorVersion "5.48"
#define Module_Version 548
#define Module_MajorVersion "5.49"
#define Module_Version 549
#define Module_MinorVersion ""
#define Module_Date "21 Mar 2012"
#define Module_Date "30 Mar 2012"
#define Module_ApplicationDate "21-Mar-12"
#define Module_ApplicationDate "30-Mar-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.48"
#define Module_HelpVersion "5.48 (21 Mar 2012)"
#define Module_LibraryVersionInfo "5:48"
#define Module_FullVersion "5.49"
#define Module_HelpVersion "5.49 (30 Mar 2012)"
#define Module_LibraryVersionInfo "5:49"
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