mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
calculating the CDT_LIBRARY entries from the managed build options is disabled for now, we need to define a new option type that will represent library paths.
see bug# 100844
This commit is contained in:
parent
ae3e33131f
commit
1e2b239bc3
1 changed files with 6 additions and 1 deletions
|
@ -1281,7 +1281,12 @@ public class ManagedBuildInfo implements IManagedBuildInfo, IScannerInfo {
|
||||||
|
|
||||||
// check that entryType is correct
|
// check that entryType is correct
|
||||||
if (entryType != IPathEntry.CDT_INCLUDE_FILE &&
|
if (entryType != IPathEntry.CDT_INCLUDE_FILE &&
|
||||||
entryType != IPathEntry.CDT_LIBRARY &&
|
//TODO: we need to implement the proper CDT_LIBRARY handling
|
||||||
|
//calculating the CDT_LIBRARY entries from the managed build
|
||||||
|
//options is disabled for now, we need to define a new option type
|
||||||
|
//that will represent library paths
|
||||||
|
//see bug# 100844
|
||||||
|
// entryType != IPathEntry.CDT_LIBRARY &&
|
||||||
entryType != IPathEntry.CDT_MACRO) { return entries; }
|
entryType != IPathEntry.CDT_MACRO) { return entries; }
|
||||||
|
|
||||||
// calculate parameters depending of object type
|
// calculate parameters depending of object type
|
||||||
|
|
Loading…
Add table
Reference in a new issue