1. 31 Oct, 2014 1 commit
  2. 23 Jul, 2014 1 commit
    • Robert Sprowson's avatar
      Makefile recreated from fragments · fdd47598
      Robert Sprowson authored
      Resource files shuffled into UK subdirectory where required.
      Renamed !Sprites22 to !Sprites.
      Get version number from messages file.
      Built and checked disc install, looks the same as before.
      
      Version 0.25. Tagged as 'builder-0_25'
      fdd47598
  3. 05 Oct, 2013 1 commit
    • Robert Sprowson's avatar
      Res file fiddling · b5fd283e
      Robert Sprowson authored
      Focus title bar colour now cream.
      Info box no longer opened when clicking on 'Info' in the menu (because you can't then close it).
      
      Version 0.24. Tagged as 'builder-0_24'
      b5fd283e
  4. 30 Jul, 2013 1 commit
    • Jeffrey Lee's avatar
      Increase wimpslot size to 6MB · 6b091504
      Jeffrey Lee authored
      Detail:
        Resources/!build,fd7 - Wimpslot increased to 6MB to accomodate GCC 4
      Admin:
        Required to build GCC 4 based tools
      
      
      Version 0.23. Tagged as 'builder-0_23'
      6b091504
  5. 10 Feb, 2013 1 commit
  6. 17 Mar, 2011 1 commit
  7. 21 Oct, 2010 1 commit
  8. 07 Jun, 2009 1 commit
    • Ben Avison's avatar
      Build fix · b92b4d03
      Ben Avison authored
      Detail:
        Some users reported problems building the sources if they had other
        installations of perl on their build machine. The build system was using a
        mixture of "perl" and "<Perl$Dir>.perl" to invoke the interpreter, and
        sometimes but not always using "do" to expand system variables on the
        command line. This has now been standardised to use "do <Perl$Dir>.perl in
        all cases, and where possible, to use the makefile macro ${PERL}.
      Admin:
        Checked that a Tungsten build still works on a build machine with no other
        perl installation. "perl" was aliased to an error to ensure it wasn't used.
      
      Version 0.19. Tagged as 'builder-0_19'
      b92b4d03
  9. 31 May, 2007 1 commit
    • Steve Revill's avatar
      Fix for directory name length. · c1db1e66
      Steve Revill authored
      Detail:
        The !Builder main window had a rather odd limit of 50 characters for
        the directory name string even though the register build directory
        window was 128. I've upped both to 224.
      
        Also clobbered a silly warning in main.c.
      Admin:
        Works as expected.
      
      Version 0.18. Tagged as 'builder-0_18'
      c1db1e66
  10. 27 Apr, 2005 1 commit
    • Steve Revill's avatar
      Changed main window a little · 39cb6be6
      Steve Revill authored
      Detail:
        Slight re-ordering and re-wording to try to avoid (my) confusion when
        flitting between ROM and disc builds all day. Also corrected the wording
        for the "Install disc" option icon help text and set the default selected
        state of the icons a little more sensibly.
      Admin:
        Builds and runs OK.
      
      Version 0.17. Tagged as 'builder-0_17'
      39cb6be6
  11. 16 Dec, 2003 3 commits
  12. 08 May, 2002 1 commit
    • Steve Revill's avatar
      * Added support for the clean_all phase. · 41d6a7cf
      Steve Revill authored
      Detail:
        * Some of the major libraries (i.e. Desk and RISC_OSLib) do not really clean
          themselves in their 'clean' phase; you have to run 'clean_all' on them to
          do this. This is a pain in the proverbial for Baseline builds because you
          have to export from libraries twice - once 26bit and once 32bit. You MUST
          fully 'clean_all' libraries or you get objects of the wrong APCS exported.
      
          Rather than having to go through all my libraries running both 'clean' and
          'clean_all' on each manually, I've added the 'clean_all' option to !Builder
          (and srcbuild), separate from a simple 'clean'.
      Admin:
        Tested in Baseline builds.
        Requires srcbuild-0_38.
      
      Version 0.16. Tagged as 'builder-0_16'
      41d6a7cf
  13. 22 Oct, 2001 1 commit
  14. 19 Oct, 2001 1 commit
    • Steve Revill's avatar
      Some improvements and changes. · 01b2e73f
      Steve Revill authored
      Detail:
        Support for subdirectories of the Env directory added. The scan is
        now recursive to find any nested Env files.
      
        The environment list construction only bothers to list Obey files and
        is hard-wired to ignore the !Common file. Thus, the menu now doesn't
        contain bogus entries like '!Common', 'Makefile' and 'VersionNum'.
      
        When you select a different build directory, the environment is reset
        to blank to reinforce the fact that you should really run a new env
        file.
      Admin:
        Tested. Requires new srcbuild in Library-0_87 (srcbuild-0_35).
      
      Version 0.14. Tagged as 'builder-0_14'
      01b2e73f
  15. 12 Dec, 2000 1 commit
    • Neil Bingham's avatar
      Change to Resource file. · 5fdb913d
      Neil Bingham authored
      Detail:
        Made ordering of optionbuttons on main window more logical.
      Admin:
        Untested.  No code change.
      
      Version 0.13. Tagged as 'builder-0_13'
      5fdb913d
  16. 11 Dec, 2000 1 commit
    • Neil Bingham's avatar
      Support added for 'bbe' srcbuild target · 48353151
      Neil Bingham authored
      Detail:
        Binary Build Environment (BBE) option button added to build window to
        support creation of binary builds.
      Admin:
        Requires srcbuild-0_24-1_23_2_1 or later for BBE support.
      
      Version 0.12. Tagged as 'builder-0_12'
      48353151
  17. 26 Oct, 1999 1 commit
    • Neil Bingham's avatar
      * Improvements to Builder's version handling. · e059e577
      Neil Bingham authored
        * Improvements to debugging support.
      Detail
        * Changed Builder to use DebugLib.
        * Builder is now capable of using DCotton's new image naming scheme.
          An extra set of Radio buttons for selecting the naming scheme has
          been added to the Options window.  The versioning scheme selected is
          saved in the defaults file.
      Admin
        * Tested on ONC2UK build using both ImageName and NewImName scripts for
          versioning.
        * Assumes that NewImName will be checked into BuildSys/perl/ once
          completed.
      
      Version 0.11. Tagged as 'builder-0_11'
      e059e577
  18. 09 Sep, 1999 1 commit
    • Neil Bingham's avatar
      * Added support for srcbuild 0.15 · eb46862e
      Neil Bingham authored
      Detail
        * Added OptionButton in main window for 'Install RAM' that maps onto
          the install: target.
        * Added ability to open the 'Logs' and 'Images' directory from the View
          menu.
      Admin
        *  Tested install: work using a dummy Baseline 3 build.
        *  Tested MakeExpROM work using RiscOS/BuildSys/EtherI16E as a basis.
           srcbuild produces an indentical ROM to the old-style build system for
           populated roms and roms only containing podule ID information.
      
      Version 0.10. Tagged as 'builder-0_10'
      eb46862e
  19. 08 Oct, 1997 1 commit
  20. 07 Oct, 1997 1 commit
  21. 25 Sep, 1997 13 commits
  22. 22 Sep, 1997 4 commits
  23. 15 Sep, 1997 1 commit