Commit b1220ed0 authored by Ben Avison's avatar Ben Avison
Browse files

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
parent 383c0f8d
...@@ -152,6 +152,6 @@ cfsi_jpeg SETL {TRUE} ...@@ -152,6 +152,6 @@ cfsi_jpeg SETL {TRUE}
GET sources.jrevdct GET sources.jrevdct
GET sources.jcconv GET sources.jcconv
GET sources.diffuse GET sources.diffuse
GET s.rojpeg GET rojpeg.s
END END
...@@ -499,7 +499,7 @@ cfsi_jpeg SETL {FALSE} ...@@ -499,7 +499,7 @@ cfsi_jpeg SETL {FALSE}
GET sources.jdhuff GET sources.jdhuff
GET sources.jrevdct GET sources.jrevdct
GET s.yuvtabs GET yuvtabs.s
GET sources.jcconv GET sources.jcconv
GET sources.diffuse GET sources.diffuse
GET sources.swiv2 GET sources.swiv2
......
...@@ -21,6 +21,6 @@ cfsi_jpeg SETL {FALSE} ...@@ -21,6 +21,6 @@ cfsi_jpeg SETL {FALSE}
EXPORT asm_colour_convert_block EXPORT asm_colour_convert_block
EXPORT asm_colour_convert_block_16 EXPORT asm_colour_convert_block_16
EXPORT asm_colour_convert_block_8 EXPORT asm_colour_convert_block_8
GET s.yuvtabs GET yuvtabs.s
GET sources.jcconv GET sources.jcconv
END END
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
Module_MajorVersion SETS "1.20" Module_MajorVersion SETS "1.20"
Module_Version SETA 120 Module_Version SETA 120
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "10 May 2009" Module_Date SETS "11 Jun 2009"
Module_ApplicationDate SETS "10-May-09" Module_ApplicationDate SETS "11-Jun-09"
Module_ComponentName SETS "SprExtend" Module_ComponentName SETS "SprExtend"
Module_ComponentPath SETS "mixed/RiscOS/Sources/Video/Render/SprExtend" Module_ComponentPath SETS "mixed/RiscOS/Sources/Video/Render/SprExtend"
Module_FullVersion SETS "1.20" Module_FullVersion SETS "1.20"
Module_HelpVersion SETS "1.20 (10 May 2009)" Module_HelpVersion SETS "1.20 (11 Jun 2009)"
END END
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
*/ */
#define Module_MajorVersion_CMHG 1.20 #define Module_MajorVersion_CMHG 1.20
#define Module_MinorVersion_CMHG #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_MajorVersion "1.20"
#define Module_Version 120 #define Module_Version 120
#define Module_MinorVersion "" #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_ComponentName "SprExtend"
#define Module_ComponentPath "mixed/RiscOS/Sources/Video/Render/SprExtend" #define Module_ComponentPath "mixed/RiscOS/Sources/Video/Render/SprExtend"
#define Module_FullVersion "1.20" #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" #define Module_LibraryVersionInfo "1:20"
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