Adjusted tests to recent changes.
The email and ftp programs aren't relevant anymore so support for them was removed from the cc65 builds. The explicit 80 column programs were added. The 80 colum web browser and Telnet server are built for all cc65 platforms as they are the largest and as such show best code increase issues.
This commit is contained in:
parent
5443c740e9
commit
8082ddac41
|
@ -2,19 +2,19 @@ EXAMPLESDIR=../../examples
|
||||||
TOOLSDIR=../../tools
|
TOOLSDIR=../../tools
|
||||||
|
|
||||||
EXAMPLES = \
|
EXAMPLES = \
|
||||||
email/c64 \
|
|
||||||
ftp/c64 \
|
|
||||||
irc/c64 \
|
irc/c64 \
|
||||||
|
irc-80col/c64 \
|
||||||
telnet-server/c64 \
|
telnet-server/c64 \
|
||||||
wget/c64 \
|
|
||||||
webbrowser/c64 \
|
webbrowser/c64 \
|
||||||
webbrowser/c128 \
|
webbrowser-80col/c64 \
|
||||||
webbrowser/atarixl \
|
|
||||||
webbrowser/apple2enh \
|
|
||||||
webserver/c64 \
|
webserver/c64 \
|
||||||
webserver/c128 \
|
wget/c64 \
|
||||||
webserver/atarixl \
|
telnet-server/apple2enh \
|
||||||
webserver/apple2enh \
|
telnet-server/atarixl \
|
||||||
|
telnet-server/c128 \
|
||||||
|
webbrowser-80col/apple2enh \
|
||||||
|
webbrowser-80col/atarixl \
|
||||||
|
webbrowser-80col/c128 \
|
||||||
|
|
||||||
TOOLS=
|
TOOLS=
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ all:
|
||||||
|
|
||||||
compile: 6502 msp430 native avr arm
|
compile: 6502 msp430 native avr arm
|
||||||
|
|
||||||
6502: c64.platform c128.platform apple2enh.platform atari.platform
|
6502: c64.platform c128.platform apple2enh.platform atarixl.platform
|
||||||
msp430: sky.platform esb.platform z1.platform
|
msp430: sky.platform esb.platform z1.platform
|
||||||
native: native.platform minimal-net.platform
|
native: native.platform minimal-net.platform
|
||||||
avr: avr-raven.platform
|
avr: avr-raven.platform
|
||||||
|
|
Loading…
Reference in a new issue