1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-17 14:27:11 +02:00

Added the TCC compiler to the external folder and the associated projects.

This commit is contained in:
Sandu Liviu Catalin
2016-03-27 06:05:43 +03:00
parent e5525a296a
commit fdbd78cdd1
47 changed files with 42064 additions and 0 deletions

7
external/TCC/config.h vendored Normal file
View File

@ -0,0 +1,7 @@
#define CONFIG_TCCDIR "C:/Program Files (x86)/tcc"
#define TCC_VERSION "0.9.26"
/* #undef CONFIG_WIN32 */
/* #undef CONFIG_WIN64 */
/* #undef CONFIG_TCC_BCHECK */
/* #undef CONFIG_TCC_ASSERT */