https://bugs.winehq.org/show_bug.cgi?id=55691
Bug ID: 55691 Summary: winemaker does not recognize the C++ file extensions *.cc *.c++ *.C *.hh *.h++ Product: Wine Version: 8.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winelib Assignee: wine-bugs@winehq.org Reporter: milahu@gmail.com Distribution: ---
working C++ file extensions: *.cpp *.cxx *.hpp *.hxx *.H *.HPP
not working C++ file extensions: *.cc *.c++ *.C and *.hh *.h++
*.cc *.c++ *.hh *.h++ files are ignored completely
*.C files are renamed to *.c (this is wrong)
*.H *.HPP files seem to work, at least they are not renamed
*.CPP files are renamed to *.cpp (this is ok)
see also: https://stackoverflow.com/questions/1545080/c-code-file-extension-what-is-th...