This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-23 20:30:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
examples
/
telnet-server
History
fros4943
9fb4c73d8d
WITH_UIP in Makefile
2010-03-10 12:21:12 +00:00
..
Makefile
…
Makefile.apple2enh.defines
…
Makefile.c64.defines
…
Makefile.c128.defines
The Contiki 2.x build system allows to define arbitrary macros for the C compiler preprocessor (in other word add -d<macro[=value]>'s to the C compiler command line) directly from the gnumake command line by setting the gnumake variable DEFINES to a comma-seperated list of macros (and optionally values) like this:
2008-05-26 09:28:28 +00:00
Makefile.target
…
telnet-server.c
…