builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/internal/builder/CarbideSBSv2Builder.java
changeset 90 032594a9a391
parent 2 d760517a8095
child 91 2010205bb971
equal deleted inserted replaced
87:c606acbe8b76 90:032594a9a391
   448 				return;
   448 				return;
   449 			}
   449 			}
   450 		}
   450 		}
   451 	}
   451 	}
   452 
   452 
   453 	public boolean generateAbldMakefileIfNecessary(ICarbideBuildConfiguration config, CarbideCommandLauncher launcher, IPath componentPath, boolean isTest) {
   453 	public boolean generateAbldMakefileIfNecessary(ICarbideBuildConfiguration config, CarbideCommandLauncher launcher, IPath componentPath, boolean isTest, IProgressMonitor progress) {
   454 		return true;
   454 		return true;
   455 	}
   455 	}
   456 
   456 
   457 	public IPath getMakefileDirectory(ICarbideBuildConfiguration buildConfig) {
   457 	public IPath getMakefileDirectory(ICarbideBuildConfiguration buildConfig) {
   458 		// the makefile's are build config specific but are generated every time no
   458 		// the makefile's are build config specific but are generated every time no