mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 06:27:36 +00:00
Moved the 'common' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5449 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -44,8 +44,7 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
|||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Directories
|
# Directories
|
||||||
|
|
||||||
DIRS = common \
|
DIRS = conio \
|
||||||
conio \
|
|
||||||
devel \
|
devel \
|
||||||
disk \
|
disk \
|
||||||
file \
|
file \
|
||||||
|
@@ -29,7 +29,8 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
|||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Directories
|
# Directories
|
||||||
|
|
||||||
DIRS = dlgbox \
|
DIRS = common \
|
||||||
|
dlgbox \
|
||||||
disk \
|
disk \
|
||||||
file \
|
file \
|
||||||
graph \
|
graph \
|
||||||
|
Reference in New Issue
Block a user