Hi, I have a build target named "MakePackage", in this target, I select its type is "command only".
In the pre-build or post-build script, I wrote the command like:
cmd /c MakePackageRelease.cmd
With this command, I just copy all the exes and dlls to a specified folder.
I used this for a long time. But with the recent SVN C::B, I see this function does not work, because when I click the "run" button of the target, it will prompt
[Window Title]
codeblocks.exe
[Content]
You must select a host application to "run" a commands-only target...
[OK]
Which means I have to specify a host program?
So, I believe this is a regression.
