From: Reid Spencer Date: Wed, 3 Nov 2004 16:13:14 +0000 (+0000) Subject: MS Visual Studio files for building LLVM on Win32 platforms. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=085ea4d39a51f707981a52fcf08c3994349effd5;p=oota-llvm.git MS Visual Studio files for building LLVM on Win32 platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17446 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj new file mode 100644 index 00000000000..31cfd2d6e4b --- /dev/null +++ b/win32/Analysis/Analysis.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj new file mode 100644 index 00000000000..9e969a16e64 --- /dev/null +++ b/win32/CodeGen/CodeGen.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj new file mode 100644 index 00000000000..adc9acd03da --- /dev/null +++ b/win32/Configure/Configure.vcproj @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj new file mode 100644 index 00000000000..17a1d7513c9 --- /dev/null +++ b/win32/ExecutionEngine/ExecutionEngine.vcproj @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/Fibonacci/Fibonacci.vcproj b/win32/Fibonacci/Fibonacci.vcproj new file mode 100644 index 00000000000..175641bb4bd --- /dev/null +++ b/win32/Fibonacci/Fibonacci.vcproj @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj new file mode 100644 index 00000000000..fa67841a4c9 --- /dev/null +++ b/win32/Support/Support.vcproj @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj new file mode 100644 index 00000000000..5ac35887a4f --- /dev/null +++ b/win32/System/System.vcproj @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj new file mode 100644 index 00000000000..431bc2586c4 --- /dev/null +++ b/win32/TableGen/TableGen.vcproj @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj new file mode 100644 index 00000000000..b589ed9f220 --- /dev/null +++ b/win32/Target/Target.vcproj @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj new file mode 100644 index 00000000000..3520abf4e18 --- /dev/null +++ b/win32/Transforms/Transforms.vcproj @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj new file mode 100644 index 00000000000..29fead08056 --- /dev/null +++ b/win32/VMCore/VMCore.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj new file mode 100644 index 00000000000..e74ae983e6e --- /dev/null +++ b/win32/x86/x86.vcproj @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +