1
0
Fork 0
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:
Alain Magloire 2004-04-20 18:21:46 +00:00
parent b8154fb0fc
commit c03efa8220

View file

@ -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$