Skip to content

Commit

Permalink
improve: update vcpkg baseline 12/24
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah authored Dec 20, 2024
1 parent 06aa908 commit f6925f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
<VcpkgAutoLink>true</VcpkgAutoLink>
<VcpkgInstalledDir>vcpkg_installed</VcpkgInstalledDir>
<VcpkgInstalledDir>
</VcpkgInstalledDir>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<VcpkgTriplet>x86-windows</VcpkgTriplet>
<VcpkgInstalledDir>vcpkg_installed</VcpkgInstalledDir>
<VcpkgInstalledDir>
</VcpkgInstalledDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Vcpkg">
<VcpkgTriplet>x64-windows</VcpkgTriplet>
Expand Down
2 changes: 2 additions & 0 deletions vc17/settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<OTCLIENT_LIBDEPS>
advapi32.lib;
avrt.lib;
crypt32.lib;
dbghelp.lib;
gdi32.lib;
Expand Down Expand Up @@ -44,6 +45,7 @@

<OTCLIENT_LIBDEPS_D>
advapi32.lib;
avrt.lib;
discord-rpc.lib;
dbghelp.lib;
gdi32.lib;
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"platform": "windows"
}
],
"builtin-baseline":"c82f74667287d3dc386bce81e44964370c91a289"
"builtin-baseline":"b322364f06308bdd24823f9d8f03fe0cc86fd46f"
}

0 comments on commit f6925f8

Please sign in to comment.