Subversion Repositories Kolibri OS

Rev

Rev 9234 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9234 Rev 9649
Line 20... Line 20...
20
#include "generatec.h"
20
#include "generatec.h"
Line 21... Line 21...
21
 
21
 
22
#ifdef _KOLIBRI
22
#ifdef _KOLIBRI
23
    #include 
23
    #include 
24
    #define KTCC_BIN "/kolibrios/develop/tcc/tcc"
24
    #define KTCC_BIN "/kolibrios/develop/tcc/tcc"
25
    #define KTCC_FLAGS "-nobss %s -o %s -ltcc -lc.obj"  
25
    #define KTCC_FLAGS "-nobss %s -o %s"
Line 26... Line 26...
26
#endif
26
#endif
27
 
27
 
28
/* static variables */
28
/* static variables */