From 085ea4d39a51f707981a52fcf08c3994349effd5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 3 Nov 2004 16:13:14 +0000 Subject: [PATCH] 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 --- win32/Analysis/Analysis.vcproj | 174 ++++++++ win32/CodeGen/CodeGen.vcproj | 189 +++++++++ win32/Configure/Configure.vcproj | 133 +++++++ win32/ExecutionEngine/ExecutionEngine.vcproj | 167 ++++++++ win32/Fibonacci/Fibonacci.vcproj | 142 +++++++ win32/Support/Support.vcproj | 190 +++++++++ win32/System/System.vcproj | 285 +++++++++++++ win32/TableGen/TableGen.vcproj | 271 +++++++++++++ win32/Target/Target.vcproj | 138 +++++++ win32/Transforms/Transforms.vcproj | 397 +++++++++++++++++++ win32/VMCore/VMCore.vcproj | 189 +++++++++ win32/x86/x86.vcproj | 180 +++++++++ 12 files changed, 2455 insertions(+) create mode 100644 win32/Analysis/Analysis.vcproj create mode 100644 win32/CodeGen/CodeGen.vcproj create mode 100644 win32/Configure/Configure.vcproj create mode 100644 win32/ExecutionEngine/ExecutionEngine.vcproj create mode 100644 win32/Fibonacci/Fibonacci.vcproj create mode 100644 win32/Support/Support.vcproj create mode 100644 win32/System/System.vcproj create mode 100644 win32/TableGen/TableGen.vcproj create mode 100644 win32/Target/Target.vcproj create mode 100644 win32/Transforms/Transforms.vcproj create mode 100644 win32/VMCore/VMCore.vcproj create mode 100644 win32/x86/x86.vcproj 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1