change objects directory

Hi

With the new Vista WDK;
I’d like to change the object directory path. Taking as example free x86 vista build.

The default is “objfre_wlh_x86\i386”

If I set BUILD_ALT_DIR=$(DDKBUILDENV) in my sources file, it redirect correctly to “objfre\i386” but the problem is that “objfre_wlh_x86\i386_objects.mac” gets created anyway in addition to “objfre\i386” where my obj files now reside.

In fact, I want to have the object directory outside of my source directory but I guess that’s not possible, so at least I’d like to have 2 subdirectories (chk, fre) instead of 4 ((x64, x86) * (fre, chk)).

M-A