From eb8f33e40f091c915c68ad946d6f5df93335a7e5 Mon Sep 17 00:00:00 2001 From: Sader Fawall Date: Wed, 20 Dec 2017 17:02:52 +0200 Subject: [PATCH] Corrected mapcache build (#2715) * Removed the hyphen from the name in the Windows build. Thanks to @sader1992! --- rAthena.sln | 2 +- src/tool/{map-cache.vcxproj => mapcache.vcxproj} | 0 .../{map-cache.vcxproj.filters => mapcache.vcxproj.filters} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/tool/{map-cache.vcxproj => mapcache.vcxproj} (100%) rename src/tool/{map-cache.vcxproj.filters => mapcache.vcxproj.filters} (100%) diff --git a/rAthena.sln b/rAthena.sln index fb9e5adbfc..e8e96ac290 100644 --- a/rAthena.sln +++ b/rAthena.sln @@ -67,7 +67,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common-minicore", "src\comm EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{9F328FE9-129D-4C0C-820B-BE4AA5996652}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-cache", "src\tool\map-cache.vcxproj", "{FC4C071B-2C26-4B03-948A-335C94A88B5E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "src\tool\mapcache.vcxproj", "{FC4C071B-2C26-4B03-948A-335C94A88B5E}" ProjectSection(ProjectDependencies) = postProject {352B45B3-FE88-4431-9D89-48CF811446DB} = {352B45B3-FE88-4431-9D89-48CF811446DB} EndProjectSection diff --git a/src/tool/map-cache.vcxproj b/src/tool/mapcache.vcxproj similarity index 100% rename from src/tool/map-cache.vcxproj rename to src/tool/mapcache.vcxproj diff --git a/src/tool/map-cache.vcxproj.filters b/src/tool/mapcache.vcxproj.filters similarity index 100% rename from src/tool/map-cache.vcxproj.filters rename to src/tool/mapcache.vcxproj.filters