tcc: optionally build using libtcc
This commit is contained in:
parent
f88350b611
commit
b08dfb8273
1 changed files with 4 additions and 0 deletions
4
tcc.c
4
tcc.c
|
@ -18,7 +18,11 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef TCC_USE_LIBTCC
|
||||||
|
#include "tcc.h"
|
||||||
|
#else
|
||||||
#include "libtcc.c"
|
#include "libtcc.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
void help(void)
|
void help(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue