Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BuildSys
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
GitLab has been upgraded to 13.7.4 If you encounter any issues mail
code@riscosopen.org
Open sidebar
RiscOS
BuildSys
Commits
50595881
Commit
50595881
authored
Jun 07, 2020
by
Robert Sprowson
Committed by
Ben Avison
Jun 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge of BuildSys-7_46 to branch RPiFreeze
parents
2343ab03
a90f4c23
Changes
34
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
992 additions
and
545 deletions
+992
-545
.gitignore
.gitignore
+3
-0
Components/ROOL/BCM2835
Components/ROOL/BCM2835
+6
-4
Components/ROOL/BCM2835Pico
Components/ROOL/BCM2835Pico
+1
-0
Components/ROOL/Binaries
Components/ROOL/Binaries
+0
-335
Components/ROOL/BonusBin
Components/ROOL/BonusBin
+22
-15
Components/ROOL/Browse
Components/ROOL/Browse
+25
-3
Components/ROOL/BuildEnv
Components/ROOL/BuildEnv
+0
-2
Components/ROOL/CTools
Components/ROOL/CTools
+8
-3
Components/ROOL/Disc
Components/ROOL/Disc
+23
-10
Components/ROOL/IOMD32
Components/ROOL/IOMD32
+1
-1
Components/ROOL/OMAP3
Components/ROOL/OMAP3
+4
-2
Components/ROOL/OMAP4
Components/ROOL/OMAP4
+3
-2
Components/ROOL/OMAP5
Components/ROOL/OMAP5
+9
-5
Components/ROOL/PlingSystem
Components/ROOL/PlingSystem
+20
-15
Components/ROOL/Titanium
Components/ROOL/Titanium
+2
-1
Components/ROOL/Tungsten
Components/ROOL/Tungsten
+1
-2
Components/ROOL/iMx6
Components/ROOL/iMx6
+11
-16
GNUmakefiles/AAsmModule
GNUmakefiles/AAsmModule
+142
-43
GNUmakefiles/AppLibs
GNUmakefiles/AppLibs
+16
-4
GNUmakefiles/CApp
GNUmakefiles/CApp
+33
-23
GNUmakefiles/CLibrary
GNUmakefiles/CLibrary
+26
-14
GNUmakefiles/CModule
GNUmakefiles/CModule
+409
-0
GNUmakefiles/ModStdRule
GNUmakefiles/ModStdRule
+20
-0
GNUmakefiles/ModuleLibs
GNUmakefiles/ModuleLibs
+76
-0
GNUmakefiles/StdRules
GNUmakefiles/StdRules
+1
-1
GNUmakefiles/StdTools
GNUmakefiles/StdTools
+8
-1
Makefiles/AAsmModule
Makefiles/AAsmModule
+53
-0
Makefiles/AppLibs
Makefiles/AppLibs
+6
-0
Makefiles/CLibrary
Makefiles/CLibrary
+10
-4
Makefiles/CModule
Makefiles/CModule
+3
-2
Makefiles/ModuleLibs
Makefiles/ModuleLibs
+6
-0
Makefiles/StdTools
Makefiles/StdTools
+2
-1
ModuleDB
ModuleDB
+35
-27
VersionNum
VersionNum
+7
-9
No files found.
.gitignore
0 → 100644
View file @
50595881
/ImageName/Version
/Logs/
/Shadow/
Components/ROOL/BCM2835
View file @
50595881
...
...
@@ -38,7 +38,7 @@ MakePSFont -type EXP
# kernel is first module in ROM seen as the UtilityModule
HAL_BCM2835
Kernel -at 0xFC010000 -options FREEZE_DEV_REL=TRUE ASFLAGS="-PD \"
HiProcVecs SETL {FALSE}\" -PD \"
CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SDFS,CDROMFSCMOS,&C0\\\"\""
Kernel -at 0xFC010000 -options FREEZE_DEV_REL=TRUE ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SDFS,CDROMFSCMOS,&C0\\\"\""
Podule -type EXP
PCI
FileSwitch
...
...
@@ -54,6 +54,7 @@ Desktop
SharedRISC_OSLib
BASIC105
BASIC64
BASICVFP
BlendTable
BufferManager
ColourTrans
...
...
@@ -65,6 +66,7 @@ PortableHAL
RTSupport
USBDriver
DWCDriver
XHCIDriver
VCHIQ
BCMSound
ScreenModes
...
...
@@ -82,7 +84,7 @@ Filer
FilerSWIs
FSLock
FontManager
FPEmulator -options FPE_APCS=3/32bit
FPEmulator -options FPE_APCS=3/32bit
FPEANCHOR=High
VFPSupport
Free
Hourglass
...
...
@@ -138,7 +140,7 @@ SDCMOS
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
@@ -148,9 +150,9 @@ Freeway
ShareFS
MimeMap
LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
EtherGENET
EtherUSB
DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
AcornURI
Edit
Draw
Paint
...
...
Components/ROOL/BCM2835Pico
View file @
50595881
...
...
@@ -51,6 +51,7 @@ TaskManager -type EXP
SharedRISC_OSLib
BASIC105
BASIC64
BASICVFP
BlendTable
BufferManager
ColourTrans
...
...
Components/ROOL/Binaries
deleted
100644 → 0
View file @
2343ab03
This diff is collapsed.
Click to expand it.
Components/ROOL/BonusBin
View file @
50595881
...
...
@@ -81,29 +81,32 @@ SharedCLibrary -type EXP
#
AsmUtils -type EXP
TCPIPheaders -type EXP
socklib
inetlib
unixlib
tboxlib
ToolboxLib
OSLib
DeskLib
ModMallocLib
PlainArgvLib
RemoteDebug
PDebug
DDTLib
Wild
Trace
DebugLib
socklib
-type EXP
inetlib
-type EXP
unixlib
-type EXP
tboxlib
-type EXP
ToolboxLib
-type EXP
OSLib
-type EXP
DeskLib
-type EXP
ModMallocLib
-type EXP
PlainArgvLib
-type EXP
RemoteDebug
-type EXP
PDebug
-type EXP
DDTLib
-type EXP
Wild
-type EXP
Trace
-type EXP
DebugLib
-type EXP
#
# Bonus apps
#
Connector -options INSTDIR=<Install$Dir>.BonusBin.Utilities
GateWay -options INSTDIR=<Install$Dir>.BonusBin.Utilities.Econet
MailMan -options INSTDIR=<Install$Dir>.BonusBin.Utilities.Econet
FontEd -options INSTDIR=<Install$Dir>.BonusBin.Utilities.Developer
MakeModes -options INSTDIR=<Install$Dir>.BonusBin.Utilities.Developer
WinEdit -options INSTDIR=<Install$Dir>.BonusBin.Utilities.Developer
FormEd -options INSTDIR=<Install$Dir>.BonusBin.Utilities.Developer
ResEd -options INSTDIR=<Install$Dir>.BonusBin.Apps.DDE
ResTest -options INSTDIR=<Install$Dir>.BonusBin.Apps.DDE
ResCreate -options INSTDIR=<Install$Dir>.BonusBin.Apps.DDE
...
...
@@ -114,6 +117,7 @@ SrcEdit -options INSTDIR=<Install$Dir>.BonusBin.Apps.DDE
#
DebugTools -options INSTDIR=<Install$Dir>.BonusBin.Modules.Developer
DebugButtn -options INSTDIR=<Install$Dir>.BonusBin.Modules.Developer
ZeroPain -options INSTDIR=<Install$Dir>.BonusBin.Modules.Developer
#
# Territory modules (the ReadMe comes from ABRelease)
...
...
@@ -124,9 +128,12 @@ Denmark -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territor
Finland -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
France -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Germany -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Iceland -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Ireland -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Italy -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Netherlands -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories TARGET=Netherland
Norway -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Portugal -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
SAfrica -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Spain -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
Sweden -options INSTDIR=<Install$Dir>.BonusBin.Modules.Territories
...
...
Components/ROOL/Browse
View file @
50595881
...
...
@@ -9,6 +9,20 @@
%JoinerFormat BigSplit
%sigstr Univ
#
# Fundamental components for header export...
#
Dialler -type EXP
FileSwitch -type EXP
#
# Internet and other networking libraries...
#
mbedTLS -type EXP
#
# Key libraries for Browse
#
zlib -type EXP
JSLib -type EXP
Fetchers -type EXP
...
...
@@ -17,13 +31,21 @@ ImageLibPNG
ImageLibJPEG
ImageLib
NSPRLib -type EXP
AcornSSL -type EXP
#
# Modules which Browse depends upon
#
AcornSSL -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.350.Modules.Network.URL
AcornURI -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network
URL -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
AcornHTTP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
TARGET=HTTP
AcornHTTP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
FileFetcher -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
FTP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
MimeMap -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
#
# The application itself
#
Browse -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Browse SYSTEM=Ursula SUFFIX=ju TARGET=abs.!RIju
#Browse -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Phoenix SYSTEM=Phoenix SUFFIX=ju TARGET=abs.!RIju
#WebServe
<- doesn't build ATM
#WebServe
-options INSTDIR=<Install$Dir>.HardDisc4.Apps
Components/ROOL/BuildEnv
View file @
50595881
...
...
@@ -123,5 +123,3 @@ Wild -type EXP # Lib.Wild
# Other stuff...
#
PCI -type EXP # HWSupport.PCI
OHCIHeaders -type EXP # HWSupport.USB.Controllers.OHCIDriver
OHCIDriver -type EXP # HWSupport.USB.NetBSD
Components/ROOL/CTools
View file @
50595881
...
...
@@ -90,7 +90,7 @@ DDTLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Li
DeskLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
ModMallocLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
NBLib -type EXP
PDebug -
type EXP
PDebug -
options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
PlainArgvLib -type EXP
ToolboxLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
RemoteDebug -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
...
...
@@ -108,7 +108,8 @@ UtilLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Li
#
System -options INSTDIR=Install:DDE.AcornC/C++.Developer USERIF=None
AUNMsgs -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Network SYSTEM=PlingSystem
CallASWI -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
BorderUtils -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
CallASWI -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules MACHINE=Archimedes
SharedCLibrary -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules INSTTYPE= SCL_APCS="-APCS 3/26bit"
DDEUtils -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
Debugger -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
...
...
@@ -122,7 +123,7 @@ Config2Installer -options INSTDIR=Install:DDE.AcornC/C++.Developer.!Syste
Config2Installer -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.360.Modules
ColourPicker -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules OPTIONS="-DNO_INTERNATIONAL_HELP"
RedrawManager -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
TaskWindow -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules CMDHELP=None
TaskWindow -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
MACHINE=Archimedes
CMDHELP=None
ColourDbox -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Toolbox
ColourMenu -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Toolbox
DCS_Quit -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Toolbox TARGET=DCS_Quit
...
...
@@ -176,6 +177,10 @@ xpand -options INSTDIR=Install:DDE.AcornC/C++.!SetPaths.Lib32
#
SharedCLibrary -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.310.Modules SCL_APCS="-APCS 3/26bit"
SharedCLibrary -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.500.Modules
CallASWI -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.310.Modules MACHINE=Archimedes
FPEmulator -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.310.Modules MACHINE=Archimedes FPE_APCS=3/26bit
FPEmulator -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.350.Modules MACHINE=IOMD FPE_APCS=3/26bit
FPEmulator -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.400.Modules MACHINE=All32 FPE_APCS=3/32bit
ColourDbox -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.310.Modules.Toolbox
ColourMenu -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.310.Modules.Toolbox
DCS_Quit -options INSTDIR=Install:DDE.AcornC/C++.EndUser.!System.310.Modules.Toolbox TARGET=DCS_Quit
...
...
Components/ROOL/Disc
View file @
50595881
...
...
@@ -96,6 +96,7 @@ inetlib -type EXP # Lib.TCPIPLibs.inetlib
rpclib -type EXP # Lib.TCPIPLibs.rpclib.rpc
socklib -type EXP # Lib.TCPIPLibs.socklib
unixlib -type EXP # Lib.TCPIPLibs.unixlib
mbedTLS -type EXP # Lib.mbedTLS
#
# Toolbox libraries...
...
...
@@ -125,12 +126,13 @@ PRISMLib -type EXP # Lib.PRISMLib
#
# Other header and library exports for the Universal build...
#
ConfigLib -type EXP # Lib.Configure
KeyWatch -type EXP # Programmer.KeyWatch
RMVersion -type EXP # Programmer.RMVersion
SoundControl -type EXP # Audio.SoundCtrl
SpriteExtend -type EXP # Video.Render.SprExtend <- also included as installed component
USBDriver -type EXP # HWSupport.USB.NetBSD
ConfigLib -type EXP # Lib.Configure
Dialler -type EXP # Networking.Modem.Dialler
KeyWatch -type EXP # Programmer.KeyWatch
RMVersion -type EXP # Programmer.RMVersion
SoundControl -type EXP # Audio.SoundCtrl
SpriteExtend -type EXP # Video.Render.SprExtend <- also included as installed component
USBDriver -type EXP # HWSupport.USB.NetBSD
#
# Working installed components...
...
...
@@ -180,9 +182,15 @@ RTSupport -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
AcornURI -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network
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
PPP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network
RouteD -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network CMDHELP=None
AcornHTTP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
AcornSSL -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.350.Modules.Network.URL
URL -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
ScreenFX -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Video
SharedCLibrary -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
FrontEnd -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
VideoOverlay -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
ZLibMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
# Screen savers
...
...
@@ -246,6 +254,7 @@ SCSIFiler -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook
# AutoSense files for InetSetup
EtherCPSW -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
EtherGENET -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
EtherK -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
EtherUSB -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
EtherY -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
...
...
@@ -260,7 +269,10 @@ Help -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook
Maestro -options INSTDIR=<Install$Dir>.HardDisc4.Apps TARGET=Maestro
OmniApp -options INSTDIR=<Install$Dir>.HardDisc4.Apps
LanManFS -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=FALSE
NFS -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
OmniNFS -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
OmniNetFiler -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
OmniAccess -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
Paint -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps.!Paint
SciCalc -options INSTDIR=<Install$Dir>.HardDisc4.Apps
SquashApp -options INSTDIR=<Install$Dir>.HardDisc4.Apps
...
...
@@ -278,9 +290,6 @@ PsychoEffects -options INSTDIR=<Install$Dir>.HardDisc4.Diversions.!Hop
Puzzle -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
QTheMusic -options INSTDIR=<Install$Dir>.HardDisc4.Diversions.!Hopper.Modules
# Third-party components
SparkFS -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
# Printing
FontPrint -options INSTDIR=<Install$Dir>.HardDisc4.Printing
PrintEdit -options INSTDIR=<Install$Dir>.HardDisc4.Printing
...
...
@@ -296,23 +305,27 @@ PDumperDM -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Print
PDumperE2 -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperIW -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperLJ -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperPCL -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
PDumperSpt -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules
RemotePrinterSupport -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules
# Public
Public -options INSTDIR=<Install$Dir>.HardDisc4.Public
#
Sound
#
Documents
MaestroFiles -options INSTDIR=<Install$Dir>.HardDisc4.Documents.Music.Maestro TARGET=Examples
UserGuide -options INSTDIR=<Install$Dir>.HardDisc4.Documents.UserGuide
# Utilities
HForm -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.Caution
DesktopBoot -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.Caution TARGET= COMPONENT=ResetBoot
PatchesPatch -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
ShowScrap -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
SparkFS -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
Usage -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
T1ToFont -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
ChangeFSI -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
AccessPlus -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.Access
#
# Not working installed components...
...
...
Components/ROOL/IOMD32
View file @
50595881
...
...
@@ -122,7 +122,7 @@ DOSFS -options PCMCIA=TRUE
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
Components/ROOL/OMAP3
View file @
50595881
...
...
@@ -38,7 +38,7 @@ MakePSFont -type EXP
# Kernel is first module in ROM seen as the UtilityModule
HAL_OMAP3
Kernel -at 0xFC01
8
000 -options ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SCSIFS,CDROMFSCMOS,&C0\\\"\""
Kernel -at 0xFC01
0
000 -options ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SCSIFS,CDROMFSCMOS,&C0\\\"\""
Podule -type EXP
PCI
FileSwitch
...
...
@@ -56,6 +56,7 @@ ScreenModes
OMAPVideo -options OMAP=3
BASIC105
BASIC64
BASICVFP
BlendTable
BufferManager
ColourTrans
...
...
@@ -136,7 +137,7 @@ SDCMOS
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
@@ -187,6 +188,7 @@ CDFSFiler
UnSqzAIF
BatMgrHAL
InetRes -options TYPE=EmergencyUtils
GPIO
# some libraries and bits
#
...
...
Components/ROOL/OMAP4
View file @
50595881
...
...
@@ -55,6 +55,7 @@ ScreenModes
OMAPVideo -options OMAP=4
BASIC105
BASIC64
BASICVFP
BlendTable
BufferManager
ColourTrans
...
...
@@ -65,7 +66,6 @@ PortableHAL
RTSupport
USBDriver
EHCIDriver
#MUSBDriver
DisplayManager
DMAManager
DragASprite
...
...
@@ -134,7 +134,7 @@ SDCMOS
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
@@ -184,6 +184,7 @@ CDFSFiler
UnSqzAIF
InetRes -options TYPE=EmergencyUtils
GPIO
# some libraries and bits
#
...
...
Components/ROOL/OMAP5
View file @
50595881
...
...
@@ -32,6 +32,7 @@ Econet -type EXP
DDT -type EXP
HostFS -type EXP
SCSIDriver -type EXP
Podule -type EXP
PCCardFS -type EXP
PDriver -type EXP
PDumperDM -type EXP
...
...
@@ -39,8 +40,7 @@ MakePSFont -type EXP
# Kernel is first module in ROM seen as the UtilityModule
HAL_OMAP5
Kernel -at 0xFC010000 -options ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SCSIFS,CDROMFSCMOS,&C0\\\"\""
Podule -type EXP
Kernel -at 0xFC010000 -options ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_adfs,CDROMFSCMOS,&C0\\\"\""
PCI
FileSwitch
ResourceFS
...
...
@@ -58,6 +58,7 @@ ScreenModes
OMAPHDMI -options OMAP=5
BASIC105
BASIC64
BASICVFP
BlendTable
BufferManager
ColourTrans
...
...
@@ -68,7 +69,6 @@ PortableHAL
RTSupport
USBDriver
EHCIDriver
#MUSBDriver
DisplayManager
DMAManager
DragASprite
...
...
@@ -76,7 +76,9 @@ DragAnObj
DrawMod
BBCEconet
FileCore
ADFS -type EXP
SATADriver
ADFS4
ADFSFiler
RamFS
Filer
FilerSWIs
...
...
@@ -137,7 +139,7 @@ SDCMOS
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
@@ -181,12 +183,14 @@ Gadgets
# CDFS
#
CDFSDriver
ATAPI
CDFSSoftSCSI
CDFS
CDFSFiler
UnSqzAIF
InetRes -options TYPE=EmergencyUtils
GPIO
# some libraries and bits
#
...
...
Components/ROOL/PlingSystem
View file @
50595881
...
...
@@ -83,26 +83,27 @@ SharedCLibrary -type EXP -options SCL_APCS="-APCS 3/26bit"
#
AsmUtils -type EXP
TCPIPheaders -type EXP
socklib
inetlib
unixlib
tboxlib
ToolboxLib
socklib
-type EXP
inetlib
-type EXP
unixlib
-type EXP
tboxlib
-type EXP
ToolboxLib
-type EXP
ConfigLib -type EXP
OSLib
DeskLib
ModMallocLib
PlainArgvLib
RemoteDebug
PDebug
DDTLib
Wild
Trace
DebugLib
OSLib
-type EXP
DeskLib
-type EXP
ModMallocLib
-type EXP
PlainArgvLib
-type EXP
RemoteDebug
-type EXP
PDebug
-type EXP
DDTLib
-type EXP
Wild
-type EXP
Trace
-type EXP
DebugLib
-type EXP
#
# 26 bit only
#
BorderUtils -options INSTDIR=<Install$Dir>.System.!System.310.Modules
CallASWI -options INSTDIR=<Install$Dir>.System.!System.310.Modules
CMOSUtils -options INSTDIR=<Install$Dir>.System.!System.310.Modules
SharedCLibrary -options INSTDIR=<Install$Dir>.System.!System.310.Modules INSTTYPE= SCL_APCS="-APCS 3/26bit"
...
...
@@ -114,6 +115,7 @@ FilterManager -options INSTDIR=<Install$Dir>.System.!System.310.Module
FrontEnd -options INSTDIR=<Install$Dir>.System.!System.310.Modules
ColourPicker -options INSTDIR=<Install$Dir>.System.!System.310.Modules OPTIONS="-DNO_INTERNATIONAL_HELP"
DrawFile -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
FilerUtils -options INSTDIR=<Install$Dir>.System.!System.310.Modules
Freeway -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
Internet -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
MimeMap -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
...
...
@@ -122,6 +124,7 @@ NetFS -options INSTDIR=<Install$Dir>.System.!System.310.Module
NetFiler -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
NetPrint -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
NetStatus -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network
NetUtils -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network
ITable -options INSTDIR=<Install$Dir>.System.!System.350.Modules
UnSqzAIF -options INSTDIR=<Install$Dir>.System.!System.370.Modules
PatchApp -options INSTDIR=<Install$Dir>.System.!System.370.Modules
...
...
@@ -141,6 +144,8 @@ BASIC64 -options INSTDIR=<Install$Dir>.System.!System.310.Module
DragASprite -options INSTDIR=<Install$Dir>.System.!System.310.Modules
DragAnObj -options INSTDIR=<Install$Dir>.System.!System.310.Modules
RedrawManager -options INSTDIR=<Install$Dir>.System.!System.310.Modules
Resolver -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network
ShareFS -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network
# There is no technical need for SharedSnd to be built for MACHINE=All.
# However building for All has benefits for users of old versions of RISC OS 5
...
...
Components/ROOL/Titanium
View file @
50595881
...
...
@@ -54,6 +54,7 @@ ScreenModes
GC320Video
BASIC105
BASIC64
BASICVFP
BlendTable
BufferManager
ColourTrans
...
...
@@ -132,7 +133,7 @@ SDFSFiler -options ASFLAGS="-PD \"SDFS SETL {TRUE}\"" TEMPLATES=yes
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
Components/ROOL/Tungsten
View file @
50595881
...
...
@@ -66,7 +66,6 @@ RTSupport
USBDriver
EHCIDriver
OHCIDriver
OHCIHeaders
DisplayManager
DMAManager
DragASprite
...
...
@@ -130,7 +129,7 @@ SCSIFiler -options ASFLAGS="-PD \"SCSI SETL {TRUE}\"" TEMPLATES=no
ColourPicker
DrawFile
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
Components/ROOL/iMx6
View file @
50595881
...
...
@@ -37,8 +37,7 @@ MakePSFont -type EXP
# kernel is first module in ROM seen as the UtilityModule
HAL_iMx6
#Kernel -at 0xFC010000
Kernel -at 0xFC020000 -options ASFLAGS="-PD \"EnforceSCSI4 SETL {TRUE}\""
Kernel -at 0xFC018000 -options ASFLAGS="-PD \"CMOS_Override SETS \\\"= FileLangCMOS,fsnumber_SCSIFS,SCSIFSDrivesCMOS,&20\\\"\""
Podule -type EXP
PCI
FileSwitch
...
...
@@ -47,19 +46,16 @@ TerritoryManager
Messages
MessageTrans
UK
SharedRISC_OSLib
ZeroPain
WindowManager -options OPTIONS=Ursula
# we want it to start in desktop .. *configure language is defaulted to 11,
#
so put the desktop module here as module 11
TaskManager
#
Desktop is the 11th module (default language)
Desktop
#
SharedRISC_OSLib
ScreenModes
IMXVideo
TaskManager
FPEmulator -options FPE_APCS=3/32bit FPEANCHOR=High
BASIC105
BASIC64
BASICVFP
BufferManager
ColourTrans
Debugger
...
...
@@ -90,6 +86,7 @@ RamFS
Filer
FilerSWIs
FontManager
FPEmulator -options FPE_APCS=3/32bit FPEANCHOR=High
VFPSupport
Free
Hourglass
...
...
@@ -147,7 +144,7 @@ SPIDriver
#NetUtils
RTC
BootCommands
AUNMsgs
WindowScroll
MManager
Internet
Resolver
...
...
@@ -164,7 +161,6 @@ Paint
Alarm
Chars
Help2
#RTCAdjust
#
# Toolbox Modules/Libs
...
...
@@ -188,20 +184,19 @@ SaveAs
Scale
Gadgets
#
#CDFS
#
CDFS
#
CDFSDriver
CDFSSoftSCSI
CDFS
CDFSFiler
#
UnSqzAIF
InetRes -options TYPE=EmergencyUtils
EtherTH
AHCIDriver
GPIO -type EXP
DDEUtils
EtherUSB
# some libraries and bits
#
...
...
@@ -227,8 +222,8 @@ SyncLib
NVRAM -type EXP
PortManager -type EXP
#
SDCreate -options INSTDIR=<Install$Dir>.ABRelease
#
ABRelease
ABRelease
# end
GNUmakefiles/AAsmModule
View file @
50595881
...
...
@@ -18,7 +18,6 @@ INCLUDED_AASMMODULE = YES
#
# COMPONENT (the name of the component)
# TARGET (opt) (the leafname of the module - otherwise ${COMPONENT})
# RESFSDIR (opt) (actual directory to export resources to - otherwise ${RESDIR}/${TARGET})
# ROM_MODULE (opt) (output filename - otherwise ${TARGET})
# ROM_OBJECT (opt) (object file for romming - otherwise ${TARGET}.o)
# ROM_LIBS (opt) (libraries to link again ROM_OBJECT to generate ROM_MODULE)
...
...
@@ -37,13 +36,20 @@ INCLUDED_AASMMODULE = YES
# EXPORTS (opt) (list of C and C-from-assembly headers to export)
# C_EXP_HDR (opt) (C header target directory - otherwise ${CEXPORTDIR}/Interface)
# EXP_HDR (opt) (directory for exported assembler interface headers)
# INSTRES_FILES (opt) (extra resource files in addition to Messages - use InstRes specification rules)
# INSTRAM_FILES (opt) (RAM build specific resources - otherwise ${INSTRES_FILES})
# INSTROM_FILES (opt) (ROM build specific resources - otherwise ${INSTRES_FILES})
# INSTR??_DEPENDS (opt) (any extra dependency to assert on INSTRES/INSTRAM/INSTROM_FILES)
# INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase)
# MERGEDMSGS (r/o) (leafname of generated Messages file)
# RESFSDIR (opt) (actual directory to export resources to - otherwise ${RESDIR}/${TARGET})
# CUSTOMEXP (opt) (set to "custom" to override the export rules)
# CUSTOMRES (opt) (set to "custom" to override the resources rules, or "no" for no resources)
# CUSTOMROM (opt) (set to "custom" to override the rom rules)