I’m sorry for confuse, but I wanted to understand what happened with Prebuild options. In release VisualGDB I still can use it, but in Beta1/2 I can’t find it.
P.S. this option runs script or Application before build
Do you mean the pre-build steps in VisualGDB Project Properties? They are only available in Custom and Ultimate editions. If you were using a trial before and then bought a lower edition, the options would go away after the trial expires.
The easiest way to have a pre-build action without using the custom edition features would be to change the make command to run a bat file that first runs your custom command line and then invokes GNU make. It is not as convenient as the pre-build action list, but may work for some basic scenarios.