mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
Renamed the mouse sample program because it also tests the mouse library.
This commit is contained in:
parent
e63bf1cde1
commit
88c102b993
@ -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
|
||||
|
@ -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 ][
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user