Remove the check for the target system. It is checked by grc65.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5521 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -594,10 +594,9 @@ static void CompileRes (const char* File)
|
|||||||
/* Remember the current assembler argument count */
|
/* Remember the current assembler argument count */
|
||||||
unsigned ArgCount = GRC.ArgCount;
|
unsigned ArgCount = GRC.ArgCount;
|
||||||
|
|
||||||
/* Resource files need an geos-apple or geos-cbm target */
|
/* Resource files need an geos-apple or geos-cbm target but this
|
||||||
if (Target != TGT_GEOS_APPLE && Target != TGT_GEOS_CBM) {
|
* is checked within grc65.
|
||||||
Error ("Resource files need a geos-apple or geos-cbm, target");
|
*/
|
||||||
}
|
|
||||||
CmdSetTarget (&GRC, Target);
|
CmdSetTarget (&GRC, Target);
|
||||||
|
|
||||||
/* Add the file as argument for the resource compiler */
|
/* Add the file as argument for the resource compiler */
|
||||||
|
|||||||
Reference in New Issue
Block a user