1
0
Fork 0
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:
Mikhail Sennikovsky 2005-07-08 11:21:03 +00:00
parent ae3e33131f
commit 1e2b239bc3

View file

@ -1281,7 +1281,12 @@ public class ManagedBuildInfo implements IManagedBuildInfo, IScannerInfo {
// check that entryType is correct
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; }
// calculate parameters depending of object type