1. 18 Aug, 2015 1 commit
  2. 19 Jul, 2014 1 commit
    • Robert Sprowson's avatar
      Makefile recreated to use TboxMake · 529c754a
      Robert Sprowson authored
      Some component reorganisation to make it fit the pattern of the other Toolbox modules.
      string32.c - use the (identical) copy in Toolbox/Common/string32.
      resource.c - swap to corresponding functions in Toolbox/Common/objmodule.
      msgs.c - swap to corresponding functions in Toolbox/Common/messages.
      
      Additional changes
      main.c:
       Always assume CMHG 5.16 or later is in use.
       Don't bother calling TinySupport_Share and TinySupport_Die, they just inc/decrement a counter.
      toolaction.c:
       Use common debug functionality, refactor single (not very exciting) debug call.
      utils.c:
       Excess header includes removed.
      
      In fact, this module only uses header from OSLib, it doesn't link with it (instead using a handful of _swix macros in "tbem.h"). These could in future be changed to just use the tboxlibint functions with a (lot of) careful checking.
      
      Version 0.35. Tagged as 'ToolAction-0_35'
      529c754a
  3. 05 Jul, 1999 1 commit
    • Stewart Brodie's avatar
      Reversed earlier hidey fix. · a0aaf539
      Stewart Brodie authored
      Detail:
        Makefile rules were wrong for a without-dependencies ROM build
          where the export phase has not been run.  The Makefile now has
          the dependency to ensure that the local ToolAction.h is included
          and not the one found down C: (which causes the wrong os.h to
          be included, which was the original fault in 0.18)
      Admin:
        Built for ROM, RAM, from clean, from not clean, with and without exports.
      
      Version 0.20. Tagged as 'ToolAction-0_20'
      a0aaf539
  4. 21 Nov, 1996 1 commit