Commit 02286c33 by nulltoken

Added reference to "src/vector.c" to the Visual Studio solution in order to cope…

Added reference to "src/vector.c" to the Visual Studio solution in order to cope with tanoku's latest refactorings.
parent 0d2eb2d8
......@@ -30,6 +30,7 @@
<ClCompile Include="..\src\thread-utils.c" />
<ClCompile Include="..\src\tree.c" />
<ClCompile Include="..\src\util.c" />
<ClCompile Include="..\src\vector.c" />
<ClCompile Include="..\src\win32\dir.c" />
<ClCompile Include="..\src\win32\fileops.c">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)\fileops_w32</ObjectFileName>
......
......@@ -75,6 +75,9 @@
<ClCompile Include="..\src\util.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\vector.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\win32\dir.c">
<Filter>Source Files</Filter>
</ClCompile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment