New module to handle initializers

git-svn-id: svn://svn.cc65.org/cc65/trunk@432 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-03 09:31:18 +00:00
parent 0dce6a79b6
commit 12996ee12b
4 changed files with 155 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ OBJS = bin.o \
fileio.o \
fragment.o \
global.o \
initfunc.o \
library.o \
main.o \
mapfile.o \