Commit 507d4107 authored by ROOL's avatar ROOL 🤖
Browse files

Change PDebug & RemoteDebug component types

Detail:
  In order that they be considered during the 'install' phase, make these 2 components type C rather than type EXP.
  Components/ROOL/BonusBin & PlingSystem: change all libraries to only be exported
  Components/ROOL/CTools: add an install location for PDebug, needed by DebugLib
Admin:
  Fix for DDE build missing some required libraries. Required CLibrary shared makefile revision 1.9.

Version 7.16. Tagged as 'BuildSys-7_16'
parent edecae6c
......@@ -81,21 +81,21 @@ SharedCLibrary -type EXP
#
AsmUtils -type EXP
TCPIPheaders -type EXP
socklib
inetlib
unixlib
tboxlib
ToolboxLib
OSLib
DeskLib
ModMallocLib
PlainArgvLib
RemoteDebug
PDebug
DDTLib
Wild
Trace
DebugLib
socklib -type EXP
inetlib -type EXP
unixlib -type EXP
tboxlib -type EXP
ToolboxLib -type EXP
OSLib -type EXP
DeskLib -type EXP
ModMallocLib -type EXP
PlainArgvLib -type EXP
RemoteDebug -type EXP
PDebug -type EXP
DDTLib -type EXP
Wild -type EXP
Trace -type EXP
DebugLib -type EXP
#
# Bonus apps
......
......@@ -90,7 +90,7 @@ DDTLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Li
DeskLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
ModMallocLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
NBLib -type EXP
PDebug -type EXP
PDebug -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
PlainArgvLib -type EXP
ToolboxLib -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
RemoteDebug -options INSTDIR=Install:DDE.AcornC/C++.Export.<APCS>.Lib
......
......@@ -83,22 +83,22 @@ SharedCLibrary -type EXP -options SCL_APCS="-APCS 3/26bit"
#
AsmUtils -type EXP
TCPIPheaders -type EXP
socklib
inetlib
unixlib
tboxlib
ToolboxLib
socklib -type EXP
inetlib -type EXP
unixlib -type EXP
tboxlib -type EXP
ToolboxLib -type EXP
ConfigLib -type EXP
OSLib
DeskLib
ModMallocLib
PlainArgvLib
RemoteDebug
PDebug
DDTLib
Wild
Trace
DebugLib
OSLib -type EXP
DeskLib -type EXP
ModMallocLib -type EXP
PlainArgvLib -type EXP
RemoteDebug -type EXP
PDebug -type EXP
DDTLib -type EXP
Wild -type EXP
Trace -type EXP
DebugLib -type EXP
#
# 26 bit only
......
......@@ -53,10 +53,10 @@ NetLink C closed.RiscOS.Sources.Lib.Email.NetLink
NSPRLib EXP Sources.Lib.NSPRLib
NumConvert C closed.RiscOS.Sources.Lib.NumConvert
OSLib EXP Sources.Lib.OSLib
PDebug EXP Sources.Lib.PDebug
PDebug C Sources.Lib.PDebug
PlainArgvLib EXP Sources.Lib.PlainArgv
PRISMLib EXP Sources.Lib.PRISMLib
RemoteDebug EXP Sources.Lib.remotedb
RemoteDebug C Sources.Lib.remotedb
RMVersion ASM Sources.Programmer.RMVersion
rpclib EXP Sources.Lib.TCPIPLibs.rpclib.rpc
ShareD EXP Sources.Networking.AUN.Access.ShareFSBlob.ShareFS
......
/* (7.15)
/* (7.16)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 7.15
#define Module_MajorVersion_CMHG 7.16
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 27 Sep 2017
#define Module_Date_CMHG 30 Sep 2017
#define Module_MajorVersion "7.15"
#define Module_Version 715
#define Module_MajorVersion "7.16"
#define Module_Version 716
#define Module_MinorVersion ""
#define Module_Date "27 Sep 2017"
#define Module_Date "30 Sep 2017"
#define Module_ApplicationDate "27-Sep-17"
#define Module_ApplicationDate "30-Sep-17"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "7.15"
#define Module_HelpVersion "7.15 (27 Sep 2017)"
#define Module_LibraryVersionInfo "7:15"
#define Module_FullVersion "7.16"
#define Module_HelpVersion "7.16 (30 Sep 2017)"
#define Module_LibraryVersionInfo "7:16"
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