mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Put back the build target types that were removed and marked them deprecated like a good API provider should.
This commit is contained in:
parent
96266e197a
commit
2551429a69
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ public interface IMakeBuilderInfo extends IMakeCommonBuildInfo {
|
|||
public final static String BUILD_TARGET_AUTO = ARGS_PREFIX + ".build.target.auto"; //$NON-NLS-1$
|
||||
public final static String BUILD_TARGET_CLEAN = ARGS_PREFIX + ".build.target.clean"; //$NON-NLS-1$
|
||||
|
||||
/** @deprecated */
|
||||
public final static String BUILD_TARGET_INCREAMENTAL = BUILD_TARGET_INCREMENTAL;
|
||||
/** @deprecated */
|
||||
public final static String BUILD_TARGET_FULL = ARGS_PREFIX + ".build.target.full"; //$NON-NLS-1$
|
||||
|
||||
boolean isAutoBuildEnable();
|
||||
void setAutoBuildEnable(boolean enabled) throws CoreException;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue