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.
This commit is contained in:
Oliver Schmidt 2013-03-06 14:50:51 +01:00
parent 4d4b796abb
commit 49ca10d540
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS,WITH_PFS
DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS