]> git.sur5r.net Git - cc65/commit
Splitted the filetype module into the actual search function (now in fileid)
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Feb 2012 16:24:35 +0000 (16:24 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Feb 2012 16:24:35 +0000 (16:24 +0000)
commitca624041a9c930ab7c51e9b6b70318de95ab6503
tree209453f74090feffd68668604b65c1e2f2167c18
parent7a3e6abb1392adfe68bd794122878caf1cca9255
Splitted the filetype module into the actual search function (now in fileid)
and the existing file types used by ld65 and cl65.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5558 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/common/fileid.c [new file with mode: 0644]
src/common/fileid.h [new file with mode: 0644]
src/common/filetype.c
src/common/make/gcc.mak
src/common/make/watcom.mak