-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Also update AppVeyor build image to VS2019 * Also remove wdk_build.cmd
- Loading branch information
Showing
11 changed files
with
44 additions
and
208 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
Copyright � 2010-2016 Pete Batard <[email protected]> | ||
Copyright � 2010-2011 Travis Robinson <[email protected]> | ||
Copyright © 2010-2020 Pete Batard <[email protected]> | ||
Copyright © 2010-2011 Travis Robinson <[email protected]> | ||
|
||
Other contributors: | ||
Alexander Sashnov | ||
Bob Paddock | ||
Fred Sundvik | ||
Georg Vienna | ||
Jacob Alexander | ||
JaggedJax | ||
Jasper van Bourgognie | ||
Jeorg Fischer | ||
Jerome-PS | ||
Joseph Marshall | ||
Karel Bilek | ||
Liam Staskawicz | ||
Louie Caulfield | ||
PhracturedBlue | ||
Ryan Pavlik | ||
Stanley Elliott | ||
Uri Lublin | ||
Vitali Lovich | ||
Xiaofan Chen | ||
Xiaofan Chen |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
os: Visual Studio 2017 | ||
os: Visual Studio 2019 | ||
|
||
init: | ||
- ps: >- | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([libwdi], [1.3.0], [[email protected]], [libwdi], [http://libwdi.akeo.ie]) | ||
AC_INIT([libwdi], [1.3.1], [[email protected]], [libwdi], [http://libwdi.akeo.ie]) | ||
AM_INIT_AUTOMAKE([-Wno-portability 1.11 foreign]) | ||
AC_CONFIG_SRCDIR([libwdi/libwdi.c]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
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
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
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 was deleted.
Oops, something went wrong.