Displaying 3 results from an estimated 3 matches for "useprecompiledheader".
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...processorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
> MinimalRebuild="TRUE"
> BasicRuntimeChecks="3"
> RuntimeLibrary="3"
> ForceConformanceInForLoopScope="TRUE"
> RuntimeTypeInfo="TRUE"
> UsePrecompiledHeader="0"
> WarningLevel="3"
> Detect64BitPortabilityProblems="TRUE"
> DebugInformationFormat="4"
> DisableSpecificWarnings="4800;4244;4267"/>
> <Tool
> Name="VCCustomBuildTool"/>
> <Too...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
> > MinimalRebuild="TRUE"
> > BasicRuntimeChecks="3"
> > RuntimeLibrary="3"
> > ForceConformanceInForLoopScope="TRUE"
> > RuntimeTypeInfo="TRUE"
> > UsePrecompiledHeader="0"
> > WarningLevel="3"
> > Detect64BitPortabilityProblems="TRUE"
> > DebugInformationFormat="4"
> > DisableSpecificWarnings="4800;4244;4267"/>
> > <Tool
> > Name="VCCustomBuildT...
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.