package microsoft.targets

Targets that wrap Microsoft code generation tools

XDCspec declarations sourced in microsoft/targets/package.xdc
package microsoft.targets [1, 0, 2, 0] {
 
    interface ITarget;
    // A Microsoft-specific extension to the base xdc.bld.ITarget2 interface
    module Net32;
    // Microsoft .Net 32-bit native target
    module VC98;
    // Microsoft Windows 32-bit target using the Visual C/C++ 6.x compiler
    module Win32;
    // Microsoft Windows 32-bit target using the Visual C/C++ compiler
}
generated on Tue, 24 Aug 2010 15:39:50 GMT