Commit d40817e8 authored by Ben Avison's avatar Ben Avison
Browse files

Build environment updates for Batch 5

Version 4.63. Tagged as 'BuildSys-4_63'
parent feae2db9
......@@ -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
......
......@@ -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 .hdr .${LIBEXT}
.SUFFIXES: .exphdr .expasm .explib .h .Hdr .${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
......
......@@ -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
......
/* (4.62)
/* (4.63)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.62
#define Module_MajorVersion_CMHG 4.63
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Oct 2008
#define Module_MajorVersion "4.62"
#define Module_Version 462
#define Module_MajorVersion "4.63"
#define Module_Version 463
#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.62"
#define Module_HelpVersion "4.62 (17 Oct 2008)"
#define Module_LibraryVersionInfo "4:62"
#define Module_FullVersion "4.63"
#define Module_HelpVersion "4.63 (17 Oct 2008)"
#define Module_LibraryVersionInfo "4:63"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment