|
-
December 6th, 2007, 11:06 PM
#1
build order in .dsw /make ALL
i have 4 dsps in one dsw, all have both release and debug versions
dsp1( uniCode Min Dependency Release/ unicode debug)
dsp2( Release/debug)
dsp3( Release/debug)
dsp4( Release/debug)
dsp1 has dependency with all others( dsp2,dsp3 and dsp4).
When I gave .dsw /make ALL command, the release built in correct order depending on the dependency. But debug didn't build in correct order.
Relase built in order as expected and was success:
dsp2
dsp3
dsp4
dsp1
but debug built as:
dap1
dsp2
dsp3
dsp4
which cause error( dsp1 failed becuase dsp2,dsp3 and dsp4 are not build yet)
The libs in project settings for release and debug are correct.
As my understanding the build order in Relase and debug must be same.
Please clarify
Thanks & Regards,
Ajay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|