moved file_sys back to core

This commit is contained in:
ShizZy
2013-09-25 20:59:29 -04:00
parent 00287b7a65
commit 5b0b60ad6b
7 changed files with 15 additions and 6 deletions

View File

@ -18,7 +18,6 @@
<ClCompile Include="src\timer.cpp" />
<ClCompile Include="src\version.cpp" />
<ClCompile Include="src\utf8.cpp" />
<ClCompile Include="src\file_sys_directory.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\atomic.h" />
@ -58,8 +57,6 @@
<ClInclude Include="src\platform.h" />
<ClInclude Include="src\swap.h" />
<ClInclude Include="src\utf8.h" />
<ClInclude Include="src\file_sys.h" />
<ClInclude Include="src\file_sys_directory.h" />
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />