mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Added lynxlib target
git-svn-id: svn://svn.cc65.org/cc65/trunk@3221 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4d884ec479
commit
fed048bf8a
@ -23,6 +23,7 @@ ALLTARGETS = apple2 \
|
|||||||
cbm510 \
|
cbm510 \
|
||||||
cbm610 \
|
cbm610 \
|
||||||
geos \
|
geos \
|
||||||
|
lynx \
|
||||||
nes \
|
nes \
|
||||||
pet \
|
pet \
|
||||||
plus4 \
|
plus4 \
|
||||||
@ -249,6 +250,21 @@ geoslib:
|
|||||||
cp geos/devel/*.joy .
|
cp geos/devel/*.joy .
|
||||||
cp geos/devel/geos-tgi.tgi geos-tgi.tgi
|
cp geos/devel/geos-tgi.tgi geos-tgi.tgi
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
# Lynx
|
||||||
|
|
||||||
|
lynxlib:
|
||||||
|
for i in lynx common conio runtime em joystick tgi zlib; do \
|
||||||
|
AS=$(AS) \
|
||||||
|
CC=$(CC) \
|
||||||
|
LD=$(LD) \
|
||||||
|
AFLAGS="-t lynx -I../../asminc" \
|
||||||
|
CFLAGS="-Osir -g -T -t lynx --forget-inc-paths -I. -I../../include" \
|
||||||
|
$(MAKE) -C $$i || exit 1; \
|
||||||
|
$(AR) a lynx.lib $$i/*.o;\
|
||||||
|
done
|
||||||
|
mv lynx/crt0.o lynx.o
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# NES
|
# NES
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user