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:
parent
060cfe66e0
commit
2f82cb4fb8
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ int main (int argc, char* argv [])
|
||||||
CmdInit (&CA65, "ca65");
|
CmdInit (&CA65, "ca65");
|
||||||
CmdInit (&CO65, "co65");
|
CmdInit (&CO65, "co65");
|
||||||
CmdInit (&LD65, "ld65");
|
CmdInit (&LD65, "ld65");
|
||||||
CmdInit (&GRC, "grc");
|
CmdInit (&GRC, "grc65");
|
||||||
|
|
||||||
/* Our default target is the C64 instead of "none" */
|
/* Our default target is the C64 instead of "none" */
|
||||||
Target = TGT_C64;
|
Target = TGT_C64;
|
||||||
|
|
Loading…
Add table
Reference in a new issue