1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

Renamed the mouse sample program because it also tests the mouse library.

This commit is contained in:
Greg King 2013-06-23 11:47:45 -04:00
parent e63bf1cde1
commit 88c102b993
3 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ EXELIST = ascii \
gunzip65 \
hello \
mandelbrot \
mousedemo \
mousetest \
multdemo \
nachtm \
ovrldemo \
@ -115,12 +115,12 @@ mandelbrot: mandelbrot.o
endif
endif
# The Apple ][ needs the start address adjusted for the mousedemo
# The Apple ][ needs the start address adjusted for the mousetest
ifeq "$(SYS)" "apple2"
mousedemo: mousedemo.o
mousetest: mousetest.o
@$(LD) -t $(SYS) -m $(basename $@).map --start-addr 0x4000 -o $@ $^ $(CLIB)
else
mousedemo: mousedemo.o
mousetest: mousetest.o
endif
multdemo: multidemo.o

View File

@ -69,8 +69,8 @@ Platforms: Runs on all platforms that have TGI support:
Apple ][, C64, C128, Oric Atmos, Geos and Lynx.
-----------------------------------------------------------------------------
Name: mousedemo
Description: Shows how to use the mouse.
Name: mousetest
Description: Tests and shows how to use the mouse.
Platforms: All systems with mouse and conio support:
C64, C128, CBM510, Atari, Apple ][