--- Frodo4/Src/C64_SC.cpp 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/C64_SC.cpp 2005/06/27 19:55:48 1.5 @@ -1,7 +1,7 @@ /* * C64_SC.cpp - Put the pieces together (Frodo SC) * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +18,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// Same as C64.cpp (mainly to keep the BeIDE happy) +// Same as C64.cpp (but object files are different, and this gives it the +// name "C64_SC.o" instead of "C64.o" which is needed under some build +// environments) #ifdef __riscos__ #include "C64.cc" #else