1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00

all kinds of loadable modules are supported in GEOS

git-svn-id: svn://svn.cc65.org/cc65/trunk@1846 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-12-25 18:44:53 +00:00
parent 62907d1cc6
commit 2cd4c0b2dc

View File

@ -190,7 +190,7 @@ geoslib:
AFLAGS="-t geos -I../../../asminc" \
CFLAGS="-Osir -g -T -t geos -I../../../include" \
$(MAKE) -C geos || exit 1
for i in em common runtime; do \
for i in em joystick tgi common runtime; do \
CC=$(CC) \
AS=$(AS) \
LD=$(LD) \