From b1220ed07d69b1cfbe73f05e252a505cd71d5724 Mon Sep 17 00:00:00 2001 From: Ben Avison <bavison@gitlab.riscosopen.org> Date: Thu, 11 Jun 2009 22:12:54 +0000 Subject: [PATCH] GET file pathnames changed Detail: Uses suffixed file extensions for compatiblity with both objasm and asasm. Admin: Supplied by Peter Naulls, tested at ROOL Version 1.20. Not tagged --- Sources/CFSI-JPEG | 2 +- Sources/PutScaled | 2 +- Sources/jcconvo | 2 +- VersionASM | 6 +++--- VersionNum | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Sources/CFSI-JPEG b/Sources/CFSI-JPEG index 8309fb8..25dafc9 100644 --- a/Sources/CFSI-JPEG +++ b/Sources/CFSI-JPEG @@ -152,6 +152,6 @@ cfsi_jpeg SETL {TRUE} GET sources.jrevdct GET sources.jcconv GET sources.diffuse - GET s.rojpeg + GET rojpeg.s END diff --git a/Sources/PutScaled b/Sources/PutScaled index 963b211..bc2702f 100644 --- a/Sources/PutScaled +++ b/Sources/PutScaled @@ -499,7 +499,7 @@ cfsi_jpeg SETL {FALSE} GET sources.jdhuff GET sources.jrevdct - GET s.yuvtabs + GET yuvtabs.s GET sources.jcconv GET sources.diffuse GET sources.swiv2 diff --git a/Sources/jcconvo b/Sources/jcconvo index 9daf358..d3c0aef 100644 --- a/Sources/jcconvo +++ b/Sources/jcconvo @@ -21,6 +21,6 @@ cfsi_jpeg SETL {FALSE} EXPORT asm_colour_convert_block EXPORT asm_colour_convert_block_16 EXPORT asm_colour_convert_block_8 - GET s.yuvtabs + GET yuvtabs.s GET sources.jcconv END diff --git a/VersionASM b/VersionASM index b16f645..633d939 100644 --- a/VersionASM +++ b/VersionASM @@ -14,10 +14,10 @@ Module_MajorVersion SETS "1.20" Module_Version SETA 120 Module_MinorVersion SETS "" -Module_Date SETS "10 May 2009" -Module_ApplicationDate SETS "10-May-09" +Module_Date SETS "11 Jun 2009" +Module_ApplicationDate SETS "11-Jun-09" Module_ComponentName SETS "SprExtend" Module_ComponentPath SETS "mixed/RiscOS/Sources/Video/Render/SprExtend" Module_FullVersion SETS "1.20" -Module_HelpVersion SETS "1.20 (10 May 2009)" +Module_HelpVersion SETS "1.20 (11 Jun 2009)" END diff --git a/VersionNum b/VersionNum index f4176b3..5e50593 100644 --- a/VersionNum +++ b/VersionNum @@ -6,18 +6,18 @@ */ #define Module_MajorVersion_CMHG 1.20 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 10 May 2009 +#define Module_Date_CMHG 11 Jun 2009 #define Module_MajorVersion "1.20" #define Module_Version 120 #define Module_MinorVersion "" -#define Module_Date "10 May 2009" +#define Module_Date "11 Jun 2009" -#define Module_ApplicationDate "10-May-09" +#define Module_ApplicationDate "11-Jun-09" #define Module_ComponentName "SprExtend" #define Module_ComponentPath "mixed/RiscOS/Sources/Video/Render/SprExtend" #define Module_FullVersion "1.20" -#define Module_HelpVersion "1.20 (10 May 2009)" +#define Module_HelpVersion "1.20 (11 Jun 2009)" #define Module_LibraryVersionInfo "1:20" -- GitLab