mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 14:34:29 +08:00
af89bbaaa97fee43cd30e6b36a5bd29c222d1f9c
Don't precompile headers with g++: g++ is stupid and, ironically, will precompile .h headers but not .hpp headers (it will mistake them for linker input files). Always use gcc instead Don't let gcc guess the language of the header, either: we detect "C++ modules" automatically in rbuild, use that for consistency svn path=/trunk/; revision=38784
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%