Displaying 4 results from an estimated 4 matches for "excludedfrombuild".
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...;
> > <Filter
> > Name="Win32"
> > Filter="">
> > <File
> > RelativePath="..\..\lib\System\Win32\DynamicLibrary.cpp">
> > <FileConfiguration
> > Name="Debug|Win32"
> > ExcludedFromBuild="TRUE">
> > <Tool
> > Name="VCCLCompilerTool"
> > ObjectFile="$(IntDir)/$(InputName)1.obj"/>
> > </FileConfiguration>
> > <FileConfiguration
> > Name="Release|Win32"
> >...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...; </File>
> </Filter>
> <Filter
> Name="Win32"
> Filter="">
> <File
> RelativePath="..\..\lib\System\Win32\DynamicLibrary.cpp">
> <FileConfiguration
> Name="Debug|Win32"
> ExcludedFromBuild="TRUE">
> <Tool
> Name="VCCLCompilerTool"
> ObjectFile="$(IntDir)/$(InputName)1.obj"/>
> </FileConfiguration>
> <FileConfiguration
> Name="Release|Win32"
> ExcludedFromBuild="TRUE&...
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...proj 6 Nov 2004 17:07:36 -0000 1.2
> +++ win32/System/System.vcproj 15 Nov 2004 08:25:56 -0000
> @@ -230,15 +230,13 @@
> <File
> RelativePath="..\..\lib\System\Win32\Signals.cpp">
> <FileConfiguration
> - Name="Debug|Win32"
> - ExcludedFromBuild="TRUE">
> + Name="Debug|Win32">
> <Tool
> Name="VCCLCompilerTool"
> ObjectFile="$(IntDir)/$(InputName)1.obj"/>
> </FileConfiguration>
> <FileConfiguration
> - Name="Release|W...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi,
when I updated the sources today there were several small problems that
stopped the windows version from compiling, here are the patches
m.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: win32patches.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>