1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
# Master module database for the build process
# $Revision$
# $Date$
#
#--------------------------------------------------------------------------------------------------------------------------------------
# Component Type Source directory Inst dir Module filename
#--------------------------------------------------------------------------------------------------------------------------------------
#
# These export headers or libraries
#
#--------------------------------------------------------------------------------------------------------------------------------------
ABCLib EXP closed.RiscOS.Sources.Lib.ABCLib
AcornNCLib EXP Sources.Lib.AcornNC
ARLib C closed.RiscOS.Sources.Lib.ARLib
ARM3 EXP closed.RiscOS.Sources.HWSupport.ARM3
AsmUtils ASM Sources.Lib.AsmUtils
BrowseHTMLLib EXP Sources.Lib.HTMLLib
C++Lib C Sources.Lib.CppLib
callx EXP Sources.Lib.callx
CLX C Sources.Lib.CLX
CLXLite C Sources.Lib.CLXLite
Common C Sources.Lib.Email.EmailCommon
ConfigLib C Sources.Lib.ConfigLib
DCILib C closed.RiscOS.Sources.Lib.DCILib
DDT EXP Sources.Programmer.DDTHdr
DDTLib EXP Sources.Lib.DDTLib
DebugLib EXP Sources.Lib.DebugLib
DeskLib EXP Sources.Lib.Desk
DThreads EXP Sources.Lib.DThreads
EmailLib C closed.RiscOS.Sources.Lib.Email.EmailLib
ErrorLib C closed.RiscOS.Sources.Lib.ErrorLib
HALLib C Sources.Lib.HALLib
HdrSrc C Sources.Programmer.HdrSrc
HTMLLib EXP Sources.Lib.HTML
ImageLib C Sources.Lib.ImageLib
ImageLibJPEG C Sources.Lib.ImageLib.JPEG
ImageLibPNG C Sources.Lib.ImageLib.PNG
inetlib EXP Sources.Lib.TCPIPLibs.inetlib
JSLib C Sources.Lib.JSLib
LDAPheaders EXP closed.RiscOS.Sources.Networking.LDAP.include
liblber C closed.RiscOS.Sources.Networking.LDAP.liblber
libldap C closed.RiscOS.Sources.Networking.LDAP.libldap
Mailbox C closed.RiscOS.Sources.Lib.Email.Mailbox
MemCheckLib EXP closed.RiscOS.Sources.Lib.MemCheck
MemLib C Sources.Lib.MemLib
ModMallocLib EXP Sources.Lib.ModMalloc
ModuleTaskLib EXP Sources.Lib.ModuleTask
MPEGHdrs EXP closed.RiscOS.Sources.Video.MPEG.MPEGHdrs
MsgLib EXP closed.RiscOS.Sources.Lib.MsgLib
NBLib C Sources.Lib.NBLib
NCMALib C closed.RiscOS.Sources.Lib.Security.NCMALib
NetLink C closed.RiscOS.Sources.Lib.Email.NetLink
NSPRLib EXP Sources.Lib.NSPRLib
NumConvert C closed.RiscOS.Sources.Lib.NumConvert
OSLib EXP Sources.Lib.OSLib
PDebug EXP Sources.Lib.PDebug
PlainArgvLib EXP Sources.Lib.PlainArgv
PRISMLib EXP Sources.Lib.PRISMLib
RemoteDebug EXP Sources.Lib.remotedb
RMVersion ASM Sources.Programmer.RMVersion
rpclib EXP Sources.Lib.TCPIPLibs.rpclib.rpc
ShareD EXP Sources.Networking.AUN.Access.ShareFSBlob.ShareFS
socklib EXP Sources.Lib.TCPIPLibs.socklib
SSLeay EXP closed.RiscOS.Sources.Lib.SSLeay
SSLRO EXP closed.RiscOS.Sources.Networking.libs.SSLRO
TCPIPheaders C Sources.Lib.TCPIPLibs.headers
TGRLib EXP closed.RiscOS.Sources.Lib.TGRlib
ToolboxLib C Sources.Toolbox.ToolboxLib
Trace EXP Sources.Lib.Trace
Unicode RES Sources.SystemRes.Unicode
UnicodeLib C Sources.Lib.UnicodeLib
unixlib EXP Sources.Lib.TCPIPLibs.unixlib
Wild EXP Sources.Lib.Wild
zlib EXP Sources.Lib.zlib
zlibmodlib EXP Sources.Lib.zlib
#--------------------------------------------------------------------------------------------------------------------------------------
#
# These export resources only
#
#--------------------------------------------------------------------------------------------------------------------------------------
AutoDemo RES closed.RiscOS.Sources.Apps.AutoDemo
Boot RES closed.RiscOS.Sources.Apps.Boot
PrintDefs RES Sources.Printing.PrintDefs
SoundRes RES closed.RiscOS.Sources.Audio.SoundRes
# Components inside SystemRes.STB.Baseline
STBBoot RES closed.RiscOS.Sources.SystemRes.STB.Baseline.STBBoot
STBChoices RES closed.RiscOS.Sources.SystemRes.STB.Baseline.STBChoices
STBRoot RES closed.RiscOS.Sources.SystemRes.STB.Baseline.STBRoot
# Components inside SystemRes.STB.Applets
AudioCmdApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.AudioCmd
ChinaApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.CJK
DTTApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.DTT
EmailApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.Email
JapanApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.CJK
KoreaApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.CJK
MemTestApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.MemTest
MPEGdttApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.MPEGdtt
MulticastApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.Multicast
OSCLIApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.OSCLI
SmallPlay RES closed.RiscOS.Sources.SystemRes.STB.Applets.SmallPlay
STBDebug RES closed.RiscOS.Sources.SystemRes.STB.Applets.DEBUG
STBSummaryApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.STBSummary
STBSystem RES closed.RiscOS.Sources.SystemRes.STB.Applets.STBSystem
SwiftJPEGApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.SwiftJPEG
TaiwanApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.CJK
TerritoryApplet RES closed.RiscOS.Sources.SystemRes.STB.Applets.Territory
# Components inside SystemRes.STB
BLScripts RES closed.RiscOS.Sources.SystemRes.STB.Resources.Scripts
FlashImg RES closed.RiscOS.Sources.SystemRes.STB.Resources.FlashImg
# Components inside SystemRes.STB.Utilities
AddToRes RES closed.RiscOS.Sources.SystemRes.STB.Utilities.AddToRes
AlterCMOS RES closed.RiscOS.Sources.SystemRes.STB.Utilities.AlterCMOS
ChangeDA RES closed.RiscOS.Sources.SystemRes.STB.Utilities.ChangeDA
FCopy RES closed.RiscOS.Sources.SystemRes.STB.Utilities.FCopy
FlushKeys RES closed.RiscOS.Sources.SystemRes.STB.Utilities.FlushKeys
FontPath RES closed.RiscOS.Sources.SystemRes.STB.Utilities.FontPath
HOff RES closed.RiscOS.Sources.SystemRes.STB.Utilities.HglassOff
HOn RES closed.RiscOS.Sources.SystemRes.STB.Utilities.HglassOn
IfFileURL RES closed.RiscOS.Sources.SystemRes.STB.Utilities.IfFileURL
LiveErrors RES closed.RiscOS.Sources.SystemRes.STB.Utilities.LiveErrors
Modify RES closed.RiscOS.Sources.SystemRes.STB.Utilities.Modify
OpenURL RES closed.RiscOS.Sources.SystemRes.STB.Utilities.OpenURL
ReadMAC RES closed.RiscOS.Sources.SystemRes.STB.Utilities.ReadMAC
RedrawScrn RES closed.RiscOS.Sources.SystemRes.STB.Utilities.RedrawScrn
ResetPtr RES closed.RiscOS.Sources.SystemRes.STB.Utilities.ResetPtr
STBBootVar RES closed.RiscOS.Sources.SystemRes.STB.Utilities.BootVars
Unique RES closed.RiscOS.Sources.SystemRes.STB.Utilities.Unique
WhatSTB RES closed.RiscOS.Sources.SystemRes.STB.Utilities.WhatSTB
#--------------------------------------------------------------------------------------------------------------------------------------
#
# Kernel is a special type for ensure it is at the top of the ROM
#
#--------------------------------------------------------------------------------------------------------------------------------------
HAL_BCM2835 HAL Sources.HAL.HAL_BCM2835 RISC_OS BCM2835
HAL_IOMD HAL Sources.HAL.HAL_IOMD RISC_OS IOMD
HAL_OMAP3 HAL Sources.HAL.HAL_OMAP3 RISC_OS OMAP3
HAL_OMAP4 HAL Sources.HAL.HAL_OMAP4 RISC_OS OMAP4
HAL_S3C2440 HAL Sources.HAL.HAL_S3C2440 RISC_OS S3C2440
HAL_S3C6410 HAL Sources.HAL.HAL_S3C6410 RISC_OS S3C6410
HAL_Tungsten HAL Sources.HAL.HAL_Tungsten RISC_OS Tungsten
Kernel KERNEL Sources.Kernel RISC_OS Kernel
#--------------------------------------------------------------------------------------------------------------------------------------
AcornHTTP C Sources.Networking.Fetchers.HTTP Networking AcornHTTP
AcornLogo RES Sources.Video.UserI.ScrSavers.AcornLogo ScrSavers AcornLogo
AcornLogoSetup RES Sources.Video.UserI.ScrSavers.AcornLogo.Settings ScrSavers AcornLogoSetup
AcornPOP3 C closed.RiscOS.Sources.Networking.Email.AcornPOP3.Client Networking AcornPOP3
AcornSMTP C closed.RiscOS.Sources.Networking.Email.AcornSMTP.Client Networking AcornSMTP
AcornSSL C closed.RiscOS.Sources.Networking.Fetchers.AcornSSL Networking AcornSSL
AcornURI C Sources.Networking.URI Networking URI
ADFS ASM Sources.FileSys.ADFS.ADFS FileSys ADFS
ADFSFiler ASM Sources.FileSys.ADFS.ADFSFiler FileSys ADFSFiler
ARM ASM Sources.HWSupport.ARM HWSupport ARM
ATAPI ASM Sources.HWSupport.CD.ATAPI HWSupport ATAPI
AtmP C closed.RiscOS.Sources.Networking.ATM.AtmP Networking AtmP
AudSwitch C closed.RiscOS.Sources.Audio.AudSwitch Audio AudSwitch
AUNMsgs ASM Sources.Networking.AUN.AUNMsgs Networking AUNMsgs
Australia ASM Sources.Internat.Territory.TerritoryModule Internat Australia
BASIC105 ASM Sources.Programmer.BASIC Programmer BASIC105
BASIC64 ASM Sources.Programmer.BASIC Programmer BASIC64
BASICTrans ASM Sources.Programmer.BASICTrans Programmer BASICTrans
BatMgr ASM Sources.HWSupport.BatMgr HWSupport BatMgr
BBCEconet ASM Sources.Networking.BBCEconet Networking BBCEconet
BootCommands C Sources.Programmer.BootCmds Programmer BootCmds
BootNet ASM Sources.Networking.AUN.BootNet Networking BootNet
Browse C Sources.Apps.Browse Apps Browse
BufferManager ASM Sources.HWSupport.Buffers HWSupport Buffers
CacheFS ASM closed.RiscOS.Sources.FileSys.CacheFS FileSys CacheFS
Canada1 ASM Sources.Internat.Territory.TerritoryModule Internat Canada1
CatchErr ASM closed.RiscOS.Sources.Programmer.CatchErr Programmer CatchErr
CDFS ASM Sources.FileSys.CDFS.CDFS FileSys CDFS
CDFS3 C closed.RiscOS.Sources.FileSys.CDFS3.CDFS FileSys CDFS
CDFS3ATAPI C closed.RiscOS.Sources.FileSys.CDFS3.ATAPI FileSys ATAPI
CDFS3Driver C closed.RiscOS.Sources.FileSys.CDFS3.CDFSDriver FileSys CDFSDriver
CDFS3Filer C closed.RiscOS.Sources.FileSys.CDFS3.CDFSFiler FileSys CDFSFiler
CDFS3Manager C closed.RiscOS.Sources.FileSys.CDFS3.CDManager FileSys CDManager
CDFSDriver ASM Sources.HWSupport.CD.CDFSDriver HWSupport CDFSDriver
CDFSFiler ASM Sources.FileSys.CDFS.CDFSFiler FileSys CDFSFiler
CDFSResources ASM closed.RiscOS.Sources.FileSys.CDFS.CDFSRes FileSys CDFSRes
CDFSSoftSCSI C Sources.HWSupport.CD.CDFSSoftSCSI HWSupport CDFSSoftSCSI
Chars BAS Sources.Apps.Chars Apps Chars
CheckURL C Sources.Networking.CheckURL Networking CheckURL
China ASM Sources.Internat.Territory.TerritoryModule Internat China
Chrontel C closed.RiscOS.Sources.HWSupport.Chrontel HWSupport Chrontel
Chrontel7003 ASM closed.RiscOS.Sources.Video.HWSupport.Chron7003 HWSupport Chron7003
Circles RES Sources.Video.UserI.ScrSavers.Circles ScrSavers Circles
CirclesSetup RES Sources.Video.UserI.ScrSavers.Circles.Settings ScrSavers CirclesSetup
Clip ASM closed.RiscOS.Sources.Video.Render.Clip Video Clip
Clipboard ASM Sources.Desktop.Clipboard Desktop Clipboard
ClipHolder C closed.RiscOS.Sources.Desktop.Clip Desktop ClipHolder
CLIProtect ASM closed.RiscOS.Sources.Programmer.CLIProt Programmer CLIProt
CMOSReset ASM closed.RiscOS.Sources.HWSupport.CMOSreset HWSupport CMOSreset
CodecCtl C closed.RiscOS.Sources.Apps.CodecCtl Apps CodecCtl
ColourDbox C Sources.Toolbox.ColourDbox Toolbox ColourDbox
ColourMenu C Sources.Toolbox.ColourMenu Toolbox ColourMenu
ColourPicker C Sources.Video.UserI.Picker Video Picker
ColourTrans ASM Sources.Video.Render.Colours Video Colours
Contrast ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.Contrast SystemRes Contrast
CPUSpeed ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.CPUSpeed SystemRes CPUSpeed
Cron ASM closed.RiscOS.Sources.Programmer.Cron Programmer Cron
CSFS C closed.RiscOS.Sources.FileSys.CSFS FileSys CSFS
CToolsCD RES closed.RiscOS.Sources.SystemRes.CToolsCD SystemRes !Instal_CC
CtrlsModem C closed.RiscOS.Sources.Networking.Modem.CtrlsModem Networking CtrlsModem
DADebug ASM Sources.Programmer.DADebug Programmer DADebug
DCS_Quit C Sources.Toolbox.DCS Toolbox DCS
DDEUtils ASM Sources.Programmer.DDEUtils Programmer DDEUtils
DebugButtn ASM Sources.Programmer.DebugButtn Programmer DebugButtn
Debugger ASM Sources.Programmer.Debugger Programmer Debugger
DebugTools ASM Sources.Programmer.DebugTools Programmer DebugTools
DENCDriver C closed.RiscOS.Sources.Video.HWSupport.DENCDriver Video DENCDriver
Denmark ASM Sources.Internat.Territory.TerritoryModule Internat Denmark
DeskBall RES Sources.Video.UserI.ScrSavers.DeskBall ThirdParty !DeskBall
Desktop ASM Sources.Desktop.Desktop Desktop Desktop
DeviceFS ASM Sources.HWSupport.DeviceFS HWSupport DeviceFS
DHCP C Sources.Networking.DHCP Networking DHCP
Dialler C closed.RiscOS.Sources.Networking.Modem.Dialler Networking DiallerB
DisplayManager ASM Sources.Video.UserI.Display Video Display
DMAManager ASM Sources.HWSupport.DMA HWSupport DMA
DOSFS C Sources.FileSys.ImageFS.DOSFS FileSys DOSFS
DoTFTP ASM closed.RiscOS.Sources.Networking.DoTFTP Networking DoTFTP
DragAnObj ASM Sources.Desktop.DragAnObj Desktop DragAnObj
DragASprite ASM Sources.Desktop.DragASprit Desktop DragASprit
Draw C Sources.Apps.Draw Apps Draw
DrawFile C Sources.Video.Render.DrawFile Video DrawFile
DrawMod ASM Sources.Video.Render.DrawMod Video DrawMod
DualSerial ASM Sources.HWSupport.DualSerial HWSupport DualSerial
DWCDriver C Sources.HWSupport.USB.Controllers.DWCDriver USB DWCDriver
DynamicAreas ASM closed.RiscOS.Sources.Programmer.DynAreas Programmer DynAreas
Econet ASM Sources.Networking.Econet Networking Econet
Edit C Sources.Apps.EditApp Apps Edit
EHCIDriver C Sources.HWSupport.USB.USBDriver.build USB EHCIDriver
ELFLoader C closed.RiscOS.Sources.Programmer.ELFLoader Programmer ELFLoader
EnsureLine C closed.RiscOS.Sources.Networking.Modem.EnsureLine Networking EnsureLine
EtherI C closed.RiscOS.Sources.Networking.Ethernet.EtherI Networking EtherI
EtherUSB C Sources.Networking.Ethernet.EtherUSB Networking EtherUSB
EtherK C Sources.Networking.Ethernet.EtherK Networking EtherK
EtherN C closed.RiscOS.Sources.Networking.Ethernet.EtherN Networking EtherN
EtherS C closed.RiscOS.Sources.Networking.Ethernet.EtherS Networking EtherS
EtherT C closed.RiscOS.Sources.Networking.Ethernet.EtherT Networking EtherT
ExtraResources ASM closed.RiscOS.Sources.Internat.ExtraRes Internat ExtraRes
Fetchers C Sources.Networking.Fetchers.Fetchers Networking
FileCore ASM Sources.FileSys.FileCore FileSys FileCore
FileDbox C Sources.Toolbox.FileDbox Toolbox FileDbox
FileFetcher C Sources.Networking.Fetchers.File Networking File
FileInfo C Sources.Toolbox.FileInfo Toolbox FileInfo
FilePlay C closed.RiscOS.Sources.Audio.FilePlay Audio FilePlay
Filer ASM Sources.Desktop.Filer Desktop Filer
FilerSWIs ASM Sources.Desktop.FilerSWIs Desktop FilerSWIs
Filer_Action C Sources.Desktop.FilerAct Desktop FilerAct
FileSwitch ASM Sources.FileSys.FileSwitch FileSys FileSwitch
FileWatch C closed.RiscOS.Sources.Programmer.FileWatch Programmer FileWatch
FilterManager ASM Sources.Desktop.Filter Desktop FilterMgr
Finger C Sources.Networking.Fetchers.Finger Networking Finger
Finland ASM Sources.Internat.Territory.TerritoryModule Internat Finland
FixSVBmip ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.FixSVBmip SystemRes FixSVBmip
FixVSync ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.FixVSync SystemRes FixVSync
FixWimpPal ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.FixWimpPal SystemRes FixWimpPal
FlashApp BAS closed.RiscOS.Sources.Apps.FlashProg.FlashApp Apps FlashApp
FlashPod C closed.RiscOS.Sources.Apps.FlashProg.FlashPod Apps FlashPod
FlashProg C closed.RiscOS.Sources.Apps.FlashProg.FlashProg Apps FlashProg
FlashUp C closed.RiscOS.Sources.Apps.FlashProg.FlashUp Apps FlashUp
FlashWrite C closed.RiscOS.Sources.HWSupport.FlashWrite HWSupport FlashWrite
FontDbox C Sources.Toolbox.FontDbox Toolbox FontDbox
FontManager ASM Sources.Video.Render.Fonts.FontManager Video Fonts
FontMenu C Sources.Toolbox.FontMenu Toolbox FontMenu
FPEmulator ASM Sources.HWSupport.FPASC.riscos HWSupport FPEmulator
France ASM Sources.Internat.Territory.TerritoryModule Internat France
Free ASM Sources.Desktop.Free Desktop Free
Freeway C Sources.Networking.AUN.Access.Freeway Networking Freeway
FrontEnd C Sources.Programmer.FrontEnd Programmer FrontEnd
FrontPanel C closed.RiscOS.Sources.HWSupport.FrontPanel HWSupport FrontPanel
FSLock ASM Sources.FileSys.FSLock FileSys FSLock
FTP C Sources.Networking.Fetchers.FTP Networking FTP
Gadgets C Sources.Toolbox.Gadgets Toolbox TextGadget
GameModes ASM Sources.Video.UserI.GameModes2 Video GameModes2
GenericFetcher C Sources.Networking.Fetchers.GenericFetcher Networking Generic
Germany ASM Sources.Internat.Territory.TerritoryModule Internat Germany
Gopher C Sources.Networking.Fetchers.Gopher Networking Gopher
HAL_HostFS ASM Sources.Programmer.HostFS Programmer HAL_HostFS
HeapUtils ASM Sources.Programmer.HeapUtils Programmer HeapUtils
Help BAS Sources.Apps.Help Apps Help
Help2 ASM Sources.Apps.Help2 Apps Help
HeroNames DATA Sources.SystemRes.HeroNames RISC_OS HeroNames
HostFS ASM Sources.Programmer.HostFS Programmer TML_HostFS
Hourglass ASM Sources.Video.Render.Hourglass Video Hourglass
Hourglass2 ASM Sources.Video.Render.Hourglass2 Video Hourglass
http C closed.RiscOS.Sources.Networking.HTTP Networking http
HWModem ASM closed.RiscOS.Sources.HWSupport.Modem HWSupport Modem
IconBar C Sources.Toolbox.IconBar Toolbox IconBar
IconHigh C closed.RiscOS.Sources.Video.UserI.IconHigh Video IconHigh
IIC ASM Sources.HWSupport.IIC HWSupport IIC
Interlace ASM closed.RiscOS.Sources.Video.Render.Interlace Video Interlace
InterLoad ASM closed.RiscOS.Sources.Video.Render.Interlace.Utils.InterLoad Video InterLoad
International ASM Sources.Internat.Inter Internat Inter
InternationalIME C closed.RiscOS.Sources.Internat.IME.IntIME Internat IntIME
InternationalKeyboard ASM Sources.Internat.IntKey Internat IntKey
Internet C Sources.Networking.AUN.Internet.build Networking Internet
IPConfig C closed.RiscOS.Sources.Networking.IPConfig Networking IPConfig
IR C closed.RiscOS.Sources.HWSupport.IR HWSupport IR
Ireland ASM Sources.Internat.Territory.TerritoryModule Internat Ireland
IRQUtils2 ASM Sources.Utilities.Patches.IRQUtils2 HWSupport IRQUtils2
IRRemote C closed.RiscOS.Sources.HWSupport.IRRemote HWSupport IRRemote
ITable ASM Sources.Video.Render.Fonts.ITable Video ITable
Italy ASM Sources.Internat.Territory.TerritoryModule Internat Italy
Japan ASM Sources.Internat.Territory.TerritoryModule Internat Japan
JCompMod C Sources.Video.Render.JCompMod Video JCompMod
Joystick ASM Sources.HWSupport.Joystick HWSupport Joystick
KeyRecorder ASM closed.RiscOS.Sources.Programmer.KeyRecorder Programmer KeyRecorder
KeyWatch C Sources.Programmer.KeyWatch Programmer KeyWatch
KillSplash RES closed.RiscOS.Sources.SystemRes.STB.Utilities.KillSplash SystemRes KillSplash
Korea ASM Sources.Internat.Territory.TerritoryModule Internat Korea
LanManFS C Sources.Networking.Omni.Protocols.OmniLanManFS Networking LanManFS
LDAP C closed.RiscOS.Sources.Networking.Fetchers.LDAP Networking LDAP
LED C closed.RiscOS.Sources.HWSupport.LED HWSupport LED
LoadWimp RES Sources.SystemRes.LoadWimp RISC_OS LoadWimp
LocaleRes RES closed.RiscOS.Sources.SystemRes.STB.Utilities.LocaleRes SystemRes LocaleRes
MakeModes C Sources.Apps.MakeModes Apps MakeModes
MakePSFont C Sources.Printing.Modules.MakePSFont Printing MakePSFont
MatrixKey C closed.RiscOS.Sources.HWSupport.Input.MatrixKey HWSupport MatrixKey
MatrixKeyboard C closed.RiscOS.Sources.HWSupport.Input.MatrixKey HWSupport MatrixKey
MemInfo C Sources.Programmer.MemInfo Programmer MemInfo
MemSpeed ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.MemSpeed SystemRes MemSpeed
Menu C Sources.Toolbox.Menu Toolbox Menu
MessageQueue C Sources.Programmer.MsgQueue Programmer MsgQueue
Messages ASM Sources.Internat.Messages Internat Messages
MessagesData DATA Sources.Internat.Messages Internat MessData
MessagesHigh ASM Sources.Internat.Messages Internat MessagesHI
MessageTrans ASM Sources.Internat.MsgTrans Internat MsgTrans
MIDI4 ASM closed.RiscOS.Sources.Audio.MIDI.MIDI4 Audio MIDI4
MIDISynthesiser ASM closed.RiscOS.Sources.Audio.MIDI.Synth Audio Synth
MimeMap C Sources.Networking.MimeMapBlob Networking MimeMap
MManager ASM Sources.Networking.AUN.MManagerBlob Networking MManager
ModeFiles ASM closed.RiscOS.Sources.Video.UserI.ModeFiles Video ModeFiles
Mouse ASM Sources.HWSupport.Mouse HWSupport Mouse
MPlay ASM closed.RiscOS.Sources.Audio.MIDI.Mplay Audio MPlay
msadpcm ASM closed.RiscOS.Sources.Audio.msadpcm Audio msadpcm
MultiMedia ASM closed.RiscOS.Sources.Apps.MultiMedia Apps MultiMedia
MUSBDriver C Sources.HWSupport.USB.Controllers.MUSBDriver USB MUSBDriver
NCConfig C closed.RiscOS.Sources.Apps.NCConfig Apps NCConfig
NCDialCtrl C closed.RiscOS.Sources.Networking.Modem.NCDialCtrl Networking NCDialCtrl
NCDialler C closed.RiscOS.Sources.Networking.Modem.NCDialler Networking NCDialler
NCDialUI C closed.RiscOS.Sources.Networking.Modem.NCDialUI Networking NCDialUI
NCFiler C closed.RiscOS.Sources.Apps.NCFiler Apps NCFiler
NCInternationalKeyboard ASM closed.RiscOS.Sources.Internat.NCIntKey Internat NCIntKey
NCKeyboard C closed.RiscOS.Sources.Apps.NCKeyboard Apps NCKeyboard
NCMail C closed.RiscOS.Sources.Apps.Email.NCMail.Build Apps NCMail
NCOptions C closed.RiscOS.Sources.Apps.NCOptions Apps NCOptions
NCRegistry C closed.RiscOS.Sources.Programmer.Registry.NCRegistry Programmer NCRegistry
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
NetFiler ASM Sources.FileSys.NetFS.NetFiler FileSys NetFiler
NetFS ASM Sources.FileSys.NetFS.NetFS FileSys NetFS
NetPrint ASM Sources.FileSys.NetPrint FileSys NetPrint
NetStatus ASM Sources.Networking.NetStatus Networking NetStatus
NetTime C Sources.Networking.NetTime Networking NetTime
NetUtils ASM Sources.Networking.NetUtils2 Networking NetUtils2
NewEtherT RES closed.RiscOS.Sources.SystemRes.STB.Utilities.NewEtherT SystemRes NewEtherT
NFS C Sources.Networking.NFS Networking NFS
NHTwitter ASM closed.RiscOS.Sources.Video.Render.NHTwitter Video NHTwitter
NoAltBreak RES closed.RiscOS.Sources.SystemRes.STB.Utilities.NoAltBreak SystemRes NoAltBreak
Norway ASM Sources.Internat.Territory.TerritoryModule Internat Norway
NVidia C Sources.Video.HWSupport.NVidia Video NVidia
NVRAM C Sources.HWSupport.NVRAM HWSupport NVRAM
Obey ASM Sources.Programmer.Obey Programmer Obey
OHCIDriver C Sources.HWSupport.USB.USBDriver.build USB OHCIDriver
OHCIEmulator C Sources.HWSupport.USB.Prototypes.OHCIEmulator USB OHCIEm
OHCIHeaders EXP Sources.HWSupport.USB.Controllers.OHCIDriver USB OHCIDriver
OMAPVideo C Sources.Video.HWSupport.OMAPVideo Video OMAPVideo
OMAP4Video C Sources.Video.HWSupport.OMAP4Video Video OMAP4Video
OmniApp C Sources.Networking.Omni.Apps.Omni Networking OmniClient
OSVersion ASM closed.RiscOS.Sources.OSVersion RISC_OS OSVersion
Paint C Sources.Apps.Paint Apps Paint
ParallelDeviceDriver ASM Sources.HWSupport.Parallel HWSupport Parallel
ParallelJoystick ASM closed.RiscOS.Sources.HWSupport.ParaJoy HWSupport ParaJoy
PartNumber RES closed.RiscOS.Sources.SystemRes.PartNumber RISC_OS PartNumber
PatchApp C Sources.SystemRes.PatchApp SystemRes PatchApp
PCCardFS C Sources.FileSys.PCCardFS.PCCardFS FileSys PCCardFS
PCCFiler ASM Sources.FileSys.PCCardFS.PCCFiler FileSys PCCFiler
PCI ASM Sources.HWSupport.PCI HWSupport PCI
PCMCIADriver C closed.RiscOS.Sources.HWSupport.PCMCIA.Driver HWSupport PCMCIA_Drv
PCMCIAManager C closed.RiscOS.Sources.HWSupport.PCMCIA.Manager HWSupport PCMCIA_Mgr
PDriver ASM Sources.Printing.Modules.PDriver Printing PDriver
PDriverDP ASM Sources.Printing.Modules.PDModules Printing PDriverDP
PDriverPS ASM Sources.Printing.Modules.PDModules Printing PDriverPS
PDumper24 ASM Sources.Printing.PDumpers.PDumper24 Printing PDumper24
PDumperCX ASM Sources.Printing.PDumpers.PDumperCX Printing PDumperCX
PDumperCX2 ASM Sources.Printing.PDumpers.PDumperCX Printing PDumperCX2
PDumperDM ASM Sources.Printing.PDumpers.PDumperDM Printing PDumperDM
PDumperE2 ASM Sources.Printing.PDumpers.PDumperE2 Printing PDumperE2
PDumperHPS C closed.RiscOS.Sources.Printing.NewDumpers.PDumperHPS Printing PDumperHPS
PDumperIW ASM Sources.Printing.PDumpers.PDumperIW Printing PDumperIW
PDumperLE C closed.RiscOS.Sources.Printing.NewDumpers.PDumperLE Printing PDumperLE
PDumperLJ ASM Sources.Printing.PDumpers.PDumperLJ Printing PDumperLJ
PDumperPCL C Sources.Printing.PDumpers.PDumperPCL Printing PDumperPCL
PDumperSP ASM Sources.Printing.PDumpers.PDumperSP Printing PDumperSP
PDumperSpt ASM Sources.Printing.Modules.PDumperSpt Printing PDumperSpt
PDumperZ11 C closed.RiscOS.Sources.Printing.NewDumpers.PDumperZ11 Printing PDumperZ11
PDumperZ12 C closed.RiscOS.Sources.Printing.NewDumpers.PDumperZ12 Printing PDumperZ12
Percussion ASM Sources.HWSupport.Sound.Voices.Percussion HWSupport Percussion
PHCIDriver C Sources.HWSupport.USB.Controllers.PHCIDriver USB PHCIDriver
PhoebeSampler C Sources.Apps.Sampler Apps Sampler
Pinboard ASM Sources.Desktop.Pinboard Desktop Pinboard
PipeFS ASM Sources.FileSys.PipeFS FileSys PipeFS
PlugnPlay C closed.RiscOS.Sources.Networking.ATM.PlugnPlay Networking PlugnPlay
Podule ASM Sources.HWSupport.Podule HWSupport Podule
Pogo RES Sources.Video.UserI.ScrSavers.Pogo ScrSavers Pogo
Portable ASM Sources.HWSupport.Portable HWSupport Portable
Portable75 ASM Sources.HWSupport.Portable75 HWSupport Portable
PortableA4 ASM Sources.HWSupport.PortableA4 HWSupport Portable
PortableCX ASM Sources.HWSupport.Portable75 HWSupport PortableCX
PortableHAL ASM Sources.HWSupport.PortableHAL HWSupport Portable
PortManager C Sources.HWSupport.PortMan HWSupport PortMan
PowerOn ASM closed.RiscOS.Sources.Programmer.PowerOn Programmer PowerOn
PPADriverJ ASM closed.RiscOS.Sources.HWSupport.PPADriverJ HWSupport PPADriverJ
PPP C closed.RiscOS.Sources.Networking.Modem.PPP Networking PPP
PPrimer C Sources.Printing.PPrimer Printing PPrimer
PrintDbox C Sources.Toolbox.PrintDbox Toolbox PrintDbox
PrintEdit C Sources.Printing.PrintEdit Printing PrintEdit
PrinterManager C Sources.Printing.PrinterManager Printing Printers
PrintTool C Sources.Printing.Manager.util.PrintTool Printing PrintTool
ProgInfo C Sources.Toolbox.ProgInfo Toolbox ProgInfo
ProgressUI C closed.RiscOS.Sources.Video.UserI.ProgressUI Video ProgressUI
PrototypeUSBComb C Sources.HWSupport.USB.Prototypes.ProtoUComb USB ProtoUComb
PrototypeUSBKey C Sources.HWSupport.USB.Prototypes.ProtoUKey USB ProtoUKey
PrototypeUSBMouse C Sources.HWSupport.USB.Prototypes.ProtoUMouse USB ProtoUMouse
PS2Driver ASM Sources.HWSupport.PS2Driver HWSupport PS2Driver
Rain RES Sources.Video.UserI.ScrSavers.Rain ThirdParty !Rain
RamFS ASM Sources.FileSys.RAMFS.RAMFS FileSys RAMFS
RAMFSFiler ASM Sources.FileSys.RAMFS.RAMFSFiler FileSys RAMFSFiler
Random RES Sources.Video.UserI.ScrSavers.Random ThirdParty !Random
RCMMDriver C closed.RiscOS.Sources.HWSupport.RCMMDriver HWSupport RCMMDriver
Reboot RES closed.RiscOS.Sources.SystemRes.STB.Utilities.Reboot SystemRes Reboot
RedrawManager C Sources.Desktop.RedrawMgr Desktop RedrawMgr
RemotePrinterSupport C Sources.Printing.Modules.RemPrnSpt Printing RemPrnSpt
ReplaySpt C closed.RiscOS.Sources.Audio.ReplaySpt Audio ReplaySpt
ResCreate C Sources.Apps.Toolbox.ResCreate Apps ResCreate
ResDisplay C Sources.Toolbox.ResDisplay Toolbox ResDisplay
ResEd C Sources.Apps.Toolbox.ResEd Apps ResEd
Reset C closed.RiscOS.Sources.HWSupport.Reset HWSupport Reset
Resolver C Sources.Networking.ResolverBlob Networking Resolver
ResourceFiler ASM Sources.FileSys.ResourceFS.ResFiler FileSys ResFiler
ResourceFS ASM Sources.FileSys.ResourceFS.ResourceFS FileSys ResourceFS
ResTest C Sources.Apps.Toolbox.ResTest Apps ResTest
RMLoad2 RES closed.RiscOS.Sources.SystemRes.STB.Utilities.RMLoad2 SystemRes RMLoad2
RMRun2 ASM closed.RiscOS.Sources.SystemRes.STB.Utilities.RMRun2 SystemRes RMRun2
ROMFonts ASM Sources.Video.Render.Fonts.ROMFonts Video ROMFonts
ROMpatchU C closed.RiscOS.Sources.SystemRes.Patch2 SystemRes ROMpatchU
RPiFiles RES Sources.SystemRes.RPiFiles FileSys RPiFiles
RTCAdjust ASM Sources.HWSupport.RTCAdjust HWSupport RTCAdjust
RTSupport C Sources.Programmer.RTSupport Programmer RTSupport
SAfrica ASM Sources.Internat.Territory.TerritoryModule Internat SAfrica
SampleExp C closed.RiscOS.Sources.Audio.SampleExp Audio SampleExp
SaveAs C Sources.Toolbox.SaveAs Toolbox SaveAs
Scale C Sources.Toolbox.Scale Toolbox Scale
SCDemo C closed.RiscOS.Sources.HWSupport.SmartCard.SCDemo HWSupport SCDemo
SCInterface C Sources.HWSupport.SmartCard.SCInter HWSupport SCInter
ScrBounce RES Sources.Video.UserI.ScrSavers.ScrBounce ScrSavers ScrBounce
ScrBounceSetup RES Sources.Video.UserI.ScrSavers.ScrBounce.Settings ScrSavers ScrBounceSetup
ScreenBlanker ASM Sources.Video.Render.ScrBlank Video ScrBlank
ScreenFade C closed.RiscOS.Sources.Video.Render.ScreenFade Video ScreenFade
ScreenFX C Sources.Video.Render.ScreenFX Video ScreenFX
ScreenModes C Sources.Video.UserI.ScrModes Video ScrModes
Scrolling RES Sources.Video.UserI.ScrSavers.Scrolling ScrSavers Scrolling
ScrollingSetup RES Sources.Video.UserI.ScrSavers.Scrolling.Settings ScrSavers ScrollingSetup
ScrSaver C Sources.Video.UserI.ScrSaver Video ScrSaver
SCSIDriver ASM Sources.HWSupport.SCSI.SCSIDriver HWSupport SCSIDriver
SCSIFiler ASM Sources.FileSys.ADFS.ADFSFiler FileSys SCSIFiler
#SCSIFiler ASM ???.RiscOS.Sources.FileSys.SCSIFS.SCSIFiler FileSys SCSIFiler
SCSIFS ASM Sources.FileSys.SCSIFS.SCSIFS FileSys SCSIFS
SCSISoftUSB C Sources.HWSupport.SCSI.SCSISoftUSB HWSupport SCSISoftUSB
SCSISwitch C Sources.HWSupport.SCSI.SCSISwitch HWSupport SCSIDriver
SCTransport C closed.RiscOS.Sources.HWSupport.SmartCard.SCTrans HWSupport SCTrans
SendMessage C closed.RiscOS.Sources.Networking.Utilities.SendMsg Networking SendMessage
SerialDeviceDriver ASM Sources.HWSupport.Serial HWSupport Serial
SerialDeviceSupport ASM Sources.HWSupport.SerialSpt HWSupport SerialSpt
SerialKeyMouse ASM Sources.HWSupport.SerKeyMouse HWSupport SerKeyMouse
SerialMouse ASM Sources.HWSupport.SerMouse HWSupport SerMouse
SharedCLibrary C Sources.Lib.RISC_OSLib Lib CLib
SharedRISC_OSLib C Sources.Lib.RISC_OSLib Lib RISC_OSLib
SharedSnd ASM Sources.Audio.SharedSnd Audio SSound
ShareFS C Sources.Networking.AUN.Access.ShareFSBlob.ShareFS Networking ShareFS
ShellCLI ASM Sources.Desktop.ShellCLI Desktop ShellCLI
Shred RES Sources.Video.UserI.ScrSavers.Shred ThirdParty !Shred
ShrinkWrap C Sources.Programmer.ShrinkWrap Programmer ShrinkWrap
SIPC C closed.RiscOS.Sources.Networking.SimpleIPConf Networking SIPC
Slider RES Sources.Video.UserI.ScrSavers.Slider ScrSavers Slider
SliderSetup RES Sources.Video.UserI.ScrSavers.Slider.Settings ScrSavers SliderSetup
Smear RES Sources.Video.UserI.ScrSavers.Smear ScrSavers Smear
SmearSetup RES Sources.Video.UserI.ScrSavers.Smear.Settings ScrSavers SmearSetup
Snow RES Sources.Video.UserI.ScrSavers.Snow ThirdParty !Snow
SoundChannels ASM Sources.HWSupport.Sound.Sound1 HWSupport Sound1
SoundControl C Sources.Audio.SoundCtrl Audio SoundCtrl
SoundDMA ASM Sources.HWSupport.Sound.Sound0 HWSupport Sound0
SoundDMA_HAL ASM Sources.HWSupport.Sound.Sound0HAL HWSupport Sound0
SoundDMA_STB5 ASM closed.RiscOS.Sources.HWSupport.Sound.Sound0CX HWSupport Sound0
SoundDMA_Tungsten ASM Sources.HWSupport.Sound.Sound0Trid HWSupport Sound0
SoundFile C closed.RiscOS.Sources.Audio.SoundFile Audio SoundFile
SoundFS ASM closed.RiscOS.Sources.Audio.SoundFS Audio SoundFS
SoundFX C closed.RiscOS.Sources.Audio.SoundFX Audio SoundFX
SoundInput ASM closed.RiscOS.Sources.HWSupport.SoundInput HWSupport SoundInput
SoundPlay C closed.RiscOS.Sources.Audio.SoundPlay Audio SoundPlay
SoundScheduler ASM Sources.HWSupport.Sound.Sound2 HWSupport Sound2
Spain ASM Sources.Internat.Territory.TerritoryModule Internat Spain
SprBounce RES Sources.Video.UserI.ScrSavers.SprBounce ThirdParty !SprBounce
SpriteExtend ASM Sources.Video.Render.SprExtend Video SprExtend
SpriteUtils ASM Sources.Video.Render.SpriteUtil Video SpriteUtil
Squash ASM Sources.Programmer.SquashBlob Programmer Squash
SquashClosed ASM Sources.Programmer.Squash Programmer Squash
SrcEdit C Sources.Apps.SrcEdit Apps SrcEdit
Standby C closed.RiscOS.Sources.HWSupport.Standby HWSupport Standby
StaticIP C closed.RiscOS.Sources.Networking.StaticIP Networking StaticIP
STBHourglass ASM closed.RiscOS.Sources.Video.Render.STBHour Video STBHour
STBPrint C closed.RiscOS.Sources.Printing.STBPrint Printing STBPrint
STBSplash C closed.RiscOS.Sources.Video.UserI.STBSplash Video STBSplash
STBState C closed.RiscOS.Sources.HWSupport.STBState HWSupport STBState
STBUtils C closed.RiscOS.Sources.Programmer.STBUtils Programmer STBUtils
StringLib ASM Sources.HWSupport.Sound.Voices.StringLib HWSupport StringLib
SuperSample ASM Sources.Video.Render.Super Video Super
Swarm RES Sources.Video.UserI.ScrSavers.Swarm ScrSavers Swarm
SwarmSetup RES Sources.Video.UserI.ScrSavers.Swarm.Settings ScrSavers SwarmSetup
Sweden ASM Sources.Internat.Territory.TerritoryModule Internat Sweden
SysLoad C Sources.Programmer.SysLoad Programmer SysLoad
SystemDevices ASM Sources.HWSupport.SystemDevs HWSupport SystemDevs
Taiwan ASM Sources.Internat.Territory.TerritoryModule Internat Taiwan
TaskManager ASM Sources.Desktop.Switcher Desktop Switcher
TaskModule C closed.RiscOS.Sources.Desktop.TaskModule Desktop TaskModule
TaskWindow ASM Sources.Desktop.TaskWindow Desktop TaskWindow
tboxlib C Sources.Toolbox.tboxlib Toolbox
TerritoryManager ASM Sources.Internat.Territory.TerritoryManager Internat TerrMgr
TFTP C closed.RiscOS.Sources.Networking.TFTP Networking TFTP
TFTPserver C closed.RiscOS.Sources.Networking.TFTPserver Networking TFTPserver
TinyStubs C Sources.Toolbox.TinyStubs Toolbox TinyStubs
ToolAction C Sources.Toolbox.ToolAction Toolbox ToolAction
Toolbox C Sources.Toolbox.Toolbox Toolbox Toolbox
TouchScreen C closed.RiscOS.Sources.HWSupport.Input.TouchScreen HWSupport TouchScreen
TrapError ASM Sources.Programmer.TrapError Programmer TrapError
TSCalibrate RES closed.RiscOS.Sources.HWSupport.Input.TouchScreen.Calibration HWSupport
TSDriver C closed.RiscOS.Sources.HWSupport.Input.TouchScreen.Driver HWSupport TouchScreen
TServer C Sources.Networking.TServer Networking TServer
TTXTViewer C Sources.Apps.TTXTViewer Apps TTXTView
Turkey ASM Sources.Internat.Territory.TerritoryModule Internat Turkey
UARTDeviceDriver ASM closed.RiscOS.Sources.HWSupport.UARTDriver HWSupport UART
UK ASM Sources.Internat.Territory.TerritoryModule Internat UK
UniqueID C closed.RiscOS.Sources.Programmer.UniqueID Programmer UniqueID
UnSqzAIF ASM Sources.HWSupport.UnSqzAIF HWSupport UnSqzAIF
UpgradeCreater C closed.RiscOS.Sources.Apps.Upgrade.UpgCreate Apps UpgCreate
UpgradeFetcher RES closed.RiscOS.Sources.Apps.Upgrade.UpgFetch Apps UpgFetch
UpgradeFlash RES closed.RiscOS.Sources.Apps.Upgrade.UpgFlash Apps UpgFlash
URL C Sources.Networking.Fetchers.URL Networking URL
USA ASM Sources.Internat.Territory.TerritoryModule Internat USA
USBDriver C Sources.HWSupport.USB.USBDriver.build USB USBDriver
UserInactivity C closed.RiscOS.Sources.Networking.Modem.UserInactv Networking UserInactivity
VFPSupport ASM Sources.HWSupport.VFPSupport HWSupport VFPSupport
WatchAbort C Sources.Programmer.WatchAbort Programmer WatchAbort
Watchdog C closed.RiscOS.Sources.Apps.Watchdog Apps Watchdog
WatchUserSWIs C Sources.Programmer.WatchUserSWIs Programmer WatchUserSWIs
WaveSynth ASM Sources.HWSupport.Sound.Voices.WaveSynth HWSupport WaveSynth
webftp C closed.RiscOS.Sources.Networking.WebFTP Networking webftp
WebGopher C closed.RiscOS.Sources.Networking.WebGopher Networking WebGopher
WebServe C Sources.Apps.WebServe Apps WebServe
WhoIs C Sources.Networking.Fetchers.WhoIs Networking WhoIs
Window C Sources.Toolbox.Window Toolbox Window
WindowManager ASM Sources.Desktop.Wimp Desktop Wimp
WindowUtils ASM Sources.Desktop.WimpUtils Desktop WimpUtils2
ZLibMod C Sources.Programmer.ZLibMod Programmer ZLib
#--------------------------------------------------------------------------------------------------------------------------------------
#
# These are the tools - they do not build ROM targets, but installable disc targets.
# NOTE: The since the tool sources are in RiscOS/Tools, we need to use the parent directory
# specifier to get at the correct directories.
#
#--------------------------------------------------------------------------------------------------------------------------------------
# Component Type Source directory (in Sources) Installation dir Module filename
#--------------------------------------------------------------------------------------------------------------------------------------
a8time C Tools.Sources.a8time Tools a8time
amu C Tools.Sources.amu Tools amu
aoftoc C closed.RiscOS.Tools.Sources.aoftoc Tools aoftoc
BigSplit2 C Utilities.Release.bigsplit2 Tools BigSplit2
binaof C Tools.Sources.ResGen Tools binaof
binasm C Tools.Sources.ResGen Tools binasm
bison C Tools.Sources.GNU.bison Tools bison
Builder C Utilities.Release.builder Tools Builder
c++ C Tools.Sources.cppcmd Tools c++
cc C Tools.Sources.cc Tools cc
cfront C Tools.Sources.cpp Tools cfront
chmod C Tools.Sources.UNIX.chmod Tools chmod
cmhg C Tools.Sources.cmhg Tools cmhg
crc C Utilities.Release.crc32 Tools crc
ddt C Tools.Sources.ddt Tools ddt
ddt2 C closed.RiscOS.Tools.Sources.ddt2 Tools ddt2
DebugIt C closed.RiscOS.Utilities.Debugging.DebugIt.DebugIt Tools DebugIt
decaof C Tools.Sources.decaof Tools decaof
deccf C closed.RiscOS.Tools.Sources.deccf Tools deccf
defmod C Tools.Sources.GNU.defmod Tools defmod
destroy C Tools.Sources.destroy Tools Destroy
diff C Tools.Sources.diff Tools diff
DummyEconet ASM Utilities.DummyEconet Tools DummyEconet
DummyParallel ASM Utilities.DummyParallel Tools DummyParallel
egrep C Tools.Sources.GNU.grep Tools egrep
EraseCVS C Utilities.CVSUtils.EraseCVS Tools EraseCVS
FileCRC C Tools.Sources.FileCRC Tools FileCRC
find C Tools.Sources.find Tools find
flex C Tools.Sources.GNU.flex Tools flex
gawk C Tools.Sources.GNU.gawk Tools gawk
gnudiff C Tools.Sources.GNU.gnudiff Tools diff
grep C Tools.Sources.GNU.grep Tools grep
ident C Tools.Sources.GNU.ident Tools ident
ISOForm C closed.RiscOS.Tools.Sources.ISOForm Tools ISOForm
LibUtils ASM Tools.Sources.LibUtils Tools LibUtils
libfile C Tools.Sources.libfile Tools libfile
libgnu C Tools.Sources.GNU.libgnu Tools libgnu
link C Tools.Sources.link Tools link
make C Tools.Sources.make Tools make
mkdir C Tools.Sources.UNIX.mkdir Tools mkdir
MkResource C closed.RiscOS.Tools.Sources.MkResource Tools MkResource
modgen C Tools.Sources.ResGen Tools modgen
modsqz C Tools.Sources.modsqz Tools modsqz
objasm C Tools.Sources.objasm Tools objasm
objsize C Tools.Sources.objsize Tools objsize
Perl C Utilities.Perl Tools Perl
readelf C Tools.Sources.GNU.readelf Tools readelf
ResGen C Tools.Sources.ResGen Tools ResGen
restool C closed.RiscOS.Tools.Sources.restool Tools restool
romlinker C Utilities.Release.romlinker Tools romlinker
rompress C Tools.Sources.rompress Tools rompress
ROMUnjoin C Tools.Sources.ROMUnjoin Tools ROMUnjoin
rpcgen C closed.RiscOS.Tools.Sources.rpcgen Tools rpcgen
sed C Tools.Sources.GNU.sed Tools sed
Softload2 C closed.RiscOS.Tools.Sources.Softload2 Tools Softload2
squeeze C Tools.Sources.squeeze Tools squeeze
srcbuild C Utilities.Release.srcbuild Tools srcbuild
stripcs C closed.RiscOS.Tools.Sources.stripcs Tools stripcs
stripdepnd C Tools.Sources.stripdepnd Tools stripdepnd
symedit C closed.RiscOS.Tools.Sources.symedit Tools symedit
TarExtend C Tools.Sources.TarExtend Tools TarExtend
tlink C closed.RiscOS.Tools.Sources.tlink Tools tlink
toansi C Tools.Sources.toansi Tools toansi
ToGPA C Tools.Sources.ToGPA Tools ToGPA
tokencheck C closed.RiscOS.Tools.Sources.tokencheck Tools tokencheck
tokenise C Tools.Sources.tokenise Tools Tokenise
topcc C Tools.Sources.topcc Tools topcc
Translate C Tools.Sources.Translate Tools Translate
unmodsqz C Tools.Sources.unmodsqz Tools unmodsqz
Vector C closed.RiscOS.Utilities.Debugging.Vector Tools Vector
wc C Tools.Sources.GNU.textutils Tools wc
WinEdit C Utilities.WinEdit Tools WinEdit
xpand C Tools.Sources.squeeze Tools xpand
#--------------------------------------------------------------------------------------------------------------------------------------
#
# Disc build (for Desktop machines). I.e. the Universal Boot Structure and company.
#
#--------------------------------------------------------------------------------------------------------------------------------------
# Component Type Source directory Inst dir Module filename
#--------------------------------------------------------------------------------------------------------------------------------------
BootVars C Sources.SystemRes.DesktopBoot.Source.BootVars SystemRes BootVars
ClrMonitor C Sources.SystemRes.DesktopBoot.Source.ClrMonitor SystemRes ClrMonitor
DesktopBoot C Sources.SystemRes.DesktopBoot SystemRes Boot
Do RES Sources.SystemRes.DesktopBoot SystemRes Do
FreePool RES Sources.SystemRes.DesktopBoot.Source.FreePool SystemRes FreePool
IfThere RES Sources.SystemRes.DesktopBoot SystemRes IfThere
ROMpatch C Sources.SystemRes.DesktopBoot.Source.ROMPatch SystemRes ROMpatch
# NOTE: these are AAsm at the moment (not objasm)...
CDReinit ASM Sources.SystemRes.DesktopBoot.Source.CDReinit SystemRes CDReinit
DPMSUtils ASM Sources.SystemRes.DesktopBoot.Source.DPMSUtils SystemRes DPMSUtils
WimpUtils ASM Sources.SystemRes.DesktopBoot.Source.WimpUtils SystemRes WimpUtils
# END NOTE.
Alarm BAS Sources.Apps.Alarm Apps Alarm
AREncode C closed.RiscOS.Sources.Apps.AREncode Apps AREncode
ARMovie RES closed.RiscOS.Sources.SystemRes.ARMovie SystemRes ARMovie
ARPlayer C closed.RiscOS.Sources.Apps.ARPlayer Apps ARPlayer
ARWork RES closed.RiscOS.Sources.Apps.ARWork Apps ARWork
Blocks BAS Sources.Apps.Diversions.Blocks Apps Blocks
Calibrate RES closed.RiscOS.Sources.Utilities.Calibrate Utilities Calibrate
CallASWI ASM Sources.Utilities.Patches.CallASWI Utilities CallASWI
CDPlayer C Sources.Apps.CDPlayer Apps CDPlayer
ChangeFSI BAS Sources.Apps.ChangeFSI Apps ChangeFSI
Clock BAS Sources.Apps.Diversions.Clock Apps Clock
CloseUp BAS Sources.Apps.CloseUp Apps CloseUp
Config2Installer C Sources.SystemRes.Configure2.Installer SystemRes Installer
Config2Main C Sources.SystemRes.Configure2.Config2Main SystemRes Main
Config2PluginBoot C Sources.SystemRes.Configure2.PlugIns.Config2PluginBoot SystemRes Boot
Config2PluginBootxxxx C Sources.SystemRes.Configure2.PlugIns.Config2PluginBootxxxx SystemRes Bootxxxx
Config2PluginDiscSetup C Sources.SystemRes.Configure2.PlugIns.DiscSetup SystemRes DiscSetup
Config2PluginFilrSetup C Sources.SystemRes.Configure2.PlugIns.FilrSetup SystemRes FilrSetup
Config2PluginFontSetup C Sources.SystemRes.Configure2.PlugIns.FontSetup SystemRes FontSetup
Config2PluginHelpSetup C Sources.SystemRes.Configure2.PlugIns.HelpSetup SystemRes HelpSetup
Config2PluginKbdSetup C Sources.SystemRes.Configure2.PlugIns.KbdSetup SystemRes KbdSetup
Config2PluginLockSetup C Sources.SystemRes.Configure2.PlugIns.LockSetup SystemRes LockSetup
Config2PluginMousSetup C Sources.SystemRes.Configure2.PlugIns.MousSetup SystemRes MousSetup
Config2PluginPinSetup C Sources.SystemRes.Configure2.PlugIns.PinSetup SystemRes PinSetup
Config2PluginScrnSetup C Sources.SystemRes.Configure2.PlugIns.ScrnSetup SystemRes ScrnSetup
Config2PluginSndSetup C Sources.SystemRes.Configure2.PlugIns.SndSetup SystemRes SndSetup
Config2PluginSndSetupVIDC C Sources.SystemRes.Configure2.PlugIns.SndSetupVIDC SystemRes SndSetup
Config2PluginWindSetup C Sources.SystemRes.Configure2.PlugIns.WindSetup SystemRes WindSetup
Config2PluginxxxxMerge C Sources.SystemRes.Configure2.PlugIns.Config2PluginxxxxMerge SystemRes xxxxMerge
Configure C Sources.SystemRes.Configure SystemRes Configure
Diversions RES Sources.Apps.Diversions.Diversions Apps Diversions
Flasher BAS Sources.Apps.Diversions.Flasher Apps Flasher
FontMerge C Sources.SystemRes.Configure SystemRes FontMerge
FontPrint C Sources.Printing.FontPrint Printing FontPrint
Fonts RES Sources.SystemRes.Fonts SystemRes Fonts
HForm BAS Sources.Utilities.HForm Utilities HForm
InetRes RES Sources.SystemRes.InetRes SystemRes Internet
InetSetup C Sources.SystemRes.InetSetup SystemRes InetSetup
Maestro BAS Sources.Apps.Maestro Apps Maestro
MaestroFiles RES Sources.Apps.Maestro
MchConfig C closed.RiscOS.Sources.SystemRes.MchConfig SystemRes MchConfig
MemNow BAS Sources.Apps.Diversions.MemNow Apps MemNow
Meteors BAS Sources.Apps.Diversions.Meteors Apps Meteors
MineHunt C Sources.Apps.Diversions.MineHunt Apps MineHunt
PatchesANSILib RES closed.RiscOS.Sources.Utilities.Patches.ansilib Utilities ansilib
PatchesPatch C Sources.Utilities.Patches.PatchesPatch Utilities Patch
PatchesPDiff C closed.RiscOS.Sources.Utilities.Patches.PDiff Utilities PDiff
PatchesSCSIDM RES closed.RiscOS.Sources.Utilities.Patches.SCSIDM Utilities SCSIDM
PatchesSparkFS RES closed.RiscOS.Sources.Utilities.Patches.SparkFS Utilities SparkFS
PatchesSSound RES closed.RiscOS.Sources.Utilities.Patches.SSound Utilities SSound
PatchesTCPIP RES closed.RiscOS.Sources.Utilities.Patches.TCP/IP Utilities Protocols
Patience BAS Sources.Apps.Diversions.Patience Apps Patience
PhotoView C closed.RiscOS.Sources.Apps.PhotoView Apps PhotoView
PMonitor C Sources.Printing.Modules.PMonitor Printing PMonitor
Public RES Sources.SystemRes.Public SystemRes Public
Puzzle RES Sources.Apps.Diversions.Puzzle Apps Puzzle
ResApp RES Sources.SystemRes.ResApp SystemRes !+Resource
SaveCMOS RES closed.RiscOS.Sources.Utilities.SaveCMOS Utilities SaveCMOS
SciCalc BAS Sources.Apps.SciCalc Apps SciCalc
Scrap RES Sources.SystemRes.Scrap SystemRes Scrap
SDCreate RES Sources.Utilities.SDCreate Utilities SDCreate
ShowScrap RES Sources.Utilities.ShowScrap Utilities ShowScrap
SparkFS RES Sources.Apps.SparkFSBin ThirdParty !SparkFS
SquashApp C Sources.Apps.SquashApp Apps Squash
System RES Sources.SystemRes.System SystemRes System
T1ToFont C Sources.Printing.T1ToFont Printing T1ToFont
Verify RES closed.RiscOS.Sources.Utilities.Verify Utilities Verify
#--------------------------------------------------------------------------------------------------------------------------------------
#
# Autobuild process. This is stuff which needs to be performed in addition to a normal build when
# building as an autobuild process. In normal builds, it should perform no action.
#
#--------------------------------------------------------------------------------------------------------------------------------------
# Component Type Source directory Inst dir Module filename
#--------------------------------------------------------------------------------------------------------------------------------------
ABRelease RES Utilities.Autobuild.ABRelease Autobuild ABRelease
#--------------------------------------------------------------------------------------------------------------------------------------
#
# NOTE: These are the ancilliary parts of the build tree, we need to use the parent directory
# specifier to get at the correct directories.
#
#--------------------------------------------------------------------------------------------------------------------------------------
# Component Type Source directory Inst dir Module filename
#--------------------------------------------------------------------------------------------------------------------------------------
BuildApps BBE Apps.AppsMakefile
BuildEnvironment BBE Env
BuildExport BBE Export
BuildInstall BBE Install
BuildModules BBE Modules
BuildSystem BBE BuildSys
BuildTools BBE Library
#--------------------------------------------------------------------------------------------------------------------------------------
#
# Components that are required for building a "Live" RISC OS, e.g. the various disc image imports.
#
#--------------------------------------------------------------------------------------------------------------------------------------
# Component Type Source directory Inst dir Module filename
#--------------------------------------------------------------------------------------------------------------------------------------
LiveDisc RES closed.RiscOS.Sources.SystemRes.LiveDisc