Skip to content

Commit

Permalink
Activated Platform-specific File System (PFS) for the C128 by default…
Browse files Browse the repository at this point in the history
… for all programs with R/O CFS access.
  • Loading branch information
oliverschmidt committed Apr 6, 2010
1 parent 6c4c986 commit 4e30e73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/email/Makefile.c128.defines
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_PFS
2 changes: 1 addition & 1 deletion examples/irc/Makefile.c128.defines
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_PFS
2 changes: 1 addition & 1 deletion examples/webbrowser/Makefile.c128.defines
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_PFS
2 changes: 1 addition & 1 deletion examples/webserver/Makefile.c128.defines
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFINES = WITH_LOGGING,WITH_BOOST
DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS

0 comments on commit 4e30e73

Please sign in to comment.