- 18 Aug, 2015 1 commit
-
-
Robert Sprowson authored
Use module header constants generated from CMHG rather than hand made one. Version 0.37. Tagged as 'ToolAction-0_37'
-
- 19 Jul, 2014 1 commit
-
-
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'
-
- 05 Jul, 1999 1 commit
-
-
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'
-
- 21 Nov, 1996 1 commit
-
-
Neil Turton authored
-