From 8c56b0cf900cf244029df148f18fda5c11e27344 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 14 Jan 2013 17:34:07 +0100 Subject: Revert "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." This reverts commit 59e18aee0e509a3ca75dbe6f909e18c1d17893d1. tcc is being stabilized now in order to do a new release soon. Therefore, such a change is not appropriate now. --- mk-attachments.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 mk-attachments.sh (limited to 'mk-attachments.sh') diff --git a/mk-attachments.sh b/mk-attachments.sh deleted file mode 100755 index 18cc0b0..0000000 --- a/mk-attachments.sh +++ /dev/null @@ -1,4 +0,0 @@ -FNAME=tcc_attachments -gcc -o bin2c bin2c.c -./bin2c -m -d ${FNAME}.h -o ${FNAME}.c include/* libtcc.a libtcc1.a -gcc -c ${FNAME}.c -- cgit v1.3.1