Commit 36f44369 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add SoftSCSI modules, EtherK autosense file, PDumperCX2 to disc image

Version 4.89. Tagged as 'BuildSys-4_89'
parent 91f2d076
......@@ -59,6 +59,7 @@ RamFS -type EXP # FileSys.RAMFS.RAMFS
ResourceFS -type EXP # FileSys.ResourceFS.ResourceFS
ScreenBlanker -type EXP # Video.Render.ScrBlank
ScreenModes -type EXP # Video.UserI.ScrModes
SCSIDriver -type EXP # HWSupport.SCSI.SCSIDriver
ShellCLI -type EXP # Desktop.ShellCLI
SoundDMA -type EXP # HWSupport.Sound.Sound0
SoundChannels -type EXP # HWSupport.Sound.Sound1
......@@ -155,6 +156,7 @@ Config2Installer -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
DDEUtils -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
###PhotoCDMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.350.Modules
###PPP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network ASMBLOCKDRIVERS={FALSE}
RTSupport -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
###SharedSnd -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
# Screen savers
......@@ -188,6 +190,15 @@ Config2PluginxxxxMerge -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook
Config2PluginxxxxMerge -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.!FontSetup COMPONENT=FontMerge
Config2PluginxxxxMerge -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure COMPONENT=SysMerge
# USB mass storage softload modules for Iyonix
SCSISwitch -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Boot.PreDesk.SoftSCSI
SCSISoftUSB -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Boot.PreDesk.SoftSCSI
SCSIFS -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Boot.PreDesk.SoftSCSI
SCSIFiler -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Boot.PreDesk.SoftSCSI ASFLAGS="-PD \"SCSI SETL {TRUE}\""
# AutoSense files for InetSetup
EtherK -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
# Apps
###ARPlayer -options INSTDIR=<Install$Dir>.HardDisc4.Apps
CloseUp -options INSTDIR=<Install$Dir>.HardDisc4.Apps
......@@ -215,6 +226,7 @@ PDriver -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Print
PDriverDP -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules
PDriverPS -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules
PDumperCX -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperCX -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers TARGET=PDumperCX2
PDumperDM -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperE2 -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperIW -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
......
/* (4.88)
/* (4.89)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.88
#define Module_MajorVersion_CMHG 4.89
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 25 Oct 2009
#define Module_MajorVersion "4.88"
#define Module_Version 488
#define Module_MajorVersion "4.89"
#define Module_Version 489
#define Module_MinorVersion ""
#define Module_Date "25 Oct 2009"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.88"
#define Module_HelpVersion "4.88 (25 Oct 2009)"
#define Module_LibraryVersionInfo "4:88"
#define Module_FullVersion "4.89"
#define Module_HelpVersion "4.89 (25 Oct 2009)"
#define Module_LibraryVersionInfo "4:89"
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