From 08e4108aa22412d8b16d9e76bdb94b6eab856c65 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Sun, 13 May 2018 00:10:56 +1100 Subject: [PATCH] Renamed filesystem_boost.cpp to filesystem.cpp (cherry-picked from commit e0192b1b1fe71b98403bad6f0df3c115adbb2291) --- projectfiles/VC14/wesnothlib.vcxproj | 2 +- projectfiles/VC14/wesnothlib.vcxproj.filters | 2 +- source_lists/libwesnoth_core | 2 +- src/{filesystem_boost.cpp => filesystem.cpp} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{filesystem_boost.cpp => filesystem.cpp} (100%) diff --git a/projectfiles/VC14/wesnothlib.vcxproj b/projectfiles/VC14/wesnothlib.vcxproj index 66b508f87702..0955651df517 100644 --- a/projectfiles/VC14/wesnothlib.vcxproj +++ b/projectfiles/VC14/wesnothlib.vcxproj @@ -136,7 +136,7 @@ - + diff --git a/projectfiles/VC14/wesnothlib.vcxproj.filters b/projectfiles/VC14/wesnothlib.vcxproj.filters index c1d98f9c34af..c9ae4ed16615 100644 --- a/projectfiles/VC14/wesnothlib.vcxproj.filters +++ b/projectfiles/VC14/wesnothlib.vcxproj.filters @@ -56,7 +56,7 @@ - + diff --git a/source_lists/libwesnoth_core b/source_lists/libwesnoth_core index 87df6fe2b50d..537e2bcfce68 100644 --- a/source_lists/libwesnoth_core +++ b/source_lists/libwesnoth_core @@ -3,7 +3,7 @@ color_range.cpp config.cpp crypt_blowfish/crypt_blowfish.c config_attribute_value.cpp -filesystem_boost.cpp +filesystem.cpp filesystem_common.cpp font/constants.cpp game_config.cpp diff --git a/src/filesystem_boost.cpp b/src/filesystem.cpp similarity index 100% rename from src/filesystem_boost.cpp rename to src/filesystem.cpp