Hi,
I have a project with various "build target":
Debug
Realese
targ1
targ2
targ3
for every "build target" I want to create a exe with the name of the "build target": :shock:
Debug----->myProgName.exe
Release----->myProgName.exe
targ1----->targ1.exe
targ2----->targ2.exe
targ3----->targ3.exe
I have put the name of the myTargName in the Project->Properties->Build Targets->output filename,
but I have always single myProgName.exe.
how I can make?
HELP ME!!!!!!!
Thanks