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

Add NetI to modules database

* Include in disc image (needed by InetSetup when TCP/IP is enabled)
* Remove portable from the IOMD module listing (demoted to export only)

Version 6.11. Tagged as 'BuildSys-6_11'
parent 048d5bf1
......@@ -172,6 +172,7 @@ ArmBE -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
DDEUtils -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
JCompMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
RTSupport -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
NetI -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network CMDHELP=None
NetTime -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Network
ScreenFX -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Video
SharedCLibrary -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
......
......@@ -52,8 +52,6 @@ Desktop
SharedRISC_OSLib
VIDC20Video
Mouse
################### Portable needs to be taught about variable IOMD address
Portable -type EXP
PS2Driver
ADFSFiler
BASIC105
......@@ -198,6 +196,7 @@ DebugLib
NVRAM -type EXP
PortManager -type EXP
Portable -type EXP
PCI -type EXP
SCSIFS -type EXP # Needed for header export, but depends on filecore headers
......
......@@ -357,6 +357,7 @@ NCRegistry C closed.RiscOS.Sources.Programmer.Registry.NCRe
NCUpgrade C closed.RiscOS.Sources.Apps.NCUpgrade Apps NCUpgrade
NCWriter C closed.RiscOS.Sources.Apps.NCWriter Apps NCWriter
Net C Sources.Networking.AUN.Net Networking Net
NetI C Sources.Networking.AUN.Net Networking NetI
NetFiler ASM Sources.FileSys.NetFS.NetFiler FileSys NetFiler
NetFS ASM Sources.FileSys.NetFS.NetFS FileSys NetFS
NetPrint ASM Sources.FileSys.NetPrint FileSys NetPrint
......
/* (6.10)
/* (6.11)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.10
#define Module_MajorVersion_CMHG 6.11
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 03 Mar 2013
#define Module_Date_CMHG 04 Mar 2013
#define Module_MajorVersion "6.10"
#define Module_Version 610
#define Module_MajorVersion "6.11"
#define Module_Version 611
#define Module_MinorVersion ""
#define Module_Date "03 Mar 2013"
#define Module_Date "04 Mar 2013"
#define Module_ApplicationDate "03-Mar-13"
#define Module_ApplicationDate "04-Mar-13"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.10"
#define Module_HelpVersion "6.10 (03 Mar 2013)"
#define Module_LibraryVersionInfo "6:10"
#define Module_FullVersion "6.11"
#define Module_HelpVersion "6.11 (04 Mar 2013)"
#define Module_LibraryVersionInfo "6:11"
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