Added reference to "src/vector.c" to the Visual Studio solution in order to cope with tanoku's latest refactorings.

This commit is contained in:
nulltoken 2010-12-04 13:58:06 +01:00
parent 0d2eb2d88b
commit 02286c3375
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>