Added high-level config macros for the C128 (due to lack of memory no DNS support for the webbrowser).
This commit is contained in:
parent
dbfa1efdcf
commit
ce48ac2d94
1
examples/email/Makefile.c128.defines
Normal file
1
examples/email/Makefile.c128.defines
Normal file
|
@ -0,0 +1 @@
|
|||
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
|
1
examples/irc/Makefile.c128.defines
Normal file
1
examples/irc/Makefile.c128.defines
Normal file
|
@ -0,0 +1 @@
|
|||
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
|
1
examples/webbrowser/Makefile.c128.defines
Normal file
1
examples/webbrowser/Makefile.c128.defines
Normal file
|
@ -0,0 +1 @@
|
|||
DEFINES = WITH_CLIENT,WITH_GUI
|
Loading…
Reference in a new issue