Closed NOhs closed 6 years ago
I thought that is what happens, that output_name
is only needed when it is supposed to be different from the target name for some reason - does [myexe]
on it's own produce something else on Windows instead?
Verified that it works.
[myexe]
, that will be the output nameoutput_name= "..."
is specified, that will be the output name
I am currently writing the user guide and I noticed that while it is nice to have a simple name for the target and maybe are more complex name for the output file, by default it would be nice if the target name would be taken over if no output_name is given.
should produce
myexe.exe
on Windows whileshould of course behave like before.