Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1102e4

Browse files
author
jan
committedMar 27, 2024
Some refactor rename and make objs build work
objs build did not work for compound project types as the OBJS var was not given as the var to assign outputs to. Also I found mingw make 32 had some issues with build when using spaces in files. Fixed that by replacing spaces with _ for output files and dependency files See autobuildCommaon makeNameMakeSafe
1 parent 1c97780 commit a1102e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+239
-131
lines changed
 

‎io.sloeber.autoBuild.test/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@
550550
SupportedArtifactTypes="org.eclipse.cdt.build.core.buildArtefactType.exe"
551551
ContainsCppCode="true"
552552
description="Code for a project that builds libraries and executable in one go. Needs the compound project to work properly."
553-
id="io.sloeber.autoBuild.templateCode.compound"
553+
id="io.sloeber.autoBuild.test.templateCode.compound"
554554
isTest="true"
555-
name="compound project">
555+
name="compound test project">
556556
</templateCode>
557557
<templateCode
558558
CodeLocation="templates/c_exe"

‎io.sloeber.autoBuild.test/src/io/sloeber/autoBuild/regression/AutoBuildCreateBasicProjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
import io.sloeber.autoBuild.api.AutoBuildProject;
2828
import io.sloeber.autoBuild.api.IAutoBuildConfigurationDescription;
2929
import io.sloeber.autoBuild.api.ICodeProvider;
30-
import io.sloeber.autoBuild.extensionPoint.providers.AutoBuildCommon;
3130
import io.sloeber.autoBuild.helpers.Shared;
3231
import io.sloeber.autoBuild.integration.AutoBuildManager;
32+
import io.sloeber.autoBuild.internal.AutoBuildCommon;
3333
import io.sloeber.buildTool.api.IBuildToolManager;
3434
import io.sloeber.buildTool.api.IBuildTools;
3535
import io.sloeber.schema.api.IProjectType;

0 commit comments

Comments
 (0)
Please sign in to comment.