From c0f79b4f62ffd291dac320955bd44290ac64c380 Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 17 Dec 2016 00:19:44 +0000 Subject: [PATCH] Use DownloadDependency for libs and gtest --- openrct2.proj | 65 +++++++++++++++++------------------------------- openrct2.targets | 2 +- 2 files changed, 24 insertions(+), 43 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index 1577ecbe39..3946852d7d 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -62,11 +62,12 @@ + $(RootDir).dependencies https://github.com/OpenRCT2/Dependencies/releases/download/v$(TargetLibsVersion)/openrct2-libs-vs2015.zip - $(RootDir)lib\ - $(LibsPath)libversion + f088adcd12450c2672f78679ea5d1fbffc28fd22 1.8.0 - https://github.com/google/googletest/archive/release-$(GtestVersion).zip + https://github.com/google/googletest/archive/release-1.8.0.zip + 667f873ab7a4d246062565fad32fb6d8e203ee73 https://github.com/OpenRCT2/title-sequences/releases/download/v0.0.5/title-sequence-v0.0.5.zip 79ffb2585d12abcbfce205d7696e3472a504b005 @@ -109,45 +110,25 @@ - - - - - 0 - $([System.IO.File]::ReadAllText($(LibsVersionPath)).Trim()) - true - - - - - - - - - $(LibsPath)openrct2-libs-vs2015.zip - $(LibsPath)gtest.zip - - - - - - - - - - - + + - - - - - - - - + + + $(RootDir)lib\googletest-release-$(GtestVersion) + $(RootDir)lib\googletest + + @@ -167,7 +148,7 @@ - + $(GIT_COMMIT_SHA1_SHORT) $(BuildString) ($(GIT_BRANCH)) @@ -224,11 +205,11 @@ - + diff --git a/openrct2.targets b/openrct2.targets index 71a72bf4ce..ee55bc3707 100644 --- a/openrct2.targets +++ b/openrct2.targets @@ -132,7 +132,7 @@ - +