In eclipse I can use in C/Cpp Build->Setting ->Build artifact->Artifact name
to configure the name of the binary that export in build.
When I want to use this Artifact name
as a variable in Post build Command, how do I do this? $(PROJECTNAME) not give me the Artifact name
.
Is there variable called $(ArtifactName)
?