mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
0653286dc6
This commit re-writes Borland compiler build rules. We split the rules into modern <os>-<id>-<lang> information modules but share a common macro between languages to avoid duplication. We also address a bug in the previous rules that would build some target types against the static Borland runtime and others against the shared Borland runtime in one build tree. Now we always use the shared runtime as is the default in the rules for MS tools.
3 lines
56 B
CMake
3 lines
56 B
CMake
include(Platform/Windows-Borland)
|
|
__borland_language(C)
|