- 27 Feb, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: Components/ROOL/BuildHost - Uncommented out FPEmulator line so builds will work again. Added rompress and zlib (required by rompress). Components/ROOL/Tungsten - Enable the VFP/NEON BASIC assembler, now that we've got enough ROM space for it. Admin: Tested with BuildHost & TungstenDev builds Version 5.47. Tagged as 'BuildSys-5_47'
-
- 10 Mar, 2011 1 commit
-
-
Steve Revill authored
Required for building various transient utilities that are found in the Library directory from source rather than them being binary imports. Version 5.09. Tagged as 'BuildSys-5_09'
-
- 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 neither an o. prefix nor a .o suffix. * Added TBOXINTLIB to ModuleLibs makefile fragment. * AsmUtils, HdrSrc, TCPIPheaders, ToolboxLib and UnicodeLib all upgraded in ModuleDB from EXP to ASM or C components, to permit them to be built in the install phase. As a result, those other Components files that didn't already do so now need to override this back to -type EXP. * BuildHost Components file edited to reflect the fact that binaof, binasm, modgen and ResGen now have separate install phases for executables and Docs files. Admin: The new Components file uses various components that are not publicly released, so it can only sensibly be used internally by ROOL. However, it's more convenient for us to keep it alongside the other Components files - and it also serves as an illustration of how to do a disc build. Version 4.77. Tagged as 'BuildSys-4_77'
-
- 09 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: Reinstated CLX (actually the cut-down version, CLXLite) and 9 tools that depend upon it: chmod, diff, find, modsqz, srcbuild, squeeze, romlinker, unmodsqz and xpand Admin: Tested - verified these 9 tools can be used to rebuild themselves Version 4.74. Tagged as 'BuildSys-4_74'
-
- 03 Dec, 2008 1 commit
-
-
Ben Avison authored
Detail: * New component file ROOL/BuildHost * Reinstated tools section of ModuleDB Admin: Tested in a build. Version 4.65. Tagged as 'BuildSys-4_65'
-