Commit b1137911 authored by Stewart Brodie's avatar Stewart Brodie
Browse files

BBE export requires the Palettes directory too.

Tested in BBE - exported BBE can now rebuild ColourTrans resources.

Version 1.74. Tagged as 'Colours-1_74'
parent 6d83a05f
No related merge requests found
......@@ -58,6 +58,7 @@ BBETYPE = local
bbe-local: bbe-generic
BBE_Export_Dir Tables
BBE_Export_Dir MkTables
BBE_Export_Dir Palettes
#
# Generic rules:
......
......@@ -11,14 +11,14 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.73"
Module_Version SETA 173
Module_MajorVersion SETS "1.74"
Module_Version SETA 174
Module_MinorVersion SETS ""
Module_Date SETS "07 Dec 2000"
Module_ApplicationDate2 SETS "07-Dec-00"
Module_ApplicationDate4 SETS "07-Dec-2000"
Module_ComponentName SETS "Colours"
Module_ComponentPath SETS "RiscOS/Sources/Video/Render/Colours"
Module_FullVersion SETS "1.73"
Module_HelpVersion SETS "1.73 (07 Dec 2000)"
Module_FullVersion SETS "1.74"
Module_HelpVersion SETS "1.74 (07 Dec 2000)"
END
/* (1.73)
/* (1.74)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.73
#define Module_MajorVersion_CMHG 1.74
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Dec 2000
#define Module_MajorVersion "1.73"
#define Module_Version 173
#define Module_MajorVersion "1.74"
#define Module_Version 174
#define Module_MinorVersion ""
#define Module_Date "07 Dec 2000"
......@@ -18,5 +18,5 @@
#define Module_ComponentName "Colours"
#define Module_ComponentPath "RiscOS/Sources/Video/Render/Colours"
#define Module_FullVersion "1.73"
#define Module_HelpVersion "1.73 (07 Dec 2000)"
#define Module_FullVersion "1.74"
#define Module_HelpVersion "1.74 (07 Dec 2000)"
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