Displaying 3 results from an estimated 3 matches for "vcmidltool".
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...mat="4"
> DisableSpecificWarnings="4800;4244;4267"/>
> <Tool
> Name="VCCustomBuildTool"/>
> <Tool
> Name="VCLibrarianTool"
> OutputFile="$(OutDir)/x86.lib"/>
> <Tool
> Name="VCMIDLTool"/>
> <Tool
> Name="VCPostBuildEventTool"/>
> <Tool
> Name="VCPreBuildEventTool"
> CommandLine="mkdir ..\..\tablegen_includes
> ..\tools\TableGen.exe -gen-register-enums -I ..\..\lib\Target\X86 ..\..\lib\Target\X86\X86.td...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...ificWarnings="4800;4244;4267"/>
> > <Tool
> > Name="VCCustomBuildTool"/>
> > <Tool
> > Name="VCLibrarianTool"
> > OutputFile="$(OutDir)/System.lib"/>
> > <Tool
> > Name="VCMIDLTool"/>
> > <Tool
> > Name="VCPostBuildEventTool"/>
> > <Tool
> > Name="VCPreBuildEventTool"
> > CommandLine="xcopy /I /Y ..\..\lib\System\Win32 ..\..\lib\System\platform"/>
> > <Tool
> >...
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote:
> As I saw from the mailing list the MSVC 2005 patches were made to take into
> account the new files from the development branch, files which are not in
> the 2.3 release. So for now the below patch is the only one functional for
> the release. If I am wrong, please someone correct me.
>
> If someone can make a 2005 patch for the release branch, it is ok.