Skip to content

Commit

Permalink
Add discord-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Nov 11, 2017
1 parent cbc0042 commit f78f49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ set outlib=%artifacts%\openrct2-libs-vs2017-%1.lib
REM aggregate libs
mkdir "%artifacts%"
pushd "%packages%\lib"
lib /LTCG "/OUT:%outlib%" bz2.lib freetype.lib jansson.lib libcurl.lib libeay32.lib libpng16.lib libspeexdsp.lib libssh2.lib SDL2.lib ssleay32.lib zip.lib zlib.lib
lib /LTCG "/OUT:%outlib%" bz2.lib discord-rpc.lib freetype.lib jansson.lib libcurl.lib libeay32.lib libpng16.lib libspeexdsp.lib libssh2.lib SDL2.lib ssleay32.lib zip.lib zlib.lib
popd
2 changes: 2 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pushd %VCPKG%

REM Install x86 libraries
.\vcpkg install curl:x86-windows-static
.\vcpkg install discord-rpc:x86-windows-static
.\vcpkg install freetype:x86-windows-static
.\vcpkg install jansson:x86-windows-static
.\vcpkg install libpng:x86-windows-static
Expand All @@ -23,6 +24,7 @@ pushd %VCPKG%

REM Install x64 libraries
.\vcpkg install curl:x64-windows-static
.\vcpkg install discord-rpc:x64-windows-static
.\vcpkg install freetype:x64-windows-static
.\vcpkg install jansson:x64-windows-static
.\vcpkg install libpng:x64-windows-static
Expand Down

0 comments on commit f78f49d

Please sign in to comment.