Examples of postProcessDependencyFile()


Examples of org.eclipse.cdt.managedbuilder.makegen.IManagedDependencyGenerator2.postProcessDependencyFile()

    // Convert to build directory relative
    IPath depPath = ManagedBuildManager.calculateRelativePath(getTopBuildDir(), absolutePath);
    for (int i = 0; i < postProcessors.length; i++) {
        IManagedDependencyGenerator2 depGen = postProcessors[i];
        if (depGen != null) {
      depGen.postProcessDependencyFile(depPath, config, h.buildTools[i], getTopBuildDir());
        }
    }
      }
      if (callPopulateDummyTargets) {
    populateDummyTargets(rcInfo, depFile, force);
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.