mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
save before building.
This commit is contained in:
parent
b8154fb0fc
commit
c03efa8220
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ public class TargetBuild {
|
|||
}
|
||||
|
||||
static public void buildTargets(Shell shell, final IMakeTarget[] targets) {
|
||||
saveAllResources(targets);
|
||||
if (MakeTargetsPreferencePage.isBuildTargetInBackground()) {
|
||||
new Job(MakeUIPlugin.getResourceString("TargetBuild.backgroundTask.name")) { //$NON-NLS-1$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue