FreeCalypso > hg > freecalypso-reveng
diff leo-obj/tool/Makefile @ 143:fbdb7686a9e9
tiobjd: raw dump of line number records implemented
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 28 Apr 2014 05:55:40 +0000 | 
| parents | 87b82398a08b | 
| children | fd772de226cb | 
line wrap: on
 line diff
--- a/leo-obj/tool/Makefile Mon Apr 28 04:51:35 2014 +0000 +++ b/leo-obj/tool/Makefile Mon Apr 28 05:55:40 2014 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= tiobjd -OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o lowlevel.o \ +OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o ln.o lowlevel.o\ main.o profile.o reloc.o symtab.o tables.o thumbdis.o HDRS= coffconst.h filestruct.h globals.h intstruct.h
