mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
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:
parent
6e04b7dd71
commit
1d8e059eb2
@ -594,10 +594,9 @@ static void CompileRes (const char* File)
|
||||
/* Remember the current assembler argument count */
|
||||
unsigned ArgCount = GRC.ArgCount;
|
||||
|
||||
/* Resource files need an geos-apple or geos-cbm target */
|
||||
if (Target != TGT_GEOS_APPLE && Target != TGT_GEOS_CBM) {
|
||||
Error ("Resource files need a geos-apple or geos-cbm, target");
|
||||
}
|
||||
/* Resource files need an geos-apple or geos-cbm target but this
|
||||
* is checked within grc65.
|
||||
*/
|
||||
CmdSetTarget (&GRC, Target);
|
||||
|
||||
/* Add the file as argument for the resource compiler */
|
||||
|
Loading…
Reference in New Issue
Block a user