Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How detect whether project is based on cygwin

Hello,
 
if I have an instance of type IProject and an ILaunchConfiguration,
how can I check whether the project is based on the cygwin toolchain,
i.e. has been created using
 
File | New Project | C project
 
and
 
Toolchain [Cygwin GCC] ?
 
I want to check, if [Cygwin GCC] has been selected.
 
Thanks,
Nils
 
 

Back to the top