Commit f1fbbeec authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Build Wimp from source in PlingSystem

Also, don't bother with a duplicate BootCommands post 3.60, the one already in 3.10 (with English messages) will do.

Version 6.14. Tagged as 'BuildSys-6_14'
parent 6de88846
......@@ -68,7 +68,6 @@ SuperSample -type EXP
TaskManager -type EXP
TaskWindow -type EXP
TerritoryManager -type EXP
WindowManager -type EXP
#
# RISC_OSLib, or the Shared C Library...
......@@ -106,8 +105,7 @@ SharedCLibrary -options INSTDIR=<Install$Dir>.System.!System.310.Module
Config2Installer -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
Config2Installer -options INSTDIR=<Install$Dir>.System.!System.360.Modules
BootCommands -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
BootCommands -options INSTDIR=<Install$Dir>.System.!System.360.Modules
TaskWindow -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
TaskWindow -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
TinyStubs -options INSTDIR=<Install$Dir>.System.!System.310.Modules
FilterManager -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
FrontEnd -options INSTDIR=<Install$Dir>.System.!System.310.Modules
......@@ -116,6 +114,11 @@ DrawFile -options INSTDIR=<Install$Dir>.System.!System.310.Module
ITable -options INSTDIR=<Install$Dir>.System.!System.350.Modules
UnSqzAIF -options INSTDIR=<Install$Dir>.System.!System.370.Modules
PatchApp -options INSTDIR=<Install$Dir>.System.!System.370.Modules
WindowManager -options INSTDIR=<Install$Dir>.System.!System.310.Modules OPTIONS=RO310
WindowManager -options INSTDIR=<Install$Dir>.System.!System.350.Modules OPTIONS=RO350
WindowManager -options INSTDIR=<Install$Dir>.System.!System.360.Modules OPTIONS=RO360
WindowManager -options INSTDIR=<Install$Dir>.System.!System.370.Modules OPTIONS=RO370
WindowManager -options INSTDIR=<Install$Dir>.System.!System.400.Modules OPTIONS=RO400 USERIF=Ursula
#
# 26/32 neutral
......
/* (6.13)
/* (6.14)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.13
#define Module_MajorVersion_CMHG 6.14
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Apr 2013
#define Module_Date_CMHG 04 May 2013
#define Module_MajorVersion "6.13"
#define Module_Version 613
#define Module_MajorVersion "6.14"
#define Module_Version 614
#define Module_MinorVersion ""
#define Module_Date "06 Apr 2013"
#define Module_Date "04 May 2013"
#define Module_ApplicationDate "06-Apr-13"
#define Module_ApplicationDate "04-May-13"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.13"
#define Module_HelpVersion "6.13 (06 Apr 2013)"
#define Module_LibraryVersionInfo "6:13"
#define Module_FullVersion "6.14"
#define Module_HelpVersion "6.14 (04 May 2013)"
#define Module_LibraryVersionInfo "6:14"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment