Dependencies for unsupported languages
I have read through the documentation discussing managing dependencies on supported compilers. I however have a mixed environment that includes both supported and unsupported compilers that build applications that have compile interdependencies between them. My build environment uses VB6 and VC++ as well as Gupta and CL in an incremental build process. The entire platform consists of upwards of several hundred components. How can VBP be used to manage such a complicated dependency list?
|