1. 02 Mar, 2016 1 commit
    • Ben Avison's avatar
      Fix PlingSystem build for version 4.34 of FPEmulator · 2bb73d27
      Ben Avison authored
      Detail:
        Machine build switch now standardised to be compatible with Hdr:CPU.Arch
        since FPEmulator now relies on that. One side-effect improvement is that
        the binary in System:400.Modules.FPEmulator now includes FPA support so
        RISC OS 4 or 5 users on an A7000+ will no longer lose hardware acceleration
        if they softload FPEmulator.
      Admin:
        PlingSystem build now completes again.
      
      
      Version 6.83. Tagged as 'BuildSys-6_83'
      2bb73d27
  2. 02 Oct, 2015 1 commit
    • Robert Sprowson's avatar
      Retire TinyStubs · 07bc8ead
      Robert Sprowson authored
      The ROM build of TinyStubs has done nothing since version 0.07 (1998) except count how many clients it has and refuse to die if non zero. The last RAM set of Toolbox modules to use it was just before Expresso (Java Risc PC) in 1998 also.
      The Toolbox modules now make use of more functions than TinyStubs provided so can simply use the normal C libary.
      While 'tlink' (the special linker used to link against TinyStubs) is mentioned in passing in application note 280 it doesn't appear Acorn ever released it, plus there's no 32 bit version available.
      
      Tested over several months in an IOMD ROM.
      
      Version 6.74. Tagged as 'BuildSys-6_74'
      07bc8ead
  3. 11 Aug, 2015 1 commit
  4. 07 Apr, 2015 1 commit
  5. 10 Jan, 2015 1 commit
    • Robert Sprowson's avatar
      Add ability to specify dependicies for CLibrary · ed7936cd
      Robert Sprowson authored
      New capability for the CLibrary shared makefile to specify arbitrary dependencies (via ${LIBDEPENDS}) required before the main event, this might be used to, for example, run a perl script or something to generate some code or headers.
      Add PDEBUGLIB PRISMLIB REMOTEDBLIB TRACELIB and UNICODELIB to the AppLibs and ModuleLibs.
      Repoint DDTLIB WILDLIB TRACELIB.
      For the PlingSystem build, put TextGadgets in the 350 directory since it currently only supports text areas in dynamic areas.
      
      Version 6.63. Tagged as 'BuildSys-6_63'
      ed7936cd
  6. 06 Jan, 2015 1 commit
    • Jeffrey Lee's avatar
      Add SharedSound to PlingSystem · ca1f376e
      Jeffrey Lee authored
      Detail:
        Components/ROOL/PlingSystem - Build and install a copy of SharedSound suitable for RISC OS 3.1+
      Admin:
        Tested on emulated RO 3.11 & 3.70 SA RiscPC
        Requires HdrSrc-2_49
      
      
      Version 6.62. Tagged as 'BuildSys-6_62'
      ca1f376e
  7. 04 Jan, 2015 1 commit
  8. 03 Dec, 2013 1 commit
  9. 01 Dec, 2013 1 commit
    • Robert Sprowson's avatar
      Add BASIC[64] to the !System archive · a8288e52
      Robert Sprowson authored
      Add RTC as an export on the Disc components (for NetTime)
      Retire BASICTrans, placing alphabetically pleasing BlendTable in its slot
      
      Version 6.35. Tagged as 'BuildSys-6_35'
      a8288e52
  10. 29 Sep, 2013 1 commit
  11. 05 May, 2013 1 commit
  12. 04 May, 2013 1 commit
  13. 03 Oct, 2012 1 commit
    • Robert Sprowson's avatar
      Correction to case of Iconbar toolbox component · fef50df1
      Robert Sprowson authored
      The component name had an uppercase 'B' which, through the use of the shared TBoxMake makefile in turn became its directory name in resourcefs.
      However, with non UK territory the string collation rules would not match this and the Iconbar module would die on init.
      Fixes ticket #318.
      
      Version 5.99. Tagged as 'BuildSys-5_99'
      fef50df1
  14. 16 Sep, 2012 1 commit
  15. 01 Sep, 2012 1 commit
  16. 21 Jul, 2012 1 commit
  17. 19 Jul, 2012 1 commit
  18. 16 Jul, 2012 1 commit
  19. 28 Apr, 2012 1 commit
    • Jeffrey Lee's avatar
      Add UnSqzAIF to ROM images, PlingSystem · 3e2b4ea6
      Jeffrey Lee authored
      Detail:
        Added UnSqzAIF to IOMD32, OMAP3, OMAP3Live, OMAP4, S3C2440, S3C6410 and Tungsten ROM images, to protect against the squeeze 5.03-5.08 bug. Even though the bug hasn't been seen on all platforms, there's no harm in taking precautions against it.
        Added UnSqzAIF to PlingSystem, for 3.70+
      Admin:
        New version of UnSqzAIF tested in softload form on Iyonix
        OMAP3 ROM & PlingSystem build OK, others untested
      
      
      Version 5.52. Tagged as 'BuildSys-5_52'
      3e2b4ea6
  20. 21 Apr, 2012 1 commit
    • Robert Sprowson's avatar
      Move ADFS export down after FileCore. · de677bf9
      Robert Sprowson authored
      FileCore now generates "FileCoreErr" during exporting, and ADFS needs that for its exports (RamFS/SCSIFS are both alphabetically later than FileCore so don't suffer from that problem).
      Export from clean now has no errors for PlingSystem component.
      
      Version 5.50. Tagged as 'BuildSys-5_50'
      de677bf9
  21. 14 Jan, 2012 1 commit
  22. 13 Jan, 2012 1 commit
  23. 12 Jan, 2012 1 commit
    • Robert Sprowson's avatar
      Various changes · 3728b452
      Robert Sprowson authored
      * Added components file to generate a !System
      * Binaries/Browse/BuildEnv/Disc/IOMD32/OMAP4/Printers/Tungsten add heading blocks and line stuff up
      * OMAP3 remove unused switch from FPEmulator
      * SysMap add mapping from Sovereign to 'V'
      * CTools extra qualifiers on some modules to get help right for modules in the 310 directory
      * AAsmModule when CMDHELP=None is in force you can infer that no international help is desired, therefore pass this as a switch to the module to allow it to remove the tokens from its help table (based on how the 'standalone' switch is done)
      
      Version 5.35. Tagged as 'BuildSys-5_35'
      3728b452