News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

always execute option : bug or misunderstood?

Started by winz, December 12, 2011, 11:48:24 AM

Previous topic - Next topic

winz

Hello ,

In menu project > build option > pre/post build steps
It is possible to set a specific "always execute" box for every target (all/debug/release)

I would always execute some pre/post script for any target and execute some specific script in debug only if taget is not up-to-date

But in my case the state for release and debug are ignored. The main (all target) "always execute" is applied for every target.

Is it a bug or do I misunderstood something?

I am using my own makefile and Nightly builds 7542 (version 7550 is to unstable on my win7/x64)




oBFusCATed

I'm not sure I understand your setup.

Can you give a detailed explanation, what exactly are you doing?
Can you provide simple example project?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

winz

Sorry I misunderstood. I was expected that the "always execute" option concern the pre-build steps but this option only concern the post-build step

Actually I have a script to manege version number of dll that among other, increment it. I wanted to run this script as a pre-build step only if target is not up to date.

oBFusCATed

So, If I understand correctly, there is no problem?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

winz

Yes everything work fine, sorry for this fake
thank you for spending time to answer me