- 12 Jan, 2012 1 commit
-
-
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'
-
- 19 Mar, 2011 1 commit
-
-
Steve Revill authored
Version 5.11. Tagged as 'BuildSys-5_11'
-
- 16 Feb, 2011 1 commit
-
-
Steve Revill authored
Also pruned a lot of dead components from the ModuleDB file. I have been unable to locate sources for any of them in either the closed source or published source repositories. Version 5.08. Tagged as 'BuildSys-5_08'
-
- 20 Oct, 2010 1 commit
-
-
Ben Avison authored
Detail: * Fixed dependencies for debug builds in GNUmakefiles/CApp * Added -f switch to rm in GNUmakefiles/StdTools to make it fail silently if the file doesn't exist, like the RISC OS version * Fix for amu complaining if INSTTYPE is undefined in Makefiles/CApp * Reflected makefile changes in resgen, squeeze and xpand in CTools component file * Added a8time to ModuleDB and CTools component file Admin: Tested in a C Tools build Version 5.03. Tagged as 'BuildSys-5_03'
-
- 19 Jul, 2009 1 commit
-
-
ROOL authored
Version 4.82. Tagged as 'BuildSys-4_82'
-
- 12 Jul, 2009 1 commit
-
-
ROOL authored
Admin: Tested in a TungstenDev build on an Iyonix Author: srevill Version 4.79. Tagged as 'BuildSys-4_79'
-
- 26 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: * Updates to CModule makefile fragment to reduce the number of OS-specific rules in main Makefiles: + Added (RAM|ROM)(C|ASM)DEFINES variables. These allow the calling makefile to specify additional defines for RAM or ROM builds of C or assembler source files respectively. Traditionally this was done by having separate object files for RAM and ROM corresponding at least to whichever source file was responsible for interfacing with ResourceFS, but this requires messy additional rules. With this new approach, it is necessary to clean the component when switching between RAM and ROM builds, but I don't think this will affect many people's workflows. + Added CMHGDEPENDS. This should be used to specify which object files need a static dependency upon the h file autogenerated from the cmhg file. It should be specified in the usual form for object files passed to CModule - with...
-