more efficient detection of C++ modules, fixed bug in C++ pch support, always clean...
[reactos.git] / reactos / tools / rbuild / rbuild.h
index 08112e8..b541363 100644 (file)
@@ -152,6 +152,7 @@ public:
        std::vector<CompilerFlag*> compilerFlags;\r
        std::vector<LinkerFlag*> linkerFlags;\r
        PchFile* pch;\r
+       bool cplusplus;\r
 \r
        Module ( const Project& project,\r
                 const XMLElement& moduleNode,\r