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
Open sidebar
Phil Pemberton
BuildSys
Commits
d40817e8
Commit
d40817e8
authored
16 years ago
by
Ben Avison
Browse files
Options
Download
Email Patches
Plain Diff
Build environment updates for Batch 5
Version 4.63. Tagged as 'BuildSys-4_63'
parent
feae2db9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
51 deletions
+52
-51
Components/ROOL/Tungsten
Components/ROOL/Tungsten
+40
-40
Makefiles/CLibrary
Makefiles/CLibrary
+3
-3
ModuleDB
ModuleDB
+2
-1
VersionNum
VersionNum
+7
-7
No files found.
Components/ROOL/Tungsten
View file @
d40817e8
...
...
@@ -9,12 +9,12 @@
%JoinerFormat BigSplit
# BBE Support
#
BuildApps
#
BuildExport
#
BuildSystem -options COMPONENTFILE=Tungsten COMPONENTFILE2=Universal
#
BuildEnvironment -options ENVFILE=Tungsten
#
BuildModules
#
BuildTools
BuildApps
BuildExport
BuildSystem -options COMPONENTFILE=Tungsten COMPONENTFILE2=Universal
BuildEnvironment -options ENVFILE=Tungsten
BuildModules
BuildTools
#------------------------------------------------------------------------------
# some headers
...
...
@@ -49,7 +49,7 @@ UK
WindowManager -options OPTIONS=Ursula
Desktop
SharedRISC_OSLib
#
NVidia -options OPTIONS="-PreDefine \"GeForce2Only SETL {TRUE}\""
NVidia -options OPTIONS="-PreDefine \"GeForce2Only SETL {TRUE}\""
TaskManager
ADFSFiler
ARM
...
...
@@ -58,12 +58,12 @@ BASIC64
BASICTrans
BufferManager
ColourTrans
#
Debugger
Debugger
DeviceFS
#
USBDriver
#
OHCIDriver
USBDriver
OHCIDriver
OHCIHeaders
#
DisplayManager
DisplayManager
DMAManager
DragASprite
DragAnObj
...
...
@@ -83,17 +83,17 @@ IIC
International
InternationalKeyboard -options KEYBOARD=All
ITable
#
NetFS
#
NetFiler
#
NetPrint
#
NetStatus
#
NetUtils
#
Obey
NetFS
NetFiler
NetPrint
NetStatus
NetUtils
Obey
Pinboard
PipeFS
RAMFSFiler
ResourceFiler
#
ROMFonts
ROMFonts
ScreenBlanker
ScrSaver -options SCRSAVERAPP=No
DualSerial
...
...
@@ -103,44 +103,44 @@ SerialMouse
ShellCLI
SoundDMA_Tungsten
SoundControl
#
SoundChannels
#
SoundScheduler
SoundChannels
SoundScheduler
SpriteExtend
SpriteUtils
# Squash
SuperSample
#
SystemDevices
SystemDevices
TaskWindow
WindowUtils
FilterManager
#
WaveSynth
#
StringLib
#
Percussion
WaveSynth
StringLib
Percussion
Filer_Action
DOSFS -options PCMCIA=TRUE
#
ColourPicker
#
ScreenModes
#
DrawFile
#
BootCommands
#
AUNMsgs
ColourPicker
ScreenModes
DrawFile
BootCommands
AUNMsgs
# MManager
#
Internet
Internet
# Resolver
#
Net
#
BootNet
#
Freeway
Net
BootNet
Freeway
# ShareFS
# MimeMap
# LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
#
EtherK
#
DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
EtherK
DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
Edit
Draw
#
Paint
Paint
Alarm
Chars
Help2
#
RTCAdjust
RTCAdjust
#
# Toolbox Modules/Libs
...
...
@@ -150,7 +150,7 @@ ToolboxLib
TinyStubs
Toolbox
Window
#
ToolAction
ToolAction
Menu
IconBar
ColourDbox
...
...
@@ -172,7 +172,7 @@ ATAPI
CDFS
CDFSFiler
#
InetRes -options TYPE=EmergencyUtils
InetRes -options TYPE=EmergencyUtils
# some libraries and bits
#
...
...
@@ -183,7 +183,7 @@ socklib
inetlib
unixlib
UnicodeLib
#
OSLib
OSLib
DeskLib
ModMallocLib
...
...
This diff is collapsed.
Click to expand it.
Makefiles/CLibrary
View file @
d40817e8
...
...
@@ -94,7 +94,7 @@ LIBEXT ?= o
EXPDIR ?= ${LIBDIR}.${TARGET}
DIRS ?= o._dirs
HDRS ?= ${TARGET}
ASMHDRS ?=
${TARGET}
ASMHDRS ?=
DBG_OBJS ?= ${OBJS}
APP_OBJS ?= $(addprefix o.,${OBJS})
APP_DBG_OBJS ?= $(addprefix od.,${DBG_OBJS})
...
...
@@ -143,12 +143,12 @@ create_exp_hdr_dirs:
create_exp_lib_dir:
${MKDIR} ${EXPDIR}.${LIBEXT}
.SUFFIXES: .exphdr .expasm .explib .h .
h
dr .${LIBEXT}
.SUFFIXES: .exphdr .expasm .explib .h .
H
dr .${LIBEXT}
.h.exphdr:; ${CP} $< ${EXPDIR}.$< ${CPFLAGS}
.Hdr.expasm:; ${CP} $< ${EXPDIR}.$< ${CPFLAGS}
.${LIBEXT}.explib:; ${CP} $< ${EXPDIR}.$< ${CPFLAGS}
export_hdrs: ${EXPORTING_HDRS} ${DIRS} create_exp_hdr_dirs
export_hdrs:
${EXPORTING_ASMHDRS}
${EXPORTING_HDRS} ${DIRS} create_exp_hdr_dirs
@IfThere VersionNum then ${ECHO} ${CP} VersionNum ${EXPDIR}.LibVersion ${CPFLAGS}
@IfThere VersionNum then ${CP} VersionNum ${EXPDIR}.LibVersion ${CPFLAGS}
@IfThere ${EXPDIR}.h.* then else ${RM} ${EXPDIR}.h
...
...
This diff is collapsed.
Click to expand it.
ModuleDB
View file @
d40817e8
...
...
@@ -12,7 +12,7 @@ ARM3 EXP HWSupport.ARM3
ABCLib EXP Lib.ABCLib
ARLib C Lib.ARLib
DCILib C Lib.DCILib
OSLib EXP Lib.OSLib
OSLib EXP
ThirdParty.OSLib.
Lib.OSLib
DeskLib EXP ThirdParty.Desk.Lib.Desk
HALLib C Lib.HALLib
HTMLLib EXP Lib.HTML
...
...
@@ -554,6 +554,7 @@ Swarm RES Video.UserI.ScrSavers.Swarm ScrSaver
ProgressUI C Video.UserI.ProgressUI Video ProgressUI
ModeFiles ASM Video.UserI.ModeFiles Video ModeFiles
STBSplash C Video.UserI.STBSplash Video STBSplash
NVidia C Video.HWSupport.NVidia Video NVidia
DENCDriver C Video.HWSupport.DENCDriver Video DENCDriver
Gadgets C Toolbox.Gadgets Toolbox TextGadget
...
...
This diff is collapsed.
Click to expand it.
VersionNum
View file @
d40817e8
/* (4.6
2
)
/* (4.6
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.6
2
#define Module_MajorVersion_CMHG 4.6
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Oct 2008
#define Module_MajorVersion "4.6
2
"
#define Module_Version 46
2
#define Module_MajorVersion "4.6
3
"
#define Module_Version 46
3
#define Module_MinorVersion ""
#define Module_Date "17 Oct 2008"
...
...
@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.6
2
"
#define Module_HelpVersion "4.6
2
(17 Oct 2008)"
#define Module_LibraryVersionInfo "4:6
2
"
#define Module_FullVersion "4.6
3
"
#define Module_HelpVersion "4.6
3
(17 Oct 2008)"
#define Module_LibraryVersionInfo "4:6
3
"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment