]> git.sur5r.net Git - cc65/commitdiff
Remove the check for the target system. It is checked by grc65.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 9 Feb 2012 22:01:03 +0000 (22:01 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 9 Feb 2012 22:01:03 +0000 (22:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5521 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cl65/main.c

index f3e7136dc6ca8eb535caff78add8901fa91a351d..d10e03a307f7230fc32a22a0534089d38ac6d967 100644 (file)
@@ -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 */