Add TinyC to the list of tested compilers
This commit is contained in:
parent
12757e4c9a
commit
c7fca71070
1 changed files with 1 additions and 0 deletions
|
@ -639,6 +639,7 @@
|
|||
#define GFX_COMPILER_VERSION_PATCH ((SDCC)%1000)
|
||||
#elif GFX_COMPILER == GFX_COMPILER_TINYC
|
||||
#define GFX_COMPILER_NAME "Tiny C"
|
||||
#define GFX_COMPILER_TESTED TRUE
|
||||
#elif GFX_COMPILER == GFX_COMPILER_TURBOC
|
||||
#define GFX_COMPILER_NAME "Borland Turbo C/C++"
|
||||
#if __TURBOC__ < 0x295 || __TURBOC__ >= 0x400
|
||||
|
|
Loading…
Add table
Reference in a new issue