mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 02:30:17 +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:
parent
62907d1cc6
commit
2cd4c0b2dc
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user