Hi,
I noticed the following code in .../scons/SCons/Tool/cxx.py
CXXSuffixes = ['.cpp', '.cc', '.cxx', '.c++', '.C++', '.mm']
if SCons.Util.case_sensitive_suffixes('.c', '.C'):
CXXSuffixes.append('.C')
Is this a bug? Why are we adding '.C' to CXXSuffixes when we haven't added
'.c'?
-Don
(new to this group, but been using an older version of SCons for a few years
now)
_______________________________________________
Scons-dev mailing list
[email protected]
https://pairlist2.pair.net/mailman/listinfo/scons-dev