Commit 401f1bed authored by ROOL's avatar ROOL :robot:
Browse files

Add CompressPNG to ROMs for header exports for Paint

For iMx6, remove DDEUtils to match the other ROMs (it's in the HardDisc4 image).

Version 7.57. Tagged as 'BuildSys-7_57'
parent 4d3a6a33
...@@ -25,6 +25,7 @@ HdrSrc -type EXP ...@@ -25,6 +25,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -24,6 +24,7 @@ HdrSrc -type EXP ...@@ -24,6 +24,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -25,6 +25,7 @@ HdrSrc -type EXP ...@@ -25,6 +25,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -24,6 +24,7 @@ HdrSrc -type EXP ...@@ -24,6 +24,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -27,6 +27,7 @@ HdrSrc -type EXP ...@@ -27,6 +27,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -24,6 +24,7 @@ HdrSrc -type EXP ...@@ -24,6 +24,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -24,6 +24,7 @@ HdrSrc -type EXP ...@@ -24,6 +24,7 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
CompressPNG -type EXP
DDEUtils -type EXP DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
......
...@@ -25,7 +25,8 @@ HdrSrc -type EXP ...@@ -25,7 +25,8 @@ HdrSrc -type EXP
# we need the following exported for swis.h generation # we need the following exported for swis.h generation
# change the type to EXP # change the type to EXP
# #
#DDEUtils -type EXP CompressPNG -type EXP
DDEUtils -type EXP
Econet -type EXP Econet -type EXP
DDT -type EXP DDT -type EXP
HostFS -type EXP HostFS -type EXP
...@@ -196,7 +197,6 @@ InetRes -options TYPE=EmergencyUtils ...@@ -196,7 +197,6 @@ InetRes -options TYPE=EmergencyUtils
EtherTH EtherTH
AHCIDriver AHCIDriver
GPIO -type EXP GPIO -type EXP
DDEUtils
# some libraries and bits # some libraries and bits
# #
......
/* (7.56) /* (7.57)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 7.56 #define Module_MajorVersion_CMHG 7.57
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 24 Feb 2021 #define Module_Date_CMHG 19 Apr 2021
#define Module_MajorVersion "7.56" #define Module_MajorVersion "7.57"
#define Module_Version 756 #define Module_Version 757
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "24 Feb 2021" #define Module_Date "19 Apr 2021"
#define Module_ApplicationDate "24-Feb-21" #define Module_ApplicationDate "19-Apr-21"
#define Module_ComponentName "BuildSys" #define Module_ComponentName "BuildSys"
#define Module_FullVersion "7.56" #define Module_FullVersion "7.57"
#define Module_HelpVersion "7.56 (24 Feb 2021)" #define Module_HelpVersion "7.57 (19 Apr 2021)"
#define Module_LibraryVersionInfo "7:56" #define Module_LibraryVersionInfo "7:57"
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