diff options
-rwxr-xr-x | mime.vcxproj | 1 | ||||
-rwxr-xr-x | socket.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mime.vcxproj b/mime.vcxproj index 43acee9..575f985 100755 --- a/mime.vcxproj +++ b/mime.vcxproj | |||
@@ -20,6 +20,7 @@ | |||
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <ClCompile Include="src\mime.c" /> | 22 | <ClCompile Include="src\mime.c" /> |
23 | <ClCompile Include="src\compat.c" /> | ||
23 | </ItemGroup> | 24 | </ItemGroup> |
24 | <PropertyGroup Label="Globals"> | 25 | <PropertyGroup Label="Globals"> |
25 | <ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid> | 26 | <ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid> |
diff --git a/socket.vcxproj b/socket.vcxproj index 305c094..51ebc68 100755 --- a/socket.vcxproj +++ b/socket.vcxproj | |||
@@ -21,6 +21,7 @@ | |||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <ClCompile Include="src\auxiliar.c" /> | 22 | <ClCompile Include="src\auxiliar.c" /> |
23 | <ClCompile Include="src\buffer.c" /> | 23 | <ClCompile Include="src\buffer.c" /> |
24 | <ClCompile Include="src\compat.c" /> | ||
24 | <ClCompile Include="src\except.c" /> | 25 | <ClCompile Include="src\except.c" /> |
25 | <ClCompile Include="src\inet.c" /> | 26 | <ClCompile Include="src\inet.c" /> |
26 | <ClCompile Include="src\io.c" /> | 27 | <ClCompile Include="src\io.c" /> |