Examples of IBuildObject


Examples of org.eclipse.cdt.managedbuilder.core.IBuildObject

      generatedDepFiles.add(depFile);
        }
    } else {
        depGen = (IManagedDependencyGenerator2) t;
        doDepGen = (calcType == IManagedDependencyGeneratorType.TYPE_BUILD_COMMANDS);
        IBuildObject buildContext = rcInfo;// (resConfig != null) ?
                   // (IBuildObject)resConfig
                   // :
                   // (IBuildObject)config;

        depInfo = depGen.getDependencySourceInfo(resource.getProjectRelativePath(), resource, buildContext, tool, getBuildWorkingDir());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.