mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +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:
parent
060cfe66e0
commit
2f82cb4fb8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user