[llvm-commits] CVS: llvm/win32/System/System.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Jan 9 16:50:24 PST 2005
Changes in directory llvm/win32/System:
System.vcproj updated: 1.12 -> 1.13
---
Log message:
Update System project in Visual Studio to reflect renamed files.
---
Diffs of the changes: (+22 -134)
Index: llvm/win32/System/System.vcproj
diff -u llvm/win32/System/System.vcproj:1.12 llvm/win32/System/System.vcproj:1.13
--- llvm/win32/System/System.vcproj:1.12 Mon Dec 27 10:49:34 2004
+++ llvm/win32/System/System.vcproj Sun Jan 9 18:50:11 2005
@@ -165,140 +165,28 @@
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">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\MappedFile.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\Memory.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\Path.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\Process.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\Program.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\Signals.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\System\Win32\TimeValue.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
+ RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\MappedFile.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Memory.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Path.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Process.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Program.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Signals.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\TimeValue.inc">
</File>
<File
RelativePath="..\..\lib\System\Win32\Win32.h">
More information about the llvm-commits
mailing list