builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/project/ICarbideProjectInfo.java
branchRCL_2_4
changeset 1150 a30849a92e2d
parent 451 1435f765ee57
child 1221 f41fa762c65f
equal deleted inserted replaced
1146:77fe575a3528 1150:a30849a92e2d
   296 	 *  
   296 	 *  
   297 	 * @since 2.2
   297 	 * @since 2.2
   298 	 */
   298 	 */
   299 	public String extraSBSv2Args();
   299 	public String extraSBSv2Args();
   300 	
   300 	
   301 	
   301 	/**
       
   302 	 * Appends arbitrary text to a default Carbide/Raptor configuration (the -c parameter). The default name is always given, e.g. armv5_urel, but users can 
       
   303 	 * append whatever they want to change the behavior of the build. 
       
   304 	 * @return the string to append the text to for the Raptor -c parameter
       
   305 	 * 
       
   306 	 * @since 2.6
       
   307 	 */
       
   308 	public String buildConfigAppender();
   302 }
   309 }