Subversion Repositories Kolibri OS

Rev

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

Rev 9284 Rev 9305
Line 56... Line 56...
56
#endif
56
#endif
57
#ifdef TCC_TARGET_PE
57
#ifdef TCC_TARGET_PE
58
        " Windows"
58
        " Windows"
59
#elif defined TCC_TARGET_MEOS
59
#elif defined TCC_TARGET_MEOS
60
		" KolibriOS"
60
		" KolibriOS"
-
 
61
#ifdef TCC_TARGET_KX
-
 
62
    "/KX extension"
-
 
63
#endif
61
#else
64
#else
62
        " Linux"
65
        " Linux"
63
#endif
66
#endif
64
        ")\n", TCC_VERSION);
67
        ")\n", TCC_VERSION);
65
        break;
68
        break;