summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-13 02:15:18 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-13 02:15:18 +0000
commit6d2352249af8853c8307a7cf679017b32d27958c (patch)
treee3fcf758ddf54cbe8d1106dac4fefc811a57d006 /win32
parentc087a435109cdc943da094a21371f7d66d5b0e54 (diff)
downloadllvm-6d2352249af8853c8307a7cf679017b32d27958c.tar.gz
llvm-6d2352249af8853c8307a7cf679017b32d27958c.tar.bz2
llvm-6d2352249af8853c8307a7cf679017b32d27958c.tar.xz
Win32 support for Mutex class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/System/System.vcproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
index 2f03809667..c14f7cf937 100644
--- a/win32/System/System.vcproj
+++ b/win32/System/System.vcproj
@@ -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