A note about virtualms

VirtualMS is our "Virtual Compiler" for Microsoft's Visual C/C++ compiler.  It 
acts as a translator from our command line arguments (from D3Edit) into the 
correct command line arguments needed in order to compile a script via the 
compiler.  It also executes the compiler to do the build.

A "Virtual Compiler" can be made for nearly any compiler, as long as it supports 
building valid Windows DLLs (which is what our scripts are), that are compatible with 
Descent 3.

See the doc in "doc\D3 Virtual Compiler Spec.doc" to get more information about 
our "Virtual Compiler" format.
