Skip to content

Commit

Permalink
Renamed filesystem_boost.cpp to filesystem.cpp
Browse files Browse the repository at this point in the history
(cherry-picked from commit e0192b1)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 49d4ae2 commit 08e4108
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projectfiles/VC14/wesnothlib.vcxproj
Expand Up @@ -136,7 +136,7 @@
<ClCompile Include="..\..\src\config.cpp" />
<ClCompile Include="..\..\src\config_attribute_value.cpp" />
<ClCompile Include="..\..\src\crypt_blowfish\crypt_blowfish.c" />
<ClCompile Include="..\..\src\filesystem_boost.cpp" />
<ClCompile Include="..\..\src\filesystem.cpp" />
<ClCompile Include="..\..\src\filesystem_common.cpp" />
<ClCompile Include="..\..\src\font\constants.cpp" />
<ClCompile Include="..\..\src\formula\string_utils.cpp">
Expand Down
2 changes: 1 addition & 1 deletion projectfiles/VC14/wesnothlib.vcxproj.filters
Expand Up @@ -56,7 +56,7 @@
<ClCompile Include="..\..\src\color_range.cpp" />
<ClCompile Include="..\..\src\config.cpp" />
<ClCompile Include="..\..\src\config_attribute_value.cpp" />
<ClCompile Include="..\..\src\filesystem_boost.cpp" />
<ClCompile Include="..\..\src\filesystem.cpp" />
<ClCompile Include="..\..\src\filesystem_common.cpp" />
<ClCompile Include="..\..\src\game_config.cpp" />
<ClCompile Include="..\..\src\gettext_boost.cpp" />
Expand Down
2 changes: 1 addition & 1 deletion source_lists/libwesnoth_core
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 08e4108

Please sign in to comment.