[Scons-dev] Question on adding .C suffix to CXXSuffixes

Bill Deegan bill at baddogconsulting.com
Wed Jun 17 18:18:06 EDT 2020


Not a bug.
Probably better to send such emails to the user mailing list.

.C can be c++ vs .c which is C..

-Bill

On Wed, Jun 17, 2020 at 3:04 PM Don Baldwin <donb at qti.qualcomm.com> wrote:

> 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
> Scons-dev at scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20200617/c213710a/attachment.html>


More information about the Scons-dev mailing list