Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Include paths

You are looking for IScannerInfoProvider and IScannerInfo.  You can provide
your own implementation of these interfaces to support your tools.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
  From:   "Sheldon Dsouza" <sheldond@xxxxxxxxx>                            
                                                                           
  To:     "CDT General developers list." <cdt-dev@xxxxxxxxxxx>             
                                                                           
  Date:   20/01/2007 07:10 AM                                              
                                                                           
  Subject [cdt-dev] Include paths                                          
  :                                                                        
                                                                           




Hi,

          I have read that There's  a built-in tool that reads the 'make'
output from a complete build and extracts all sorts of information useful
to CDT --- include file paths, defined symbols, which source files are part
of the build. What is this tool or which is the class that does this, i
need this functionality to add my own include paths in a c project.

Regards,
Sheldon

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top