Merge pull request #275 from ewestbrook/vcxproj-mime-socket
This commit is contained in:
commit
642433e771
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\mime.c" />
|
<ClCompile Include="src\mime.c" />
|
||||||
|
<ClCompile Include="src\compat.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid>
|
<ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid>
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\auxiliar.c" />
|
<ClCompile Include="src\auxiliar.c" />
|
||||||
<ClCompile Include="src\buffer.c" />
|
<ClCompile Include="src\buffer.c" />
|
||||||
|
<ClCompile Include="src\compat.c" />
|
||||||
<ClCompile Include="src\except.c" />
|
<ClCompile Include="src\except.c" />
|
||||||
<ClCompile Include="src\inet.c" />
|
<ClCompile Include="src\inet.c" />
|
||||||
<ClCompile Include="src\io.c" />
|
<ClCompile Include="src\io.c" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue