Commit 1639df56 authored by Steve Revill's avatar Steve Revill
Browse files

Corrected some DDE-related bits from the previous commit. Won't affect anyone...

Corrected some DDE-related bits from the previous commit. Won't affect anyone other than CTools builds.

Version 6.54. Tagged as 'BuildSys-6_54'
parent 5ef9ae4d
......@@ -146,7 +146,7 @@ SharedCLibrary -options INSTDIR=Install:DDE.AcornC/C++.Developer.!Syste
#
# Targets - Library
#
BuildTools -options INSTDIR=Install:DDE.AcornC/C++.!SetPaths.Lib32 INSTTYPE=DDE
DDETools -options INSTDIR=Install:DDE.AcornC/C++.!SetPaths.Lib32 INSTTYPE=DDE
a8time -options INSTDIR=Install:DDE.AcornC/C++.!SetPaths.Lib32 INSTTYPE=tool
amu -options INSTDIR=Install:DDE.AcornC/C++.!SetPaths.Lib32 INSTTYPE=tool
c++ -options INSTDIR=Install:DDE.AcornC/C++.!SetPaths.Lib32 INSTTYPE=tool
......
......@@ -4,6 +4,18 @@
#
include StdTools
COMPONENT ?= BuildSys
INSTDIR ?= <Install$Dir>
INSTTYPE ?= Makefiles
install_Makefiles:
${MKDIR} ${INSTDIR}
${CP} Makefiles ${INSTDIR}.Makefiles ${CPFLAGS}
${CP} VersionNum ${INSTDIR}.Makefiles.Version ${CPFLAGS}
install: install_${INSTTYPE}
@${ECHO} ${COMPONENT}: installed ${INSTTYPE}
BBETYPE = buildsys
bbe-buildsys: bbe-generic-resources-get-alias
BBE_Export_Dir ImageName
......
......@@ -82,6 +82,7 @@ zlibmodlib EXP Sources.Lib.zlib
AutoDemo RES closed.RiscOS.Sources.Apps.AutoDemo
Boot RES closed.RiscOS.Sources.Apps.Boot
BuildSys RES BuildSys
DDETools RES Library
PrintDefs RES Sources.Printing.PrintDefs
SoundRes RES closed.RiscOS.Sources.Audio.SoundRes
# Components inside SystemRes.STB.Baseline
......@@ -166,8 +167,8 @@ BASICTrans ASM Sources.Programmer.BASICTrans
BatMgr ASM Sources.HWSupport.BatMgr HWSupport BatMgr
BatMgrHAL C Sources.HWSupport.BatMgrHAL HWSupport BatMgr
BBCEconet ASM Sources.Networking.BBCEconet Networking BBCEconet
BCMSound ASM Sources.HWSupport.Sound.BCMSound HWSupport BCMSound
BCMSupport C Sources.HWSupport.BCMSupport HWSupport BCMSupport
BCMSound ASM Sources.HWSupport.Sound.BCMSound HWSupport BCMSound
BCMSupport C Sources.HWSupport.BCMSupport HWSupport BCMSupport
BCMVideo C Sources.Video.HWSupport.BCMVideo Video BCMVideo
BlendTable ASM Sources.Video.Render.BlendTable Video BlendTable
BootCommands C Sources.Programmer.BootCmds Programmer BootCmds
......
/* (6.53)
/* (6.54)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.53
#define Module_MajorVersion_CMHG 6.54
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 12 Oct 2014
#define Module_MajorVersion "6.53"
#define Module_Version 653
#define Module_MajorVersion "6.54"
#define Module_Version 654
#define Module_MinorVersion ""
#define Module_Date "12 Oct 2014"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.53"
#define Module_HelpVersion "6.53 (12 Oct 2014)"
#define Module_LibraryVersionInfo "6:53"
#define Module_FullVersion "6.54"
#define Module_HelpVersion "6.54 (12 Oct 2014)"
#define Module_LibraryVersionInfo "6:54"
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