mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Add the replacement startup file wildargv.obj to the library
git-svn-id: svn://svn.cc65.org/cc65/trunk@3415 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8a6fdb8562
commit
6b03c250c2
@ -84,6 +84,7 @@ OBJS = abend.obj \
|
||||
strutil.obj \
|
||||
target.obj \
|
||||
tgttrans.obj \
|
||||
wildargv.obj \
|
||||
xmalloc.obj \
|
||||
xsprintf.obj
|
||||
|
||||
@ -100,6 +101,9 @@ $(LIB): $(OBJS)
|
||||
$(AR) -q -b -P=32 $(LIB) $(foreach OBJ, $(OBJS), +-$(OBJ))
|
||||
@echo Done!
|
||||
|
||||
wildargv.obj:
|
||||
$(CC) $(CFLAGS) $(WATCOM)\\src\\startup\\wildargv.c
|
||||
|
||||
clean:
|
||||
@rm -f *~ core
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user