
Custom Build Using MS 6.0 VC++
It's hard to ask this question briefly.
I presume the changes in my base workspace, for a Custom
Build.
Based on environment variable, SCT, being defined or not,
I want to generate two different builds. The workspace
contains more than 10 projects. SCT will be defined
exclusively per project.
If SCT is not defined, then CPP and CPP_PROJ or
CPP_SWITCHES are defined normally. That already exists.
But if SCT is defined, I want CPP set to a different .exe,
and I have additional options for CPP_PROJ or CPP_SWITCHES.
I have a little perl script that will do this outside of
the ide, just modifying the exported .mak files. But most
of my fellow developers do NOT build outside of the IDE.
CG