This library contains CMake code (files with .cmake extentions),
Python scripts and it is intended for simplification different actions
on the organization of the build environment.
Revision | e17570dd4d5b2716ad6fe1f3b65c4052d5adfd82 (tree) |
---|---|
Zeit | 2022-10-05 09:22:47 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Added comment
@@ -216,7 +216,7 @@ | ||
216 | 216 | elif compiler.name == 'bcc': |
217 | 217 | cmdLine.append('-GBorland Makefiles') |
218 | 218 | |
219 | - # TODO: unimplemented | |
219 | + # The only one working somehow embarcadero's compiler(as of 10.3) is classic bcc32 | |
220 | 220 | cmakeLanguageParameter = 'bcc32' |
221 | 221 | elif compiler.name == 'sdcc': |
222 | 222 | cmakeLanguageParameter = 'sdcc' |