make tcc from tcc.c and libtcc from libtcc.c

This commit is contained in:
grischka
2009-05-05 20:41:17 +02:00
parent b8f6e1ae30
commit 5c6509578e
4 changed files with 2 additions and 10 deletions

View File

@ -8,7 +8,7 @@
@echo>>..\config.h #define CONFIG_SYSROOT ""
:
gcc -Os -fno-strict-aliasing ../tcc.c -o tcc.exe -s
gcc -Os -fno-strict-aliasing ../tcc.c -D LIBTCC -c -o libtcc.o
gcc -Os -fno-strict-aliasing ../libtcc.c -c -o libtcc.o
gcc -Os tools/tiny_impdef.c -o tiny_impdef.exe -s
gcc -Os tools/tiny_libmaker.c -o tiny_libmaker.exe -s
mkdir libtcc