From 9040f83fd42d45c7a591bdc45a17676ff2deb888 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 14 Feb 2013 15:51:09 +0100 Subject: [PATCH] Reduced program size. 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 POSIX directory access code in the C library relies on the POSIX file i/o code anyway so there no point in additionally adding the PFS code to the FTP program. --- examples/ftp/Makefile.c128.defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ftp/Makefile.c128.defines b/examples/ftp/Makefile.c128.defines index 688d85113..7f438d1d1 100644 --- a/examples/ftp/Makefile.c128.defines +++ b/examples/ftp/Makefile.c128.defines @@ -1 +1 @@ -DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_PFS +DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI