Source
...
Target
Commits (2)
  • Steve Revill's avatar
    Makefile fixes. · 0de5b775
    Steve Revill authored
    Version 1.81. Tagged as 'Colours-1_81'
    0de5b775
  • Jeffrey Lee's avatar
    Disable squashing of 8desktop file · b2b704b9
    Jeffrey Lee authored
    Detail:
      Makefile - Don't squash the 8desktop file, because the InverseTable module references it directly and doesn't expect it to be squashed.
    Admin:
      Tested with Iyonix ROM softload
      Fixes corrupt blended fonts in 8bpp modes
    
    
    Version 1.82. Tagged as 'Colours-1_82'
    b2b704b9
...@@ -87,7 +87,6 @@ Palettes.8desktop: MkTables.maketables MkTables.module ...@@ -87,7 +87,6 @@ Palettes.8desktop: MkTables.maketables MkTables.module
${SQUASH} Tables.4greys ${SQUASH} Tables.4greys
${SQUASH} Tables.8greys ${SQUASH} Tables.8greys
${SQUASH} Tables.4desktop ${SQUASH} Tables.4desktop
${SQUASH} Tables.8desktop
MkTables.o._dirs: MkTables.o._dirs:
${MKDIR} MkTables.o ${MKDIR} MkTables.o
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# Makefile for maketables # Makefile for maketables
include HostTools include HostTools
include StdRules #include StdRules
include AppLibs include AppLibs
include CApp include CApp
......
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
GBLS Module_HelpVersion GBLS Module_HelpVersion
GBLS Module_ComponentName GBLS Module_ComponentName
GBLS Module_ComponentPath GBLS Module_ComponentPath
Module_MajorVersion SETS "1.80" Module_MajorVersion SETS "1.82"
Module_Version SETA 180 Module_Version SETA 182
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "06 Dec 2011" Module_Date SETS "19 Feb 2012"
Module_ApplicationDate SETS "06-Dec-11" Module_ApplicationDate SETS "19-Feb-12"
Module_ComponentName SETS "Colours" Module_ComponentName SETS "Colours"
Module_ComponentPath SETS "castle/RiscOS/Sources/Video/Render/Colours" Module_ComponentPath SETS "castle/RiscOS/Sources/Video/Render/Colours"
Module_FullVersion SETS "1.80" Module_FullVersion SETS "1.82"
Module_HelpVersion SETS "1.80 (06 Dec 2011)" Module_HelpVersion SETS "1.82 (19 Feb 2012)"
END END
/* (1.80) /* (1.82)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 1.80 #define Module_MajorVersion_CMHG 1.82
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Dec 2011 #define Module_Date_CMHG 19 Feb 2012
#define Module_MajorVersion "1.80" #define Module_MajorVersion "1.82"
#define Module_Version 180 #define Module_Version 182
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "06 Dec 2011" #define Module_Date "19 Feb 2012"
#define Module_ApplicationDate "06-Dec-11" #define Module_ApplicationDate "19-Feb-12"
#define Module_ComponentName "Colours" #define Module_ComponentName "Colours"
#define Module_ComponentPath "castle/RiscOS/Sources/Video/Render/Colours" #define Module_ComponentPath "castle/RiscOS/Sources/Video/Render/Colours"
#define Module_FullVersion "1.80" #define Module_FullVersion "1.82"
#define Module_HelpVersion "1.80 (06 Dec 2011)" #define Module_HelpVersion "1.82 (19 Feb 2012)"
#define Module_LibraryVersionInfo "1:80" #define Module_LibraryVersionInfo "1:82"