mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
STYLE: Added comment explaining choice of file extension.
This commit is contained in:
parent
3b744d0804
commit
5f1db8b249
@ -1,3 +1,6 @@
|
||||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user