Tungsten 3.49 KB
Newer Older
1 2 3 4 5 6 7
#------------------------------------------------------------------------------
# Components file for Tungsten build
#------------------------------------------------------------------------------
%BaseAddress   0xFC000000
%Image         Build$ImageName
%Log           Build$ImageName
%Messages      Sources.Internat.Messages
8 9
%Joiner        romlinker
%JoinerFormat  romlinker
10 11

# BBE Support
12 13 14 15 16 17
BuildApps
BuildExport
BuildSystem             -options COMPONENTFILE=Tungsten COMPONENTFILE2=Universal
BuildEnvironment        -options ENVFILE=Tungsten
BuildModules
BuildTools
18 19 20 21

#------------------------------------------------------------------------------
# some headers
#
22
HdrSrc                -type EXP
23 24 25 26 27 28 29 30 31 32 33 34 35
#------------------------------------------------------------------------------
# we need the following exported for swis.h generation
# change the type to EXP
#
DDEUtils              -type EXP
Econet                -type EXP
DDT                   -type EXP
HostFS                -type EXP
SCSIDriver            -type EXP
PCCardFS              -type EXP
PDriver               -type EXP
PDumperDM             -type EXP
MakePSFont            -type EXP
36
VFPSupport            -type EXP
37 38 39 40 41 42 43 44 45 46 47 48 49

# kernel is first module in ROM seen as the UtilityModule
HAL_Tungsten
Kernel                -at 0xFC010000
Podule
PCI
FileSwitch
ResourceFS
TerritoryManager
Messages
MessageTrans
UK
WindowManager         -options OPTIONS=Ursula
50
# Desktop is the 11th module (default language)
51 52
Desktop
SharedRISC_OSLib
53 54
FPEmulator            -options FPE_APCS=3/32bit
ScreenModes
55
NVidia                
56 57
TaskManager
ADFSFiler
58 59
BASIC105
BASIC64
60
BlendTable
61 62
BufferManager
ColourTrans
63
Debugger
64
DeviceFS
65
RTSupport
66
USBDriver
67
EHCIDriver
68
OHCIDriver
69
OHCIHeaders
70
DisplayManager
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
DMAManager
DragASprite
DragAnObj
DrawMod
BBCEconet
FileCore
ADFS
RamFS
Filer
FilerSWIs
FSLock
FontManager
Free
Hourglass
IIC
International
InternationalKeyboard -options KEYBOARD=All
ITable
89 90 91 92 93
NetFS
NetFiler
NetPrint
NetStatus
Obey
94 95 96 97
Pinboard
PipeFS
RAMFSFiler
ResourceFiler
98
ROMFonts
99
RTC
100 101 102
ScreenBlanker
ScrSaver              -options SCRSAVERAPP=No
DualSerial
103
SerialDeviceDriver    -options ASFLAGS="-PD \"PCIHardware SETL {TRUE}\""
104 105 106 107 108
SerialDeviceSupport
SerialMouse
ShellCLI
SoundDMA_Tungsten
SoundControl
109 110
SoundChannels
SoundScheduler
111 112
SpriteExtend
SpriteUtils
113
Squash
114
SuperSample
115
SystemDevices
116 117 118
TaskWindow
WindowUtils
FilterManager
119 120 121
WaveSynth
StringLib
Percussion
122
SharedSnd
123 124
Filer_Action
DOSFS                 -options PCMCIA=TRUE
125 126 127
SCSISwitch
SCSISoftUSB
SCSIFS
128
SCSIFiler             -options ASFLAGS="-PD \"SCSI SETL {TRUE}\"" TEMPLATES=no
129 130 131 132
ColourPicker
DrawFile
BootCommands
AUNMsgs
133
MManager
134
Internet
135
Resolver
136 137 138
Net
BootNet
Freeway
139 140 141
ShareFS
MimeMap
LanManFS              -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
142 143
EtherK
DHCP                  -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
144 145
Edit
Draw
146
Paint
147 148 149 150 151 152 153 154
Alarm
Chars
Help2

#
# Toolbox Modules/Libs
#
tboxlib
155
ToolboxLib            -type EXP
156 157 158
TinyStubs
Toolbox
Window
159
ToolAction
160
Menu
161
Iconbar
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
ColourDbox
ColourMenu
DCS_Quit
FileInfo
FontDbox
FontMenu
PrintDbox
ProgInfo
SaveAs
Scale
Gadgets
#
# CDFS
#
CDFSDriver
ATAPI
178
CDFSSoftSCSI
179 180 181
CDFS
CDFSFiler

182
UnSqzAIF
Robert Sprowson's avatar
Robert Sprowson committed
183
InetRes               -options TYPE=EmergencyUtils
184 185 186 187

# some libraries and bits
#
callx
188 189
AsmUtils              -type EXP
TCPIPheaders          -type EXP
190 191 192
socklib
inetlib
unixlib
193
UnicodeLib            -type EXP
194
ConfigLib             -type EXP
195
OSLib
196 197 198 199 200 201 202 203 204 205 206 207 208 209
DeskLib
ModMallocLib
PlainArgvLib
RemoteDebug
PDebug
DDTLib
Wild
Trace
DebugLib

Portable              -type EXP
NVRAM                 -type EXP
PortManager           -type EXP

210 211
ABRelease

212
# end