This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-12-12 22:05:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
957bdb9e6e
CMake
/
Modules
/
Platform
/
Windows-Borland-C.cmake
2 lines
40 B
CMake
Raw
Normal View
History
Unescape
Escape
Recognize Embarcadero compiler (#12604) The Borland compiler was re-branded as CodeGear during 2007-2009 and since 2009 is the Embarcadero compiler. They offer predefined macros: http://docwiki.embarcadero.com/RADStudio/en/Predefined_Macros and distinguish themselves by __CODEGEARC__ and __CODEGEARC_VERSION__. Version 6.30 (C++Builder XE) changed the meaning of some flags: http://docwiki.embarcadero.com/RADStudio/en/C%2B%2B_Compiler_Option_Changes_for_XE Teach Embarcadero compiler information files to generate build rules with flags matching the compiler version. Leave the flags unchanged for old Borland versions. Always set the BORLAND toolchain indicator for compatibility with existing projects that test it. Also set the EMBARCADERO indicator for newer toolchains.
2012-02-17 19:17:32 +00:00
include
(
Platform/Windows-Embarcadero-C
)
Reference in New Issue
Copy Permalink