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

3
tcc.c
View File

@ -20,8 +20,6 @@
#include "libtcc.c"
#if !defined(LIBTCC)
void help(void)
{
printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2006 Fabrice Bellard\n"
@ -565,4 +563,3 @@ int main(int argc, char **argv)
return ret;
}
#endif