mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 04:37:23 +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 \
|
gunzip65 \
|
||||||
hello \
|
hello \
|
||||||
mandelbrot \
|
mandelbrot \
|
||||||
mousedemo \
|
mousetest \
|
||||||
multdemo \
|
multdemo \
|
||||||
nachtm \
|
nachtm \
|
||||||
ovrldemo \
|
ovrldemo \
|
||||||
@ -115,12 +115,12 @@ mandelbrot: mandelbrot.o
|
|||||||
endif
|
endif
|
||||||
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"
|
ifeq "$(SYS)" "apple2"
|
||||||
mousedemo: mousedemo.o
|
mousetest: mousetest.o
|
||||||
@$(LD) -t $(SYS) -m $(basename $@).map --start-addr 0x4000 -o $@ $^ $(CLIB)
|
@$(LD) -t $(SYS) -m $(basename $@).map --start-addr 0x4000 -o $@ $^ $(CLIB)
|
||||||
else
|
else
|
||||||
mousedemo: mousedemo.o
|
mousetest: mousetest.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
multdemo: multidemo.o
|
multdemo: multidemo.o
|
||||||
|
@ -69,8 +69,8 @@ Platforms: Runs on all platforms that have TGI support:
|
|||||||
Apple ][, C64, C128, Oric Atmos, Geos and Lynx.
|
Apple ][, C64, C128, Oric Atmos, Geos and Lynx.
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Name: mousedemo
|
Name: mousetest
|
||||||
Description: Shows how to use the mouse.
|
Description: Tests and shows how to use the mouse.
|
||||||
Platforms: All systems with mouse and conio support:
|
Platforms: All systems with mouse and conio support:
|
||||||
C64, C128, CBM510, Atari, Apple ][
|
C64, C128, CBM510, Atari, Apple ][
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user