j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: 2006-08-18 11:07:34 +0200 (Fri, 18 Aug 2006) New Revision: 74
Added: fcode-utils/ fcode-utils/detok/ fcode-utils/romheaders/ fcode-utils/toke/ Removed: fcode-utils/toke/build.xml Log: moving fcode suite to an extra directory
Copied: fcode-utils/detok (from rev 71, openbios-devel/utils/detok)
Copied: fcode-utils/romheaders (from rev 71, openbios-devel/utils/romheaders)
Copied: fcode-utils/toke (from rev 71, openbios-devel/toke)
Deleted: fcode-utils/toke/build.xml =================================================================== --- openbios-devel/toke/build.xml 2006-07-23 14:29:29 UTC (rev 71) +++ fcode-utils/toke/build.xml 2006-08-18 09:07:34 UTC (rev 74) @@ -1,13 +0,0 @@ -<build> - - <executable name="toke" target="host"> - <object source="toke.c"/> - <object source="emit.c"/> - <object source="dictionary.c"/> - <object source="stack.c"/> - <object source="stream.c"/> - <object source="macros.c"/> - <object source="scanner.c"/> - </executable> - -</build>