-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add VS2017 support for EDK2, including ARM and AARCH64 builds
* That's the way you do it!
- Loading branch information
Showing
7 changed files
with
679 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
edk2/0001-EDK2-Add-BaseTools-Bin-Win32-as-a-git-module.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
From 7265f2b1701330b78aeb6799955bd1e5dfe7c67b Mon Sep 17 00:00:00 2001 | ||
From: Pete Batard <[email protected]> | ||
Date: Tue, 7 Nov 2017 17:59:27 +0000 | ||
Subject: [PATCH 1/2] EDK2 - Add BaseTools/Bin/Win32 as a git module | ||
|
||
* Makes things A LOT easier | ||
--- | ||
.gitmodules | 3 +++ | ||
BaseTools/Bin/Win32 | 1 + | ||
2 files changed, 4 insertions(+) | ||
create mode 100644 .gitmodules | ||
create mode 160000 BaseTools/Bin/Win32 | ||
|
||
diff --git a/.gitmodules b/.gitmodules | ||
new file mode 100644 | ||
index 0000000..c5f5c11 | ||
--- /dev/null | ||
+++ b/.gitmodules | ||
@@ -0,0 +1,3 @@ | ||
+[submodule "BaseTools/Bin/Win32"] | ||
+ path = BaseTools/Bin/Win32 | ||
+ url = https://github.com/tianocore/edk2-BaseTools-win32 | ||
diff --git a/BaseTools/Bin/Win32 b/BaseTools/Bin/Win32 | ||
new file mode 160000 | ||
index 0000000..56e87e6 | ||
--- /dev/null | ||
+++ b/BaseTools/Bin/Win32 | ||
@@ -0,0 +1 @@ | ||
+Subproject commit 56e87e680716323de849a10eb836cd3b299b844d | ||
-- | ||
2.9.3.windows.2 | ||
|
Oops, something went wrong.