Moved the segdefs module to ca65, since it was used only there and renamed it
to segdef, since there might be a new segdefs module in common soon. git-svn-id: svn://svn.cc65.org/cc65/trunk@5381 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -55,6 +55,7 @@ OBJS = anonname.o \
|
||||
pseudo.o \
|
||||
repeat.o \
|
||||
scanner.o \
|
||||
segdef.o \
|
||||
segment.o \
|
||||
sizeof.o \
|
||||
span.o \
|
||||
|
||||
@@ -88,6 +88,7 @@ OBJS = anonname.obj \
|
||||
pseudo.obj \
|
||||
repeat.obj \
|
||||
scanner.obj \
|
||||
segdef.obj \
|
||||
segment.obj \
|
||||
sizeof.obj \
|
||||
span.obj \
|
||||
|
||||
Reference in New Issue
Block a user