Commit 279f8e34 authored by Ben Avison's avatar Ben Avison
Browse files

Removed three libraries from Disc build

Detail:
  Lib.ModuleTask, Lib.AcornNC and Lib.HTMLLib don't build at present because
  their makefiles depend upon the Makatic suite that we don't distribute.
  However, no binaries in the disc build actually require these libraries,
  so to remove the build errors, the simplest thing is to exclude the
  libraries from the build.
Admin:
  Tested in a clean-from-CVS disc build

Version 6.01. Tagged as 'BuildSys-6_01'
parent 893a0e72
......@@ -103,10 +103,10 @@ UnicodeLib -type EXP # Lib.Unicode
DeskLib -type EXP # Lib.Desk
ModMallocLib -type EXP # Lib.ModMalloc
###MemCheckLib -type EXP # Lib.MemCheck
ModuleTaskLib -type EXP # Lib.ModuleTask
#ModuleTaskLib -type EXP # Lib.ModuleTask
PlainArgvLib -type EXP # Lib.PlainArgv
RemoteDebug -type EXP # Lib.remotedb
AcornNCLib -type EXP # Lib.AcornNC
#AcornNCLib -type EXP # Lib.AcornNC
PDebug -type EXP # Lib.PDebug
DDTLib -type EXP # Lib.DDTLib
Wild -type EXP # Lib.Wild
......@@ -114,7 +114,7 @@ Trace -type EXP # Lib.Trace
DebugLib -type EXP # Lib.DebugLib
###C++Lib -type EXP # Lib.C++Lib
AsmUtils -type EXP # Lib.AsmUtils
HTMLLib -type EXP # Lib.HTML
#HTMLLib -type EXP # Lib.HTML
callx -type EXP # Lib.callx
zlib -type EXP # Lib.zlib
PRISMLib -type EXP # Lib.PRISMLib
......
/* (6.00)
/* (6.01)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.00
#define Module_MajorVersion_CMHG 6.01
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 08 Oct 2012
#define Module_Date_CMHG 09 Oct 2012
#define Module_MajorVersion "6.00"
#define Module_Version 600
#define Module_MajorVersion "6.01"
#define Module_Version 601
#define Module_MinorVersion ""
#define Module_Date "08 Oct 2012"
#define Module_Date "09 Oct 2012"
#define Module_ApplicationDate "08-Oct-12"
#define Module_ApplicationDate "09-Oct-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.00"
#define Module_HelpVersion "6.00 (08 Oct 2012)"
#define Module_LibraryVersionInfo "6:0"
#define Module_FullVersion "6.01"
#define Module_HelpVersion "6.01 (09 Oct 2012)"
#define Module_LibraryVersionInfo "6:1"
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