1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00

The geos resource compiler was still called by its old name (Greg King).

git-svn-id: svn://svn.cc65.org/cc65/trunk@5284 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-08-30 09:38:53 +00:00
parent 060cfe66e0
commit 2f82cb4fb8

View File

@ -1279,7 +1279,7 @@ int main (int argc, char* argv [])
CmdInit (&CA65, "ca65");
CmdInit (&CO65, "co65");
CmdInit (&LD65, "ld65");
CmdInit (&GRC, "grc");
CmdInit (&GRC, "grc65");
/* Our default target is the C64 instead of "none" */
Target = TGT_C64;