[llvm-commits] CVS: llvm/win32/System/System.vcproj
Reid Spencer
reid at x10sys.com
Mon Nov 15 09:28:19 PST 2004
Changes in directory llvm/win32/System:
System.vcproj updated: 1.2 -> 1.3
---
Log message:
Updates to Visual C++ project files for building on win32.
Patch contributed by Morten Ofstad.
---
Diffs of the changes: (+2 -4)
Index: llvm/win32/System/System.vcproj
diff -u llvm/win32/System/System.vcproj:1.2 llvm/win32/System/System.vcproj:1.3
--- llvm/win32/System/System.vcproj:1.2 Sat Nov 6 11:07:36 2004
+++ llvm/win32/System/System.vcproj Mon Nov 15 11:28:08 2004
@@ -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|Win32"
- ExcludedFromBuild="TRUE">
+ Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
More information about the llvm-commits
mailing list