Is it possible to add build events only for a specific build configuration in Delphi 2007 ?
I use 2007 but would be interested in what you can do in 2009 also.
Cheers Sam
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No.
You can have (resource) compiler settings for each build configuration in Delphi 2009. But this does not apply to the other settings.
You can fake it, but it takes some time:
Code:
It is a bit cumbersome, but you can do what you want.