From 49ca10d54029a5b1b443aa3681f9d72fe262478b Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 6 Mar 2013 14:50:51 +0100 Subject: [PATCH] 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. --- examples/wget/Makefile.c128.defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wget/Makefile.c128.defines b/examples/wget/Makefile.c128.defines index 3dbfd3e2f..405794c09 100644 --- a/examples/wget/Makefile.c128.defines +++ b/examples/wget/Makefile.c128.defines @@ -1 +1 @@ -DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS,WITH_PFS +DEFINES = WITH_LOGGING,WITH_CLIENT,WITH_DNS