[llvm-commits] CVS: llvm/win32/System/System.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Tue Jul 12 19:15:30 PDT 2005
Changes in directory llvm/win32/System:
System.vcproj updated: 1.14 -> 1.15
---
Log message:
Win32 support for Mutex class.
---
Diffs of the changes: (+9 -0)
System.vcproj | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/win32/System/System.vcproj
diff -u llvm/win32/System/System.vcproj:1.14 llvm/win32/System/System.vcproj:1.15
--- llvm/win32/System/System.vcproj:1.14 Sun Jan 30 11:54:11 2005
+++ llvm/win32/System/System.vcproj Tue Jul 12 21:15:18 2005
@@ -117,6 +117,9 @@
RelativePath="..\..\lib\System\Memory.cpp">
</File>
<File
+ RelativePath="..\..\lib\System\Mutex.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\System\Path.cpp">
</File>
<File
@@ -146,6 +149,9 @@
RelativePath="..\..\include\llvm\System\Memory.h">
</File>
<File
+ RelativePath="..\..\include\llvm\System\Mutex.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\System\Path.h">
</File>
<File
@@ -174,6 +180,9 @@
RelativePath="..\..\lib\System\Win32\Memory.inc">
</File>
<File
+ RelativePath="..\..\lib\System\Win32\Mutex.inc">
+ </File>
+ <File
RelativePath="..\..\lib\System\Win32\Path.inc">
</File>
<File
More information about the llvm-commits
mailing list