TuononenP / pkg-config-support-for-eclipse-cdt

Provides automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. Very useful time-saving tool for all C, C++ programmers using Eclipse.
4 stars 2 forks source link

Fine tune other flags addition/removal process #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently other flags are added in a cross-platform manner. However other flags 
are not included in the external setting provider. Therefore we cannot know 
which other flags belong to pkg-config plug-in and thus the other flags are 
simply appended. In a case of switching project development to another OS the 
old OS-specific flags are left in place. It seems though that no compiler 
errors will occur even if these unnecessary other flags are intact. 

Original issue reported on code.google.com by petri.tuononen@gmail.com on 25 Aug 2011 at 5:30