Subversion Repositories Kolibri OS

Rev

Rev 647 | Rev 6439 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 6410
Line 3... Line 3...
3
#define GCC_MAJOR 3
3
#define GCC_MAJOR 3
4
#define HOST_I386 1
4
#define HOST_I386 1
5
#define TCC_VERSION "0.9.23"
5
#define TCC_VERSION "0.9.23"
6
//#define TCC_TARGET_PE
6
//#define TCC_TARGET_PE
7
#define TCC_TARGET_MEOS
7
#define TCC_TARGET_MEOS
-
 
8
 
-
 
9
/* enable bound checking code */
-
 
10
//#define CONFIG_TCC_BCHECK 1
-
 
11