Almost got this cracked, but for PS_DRAWINGFRAMES.
In my build I have it set for:
PS_DRAWINGFRAMES = $(_PS_WORKSPACESTANDARDS)Details/Frames/
I know the location is being use as other variables in the cfg file are being set fine.
I've traced it to the fact that the psappl.cfg file initially sets it to:
PS_DRAWINGFRAMES = $(_PS_ORGANIZATION)Details/Frames/
but for some reason isn't changing when I set in in by build cfg files.
I've even tried:
%undef PS_DRAWINGFRAMES
PS_DRAWINGFRAMES = $(_PS_WORKSPACESTANDARDS)Details/Frames/
%lock (PS_DRAWINGFRAMES)
Any suggestions much appreciated.