Skip to content

Commit

Permalink
[easyhook] msbuild update (#33091)
Browse files Browse the repository at this point in the history
* [easyhook] msbuild update

* v db
  • Loading branch information
Neumann-A authored Aug 10, 2023
1 parent bb14ab7 commit a96751d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ports/easyhook/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ foreach(CSPROJ IN ITEMS
)
endforeach()

vcpkg_install_msbuild(
SOURCE_PATH ${SOURCE_PATH}
vcpkg_msbuild_install(
SOURCE_PATH "${SOURCE_PATH}"
PROJECT_SUBPATH EasyHook.sln
TARGET EasyHookDll
RELEASE_CONFIGURATION "netfx4-Release"
Expand Down Expand Up @@ -101,4 +101,4 @@ endif()
file(INSTALL "${SOURCE_PATH}/Public/easyhook.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/easyhook")

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
11 changes: 9 additions & 2 deletions ports/easyhook/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "easyhook",
"version": "2.7.7097.0",
"port-version": 6,
"port-version": 7,
"description": "This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.",
"homepage": "https://github.com/EasyHook/EasyHook",
"supports": "windows & !static & !uwp & (x86 | x64)"
"supports": "windows & !static & !uwp & (x86 | x64)",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@
},
"easyhook": {
"baseline": "2.7.7097.0",
"port-version": 6
"port-version": 7
},
"easyloggingpp": {
"baseline": "9.97.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/easyhook.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "311bf5152e8f8ba46dc9123c9bc4d66c0cabad24",
"version": "2.7.7097.0",
"port-version": 7
},
{
"git-tree": "8877642f19052e820932928a49049719516ebf9b",
"version": "2.7.7097.0",
Expand Down

0 comments on commit a96751d

Please sign in to comment.