Added what I call virtual io to tinycc this way we can make a monolitic executable...
commit59e18aee0e509a3ca75dbe6f909e18c1d17893d1
authormingodad <mingodad@gmail.com>
Fri, 11 Jan 2013 00:04:38 +0000 (11 00:04 +0000)
committermingodad <mingodad@gmail.com>
Fri, 11 Jan 2013 00:04:38 +0000 (11 00:04 +0000)
tree1ee20b231505273a1b1ba678b67c6c9e5812a414
parent0a8c7d143eb0dcae15db9b61feb7b93228645d5f
Added what I call virtual io to tinycc this way we can make a monolitic executable or library that contains all needed to compile programs, truly tinycc portable.
Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.
12 files changed:
Makefile
bin2c.c [new file with mode: 0644]
libtcc.c
libtcc.h
mk-attachments.sh [new file with mode: 0755]
mk-it [new file with mode: 0755]
tcc.c
tcc.h
tcccoff.c
tccelf.c
tccpe.c
tccpp.c