Subversion Repositories Kolibri OS

Rev

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

Rev 9782 Rev 9783
Line 58... Line 58...
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
61
#ifdef TCC_TARGET_KX
62
    "/KX extension "
62
    "/KX extension"
63
			TCC_KX_VERSION_INFO
63
			//TCC_KX_VERSION_INFO
64
#endif
64
#endif
65
#else
65
#else
66
        " Linux"
66
        " Linux"
67
#endif
67
#endif
68
        ")\n", TCC_VERSION);
68
        ")\n", TCC_VERSION);