Disc 24.1 KB
Newer Older
Robert Sprowson's avatar
Robert Sprowson committed
1 2 3
#------------------------------------------------------------------------------
# Components file for default hard disc image
#------------------------------------------------------------------------------
4 5 6 7 8 9
%BaseAddress   0x00000000
%Image         Build$ImageName
%Log           Build$ImageName
%Messages      Sources.Internat.Messages
%Joiner        BigSplit2
%JoinerFormat  BigSplit
Robert Sprowson's avatar
Robert Sprowson committed
10
%sigstr        Univ
11

12 13 14 15 16
#
# Fundamental components for header export...
#
HdrSrc                  -type EXP       # Programmer.HdrSrc
Kernel                  -type EXP       # Kernel
17
FileCore                -type EXP       # FileSys.FileCore
18 19 20 21 22 23

#
# Required for Hdr:SWIs (and swis.h) generation...
#
ADFS                    -type EXP       # FileSys.ADFS.ADFS
ATAPI                   -type EXP       # HWSupport.CD.ATAPI
24
BlendTable              -type EXP       # Video.Render.BlendTable
25 26 27 28 29 30 31
BufferManager           -type EXP       # HWSupport.Buffers
CDFS                    -type EXP       # FileSys.CDFS.CDFS
CDFSDriver              -type EXP       # HWSupport.CD.CDFSDriver
ColourPicker            -type EXP       # Video.UserI.Picker
ColourTrans             -type EXP       # Video.Render.Colours
DDEUtils                -type EXP       # Programmer.DDEUtils            <- also included as installed component
DDT                     -type EXP       # Programmer.DDT
32
DHCP                    -type EXP       # Networking.DHCP
33 34 35 36 37 38 39
Debugger                -type EXP       # Programmer.Debugger
DeviceFS                -type EXP       # HWSupport.DeviceFS
DMAManager              -type EXP       # HWSupport.DMA
DOSFS                   -type EXP       # FileSys.ImageFS.DOSFS
DragAnObj               -type EXP       # Desktop.DragAnObj
DragASprite             -type EXP       # Desktop.DragASprit
DrawMod                 -type EXP       # Video.Render.Draw
Robert Sprowson's avatar
Robert Sprowson committed
40
Econet                  -type EXP       # Networking.Econet
41 42 43 44 45 46
Filer_Action            -type EXP       # Desktop.FilerAct
FileSwitch              -type EXP       # FileSys.FileSwitch
FilterManager           -type EXP       # Desktop.Filter
FontManager             -type EXP       # Video.Render.Fonts.Manager
FPEmulator              -type EXP       # HWSupport.FPASC.riscos
Free                    -type EXP       # Desktop.Free
47
Freeway                 -type EXP       # Networking.AUN.Access.Freeway
48 49 50 51
FSLock                  -type EXP       # FileSys.FSLock
HostFS                  -type EXP       # Programmer.HostFS
Hourglass               -type EXP       # Video.Render.Hourglass
IIC                     -type EXP       # HWSupport.IIC
52
ITable                  -type EXP       # Video.Render.Fonts.ITable
53 54 55
PortManager             -type EXP       # HWSupport.PortMan
Joystick                -type EXP       # HWSupport.Joystick
MakePSFont              -type EXP       # Printing.Modules.MakePSFont    <- also included as installed component
56
MimeMap                 -type EXP       # Networking.MimeMap
57
MessageTrans            -type EXP       # Internat.MsgTrans
58
NetPrint                -type EXP       # FileSys.NetPrint
59
ParallelDeviceDriver    -type EXP       # HWSupport.Parallel
Jeffrey Lee's avatar
Jeffrey Lee committed
60
PCI                     -type EXP       # HWSupport.PCI       
61 62 63 64 65
PDriver                 -type EXP       # Printing.Modules.PDriver       <- also included as installed component
PDriverDP               -type EXP       # Printing.Modules.PDModules     <- also included as installed component
PDumperLJ               -type EXP       # Printing.PDumpers.PDumperLJ    <- also included as installed component
PDumperSpt              -type EXP       # Printing.Modules.PDumperSpt    <- also included as installed component
Podule                  -type EXP       # HWSupport.Podule
66
Portable                -type EXP       # HWSupport.Portable
67
RamFS                   -type EXP       # FileSys.RAMFS.RAMFS
68
RemotePrinterSupport    -type EXP       # Printing.Modules.RemPrnSpt
69
ResourceFS              -type EXP       # FileSys.ResourceFS.ResourceFS
70
RTC                     -type EXP       # HWSupport.RTC
71 72
ScreenBlanker           -type EXP       # Video.Render.ScrBlank
ScreenModes             -type EXP       # Video.UserI.ScrModes
73
SCSIDriver              -type EXP       # HWSupport.SCSI.SCSIDriver
74
SDFS                    -type EXP       # FileSys.SDFS.SDFS
75 76 77 78 79 80 81 82 83 84 85 86 87 88
ShellCLI                -type EXP       # Desktop.ShellCLI
SoundDMA                -type EXP       # HWSupport.Sound.Sound0
SoundChannels           -type EXP       # HWSupport.Sound.Sound1
SoundScheduler          -type EXP       # HWSupport.Sound.Sound2
Squash                  -type EXP       # Programmer.Squash
SuperSample             -type EXP       # Video.Render.Super
TaskManager             -type EXP       # Desktop.Switcher
TaskWindow              -type EXP       # Desktop.TaskWindow
TerritoryManager        -type EXP       # Internat.Territory.Manager
WindowManager           -type EXP       # Desktop.Wimp

#
# RISC_OSLib, or the Shared C Library...
#
89
SharedCLibrary          -type EXP       # Lib.RISC_OSLib                 <- also included as installed component
90 91 92 93 94 95 96 97 98

#
# Internet and other networking libraries...
#
TCPIPheaders            -type EXP       # Lib.TCPIPLibs.headers
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
ROOL's avatar
ROOL committed
99
mbedTLS                 -type EXP       # Lib.mbedTLS
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121

#
# Toolbox libraries...
#
tboxlib                 -type EXP       # Toolbox.Common
ToolboxLib              -type EXP       # Toolbox.Libs

#
# Most of the other common libraries (namely Desk and DebugLib)...
#
OSLib                   -type EXP       # Lib.OSLib
UnicodeLib              -type EXP       # Lib.Unicode
DeskLib                 -type EXP       # Lib.Desk
ModMallocLib            -type EXP       # Lib.ModMalloc
PlainArgvLib            -type EXP       # Lib.PlainArgv
RemoteDebug             -type EXP       # Lib.remotedb
PDebug                  -type EXP       # Lib.PDebug
DDTLib                  -type EXP       # Lib.DDTLib
Wild                    -type EXP       # Lib.Wild
Trace                   -type EXP       # Lib.Trace
DebugLib                -type EXP       # Lib.DebugLib
AsmUtils                -type EXP       # Lib.AsmUtils
122
callx                   -type EXP       # Lib.callx
123
zlib                    -type EXP       # Lib.zlib
124
PRISMLib                -type EXP       # Lib.PRISMLib
125 126 127 128

#
# Other header and library exports for the Universal build...
#
ROOL's avatar
ROOL committed
129
ConfigLib               -type EXP      # Lib.Configure
130
Dialler                 -type EXP      # Networking.Modem.Dialler
ROOL's avatar
ROOL committed
131 132
ImageLibPNG             -type EXP      # Lib.ImageLib
ImageLib                -type EXP      # Lib.ImageLib
ROOL's avatar
ROOL committed
133 134 135 136 137
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
138 139 140 141 142

#
# Working installed components...
#

143
# Boot application
Robert Sprowson's avatar
Robert Sprowson committed
144
DesktopBoot             -options INSTDIR=<Install$Dir>.HardDisc4 COMPONENT=Boot TARGET=UNIVERSAL
145 146 147 148
DesktopBoot             -options INSTDIR=<Install$Dir>.HardDisc4 COMPONENT=Boot TARGET=TEXTURES USERIF=Iyonix
DesktopBoot             -options INSTDIR=<Install$Dir>.HardDisc4 COMPONENT=Boot TARGET=TEXTURES USERIF=Sovereign
DesktopBoot             -options INSTDIR=<Install$Dir>.HardDisc4 COMPONENT=Boot TARGET=TEXTURES USERIF=Morris4
DesktopBoot             -options INSTDIR=<Install$Dir>.HardDisc4 COMPONENT=Boot TARGET=TEXTURES USERIF=Raspberry
149
Configure               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Res COMPONENT=Configure
150
SpriteExtend            -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Boot.PreDesk
Robert Sprowson's avatar
Robert Sprowson committed
151
FontMerge               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Library COMPONENT=FontMerge
152
LoadWimp                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Wimp
153 154
InetRes                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
InetSetup               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure
155 156
Scrap                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
Unicode                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
157
Fonts                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources INSTFLAG=all
158
ThemeDefs               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
Robert Sprowson's avatar
Robert Sprowson committed
159 160
Paint                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Iyonix
Draw                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Iyonix
161 162 163 164 165
ADFSFiler               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Iyonix
ADFSFiler               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Sovereign
ADFSFiler               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Morris4
ADFSFiler               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Ursula
ADFSFiler               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Raspberry
Robert Sprowson's avatar
Robert Sprowson committed
166 167 168 169
Desktop                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Iyonix
Desktop                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Sovereign
Desktop                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Morris4
Desktop                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Ursula
170
Desktop                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Raspberry
Robert Sprowson's avatar
Robert Sprowson committed
171 172 173 174
WindowManager           -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Iyonix
WindowManager           -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Sovereign
WindowManager           -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Morris4
WindowManager           -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Ursula
175
WindowManager           -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!ThemeDefs.Themes TARGET=ThemeDefs USERIF=Raspberry
176

177
# System application
178
System                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
179
Config2Installer        -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
Robert Sprowson's avatar
Robert Sprowson committed
180
ArmBE                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules TARGET=BasicEdit
181
DDEUtils                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
182
JCompMod                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
183
RTSupport               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
184
AcornURI                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network
Robert Sprowson's avatar
Robert Sprowson committed
185
NetI                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network CMDHELP=None
186
NetTime                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Network
187
PPP                     -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network
ROOL's avatar
ROOL committed
188 189
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
ROOL's avatar
ROOL committed
190
AcornSSL                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.350.Modules.Network.URL
ROOL's avatar
ROOL committed
191
CompressPNG             -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.350.Modules
ROOL's avatar
ROOL committed
192
URL                     -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network.URL
Ben Avison's avatar
Ben Avison committed
193
ScreenFX                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Video
194
SharedCLibrary          -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
195
FrontEnd                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
196
VideoOverlay            -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
197
ZLibMod                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
198 199 200 201 202 203 204 205 206 207

# Screen savers
AcornLogo               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Circles                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Pogo                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
ScrBounce               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Scrolling               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Slider                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Smear                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Swarm                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
208 209
Snow                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Rain                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
210 211 212
Random                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
Shred                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
DeskBall                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
213
SprBounce               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
214

215 216 217 218 219 220 221 222
# Screen saver setup apps
AcornLogoSetup          -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers.!AcornLogo
ScrBounceSetup          -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers.!ScrBounce
ScrollingSetup          -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers.!Scrolling
SliderSetup             -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers.!Slider
SmearSetup              -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers.!Smear
SwarmSetup              -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers.!Swarm

223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
# !Configure and plug-ins
Config2Main             -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res
Config2PluginBoot       -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginBootxxxx   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.!BootSetup COMPONENT=BootApps
Config2PluginBootxxxx   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.!BootSetup COMPONENT=BootBoot
Config2PluginBootxxxx   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.!BootSetup COMPONENT=BootRun
Config2PluginDiscSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginFilrSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginFontSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginHelpSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginKbdSetup   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginLockSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginMousSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginPinSetup   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginScrnSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
Config2PluginSndSetup   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
239
Config2PluginThemeSetup -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
240
Config2PluginTimeSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
241
Config2PluginWindSetup  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure
242 243 244
Config2PluginxxxxMerge  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.!BootSetup COMPONENT=BootMerge
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
245

246 247 248 249 250 251
# 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}\""

252 253 254 255 256 257
# And again, for RO510Hook
SCSISwitch              -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook.Boot.PreDesk.SoftSCSI
SCSISoftUSB             -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook.Boot.PreDesk.SoftSCSI
SCSIFS                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook.Boot.PreDesk.SoftSCSI
SCSIFiler               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO510Hook.Boot.PreDesk.SoftSCSI ASFLAGS="-PD \"SCSI SETL {TRUE}\""

258
# AutoSense files for InetSetup
ROOL's avatar
ROOL committed
259
EtherCPSW               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
260
EtherGENET              -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
261
EtherK                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
262
EtherUSB                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
263
EtherY                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.Configure.!InetSetup.AutoSense TARGET=AutoSense
264

265
# Apps
266 267
Alarm                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps
Chars                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps
268
CloseUp                 -options INSTDIR=<Install$Dir>.HardDisc4.Apps
269
Draw                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps.!Draw
Robert Sprowson's avatar
Robert Sprowson committed
270
Edit                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps
271
Help                    -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps ROMTOKENS=350
272
Maestro                 -options INSTDIR=<Install$Dir>.HardDisc4.Apps TARGET=Maestro
273 274
OmniApp                 -options INSTDIR=<Install$Dir>.HardDisc4.Apps
LanManFS                -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=FALSE
275 276
NFS                     -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
OmniNFS                 -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
Robert Sprowson's avatar
Robert Sprowson committed
277
OmniNetFiler            -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
278
OmniAccess              -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore
279
Paint                   -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO350Hook.Apps.!Paint
280 281 282 283 284 285
SciCalc                 -options INSTDIR=<Install$Dir>.HardDisc4.Apps
SquashApp               -options INSTDIR=<Install$Dir>.HardDisc4.Apps

# Diversions
Blocks                  -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
Flasher                 -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
286
Hopper                  -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
Robert Sprowson's avatar
Robert Sprowson committed
287
Madness                 -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
288
MemNow                  -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
289
Meteors                 -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
290
MineHunt                -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
291
Patience                -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
292
PsychoEffects           -options INSTDIR=<Install$Dir>.HardDisc4.Diversions.!Hopper.Modules TARGET=Effects
293
Puzzle                  -options INSTDIR=<Install$Dir>.HardDisc4.Diversions
294
QTheMusic               -options INSTDIR=<Install$Dir>.HardDisc4.Diversions.!Hopper.Modules
295

296 297 298
# Printing
FontPrint               -options INSTDIR=<Install$Dir>.HardDisc4.Printing
PrintEdit               -options INSTDIR=<Install$Dir>.HardDisc4.Printing
299
PrintDefs               -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
300 301 302 303 304 305
PrinterManager          -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers
MakePSFont              -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules
PDriver                 -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules
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
306
PDumperCX               -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers TARGET=PDumperCX2
307 308 309 310
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
PDumperLJ               -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
Robert Sprowson's avatar
Robert Sprowson committed
311
PDumperPCL              -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.PDumpers
312 313 314 315 316 317
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

318
# Documents
319
MaestroFiles            -options INSTDIR=<Install$Dir>.HardDisc4.Documents.Music.Maestro TARGET=Examples
320
UserGuide               -options INSTDIR=<Install$Dir>.HardDisc4.Documents.UserGuide
321 322

# Utilities
323 324
HForm                   -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.Caution
DesktopBoot             -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.Caution TARGET= COMPONENT=ResetBoot
325
PatchesPatch            -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
326
ShowScrap               -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
327
SparkFS                 -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
328
Usage                   -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
329
T1ToFont                -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
330
ChangeFSI               -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
331
AccessPlus              -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.Access
332

333 334 335
#
# Not working installed components...
#
336
###ARMovie                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
Robert Sprowson's avatar
Robert Sprowson committed
337 338 339
###AREncode                -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
###ARPlayer                -options INSTDIR=<Install$Dir>.HardDisc4.Apps
###ARWork                  -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
340
###PhotoView               -options INSTDIR=<Install$Dir>.HardDisc4.Utilities
Robert Sprowson's avatar
Robert Sprowson committed
341 342 343
###ICAClient               -options INSTDIR=<Install$Dir>.HardDisc4.Apps
###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}
344 345

ABRelease