osd-contiki/examples/wget
Oliver Schmidt 49ca10d540 Removed PFS code from C128 WGET.
On the C128 the custom PFS code doesn't add functionality (as it does with IDE64 support on the C64) but is "only" smaller than the POSIX file i/o code in the C library. But the stdio code in the C library (used in WGET for screen i/o) relies on the POSIX file i/o code anyway so there no point in additionally adding the PFS code to the WGET program.
2013-03-06 14:50:51 +01:00
..
Makefile After a CTK wget and a shell wget finally a plain vanilla CLI wget. 2010-02-10 23:51:38 +00:00
Makefile.apple2enh.defines After a CTK wget and a shell wget finally a plain vanilla CLI wget. 2010-02-10 23:51:38 +00:00
Makefile.atari.defines Added cc65 target 'atari' for Atari 8-bit machines. This addition was triggered by exsistence of http://www.atari8ethernet.com/. 2010-09-29 19:44:01 +00:00
Makefile.c64.defines Activated Platform-specific File System (PFS) for the C64/C128 by default for all programs with R/W CFS access. 2010-07-22 10:30:12 +00:00
Makefile.c128.defines Removed PFS code from C128 WGET. 2013-03-06 14:50:51 +01:00
Makefile.target After a CTK wget and a shell wget finally a plain vanilla CLI wget. 2010-02-10 23:51:38 +00:00
wget.c Allow user to read the result of wget. 2013-02-11 00:24:51 +01:00