diff options
| author | E. Westbrook <github@westbrook.io> | 2019-03-11 02:07:45 -0600 |
|---|---|---|
| committer | Thijs <thijs@thijsschreijer.nl> | 2022-03-22 09:29:04 +0100 |
| commit | e3c17b002ae4747c033c374d39538d4e242dbb22 (patch) | |
| tree | 912bd91761dcfd5d6556b586fdf32915fe2499d9 | |
| parent | b57ca9bfa3174af3150a4b82e7c67755291c53ff (diff) | |
| download | luasocket-e3c17b002ae4747c033c374d39538d4e242dbb22.tar.gz luasocket-e3c17b002ae4747c033c374d39538d4e242dbb22.tar.bz2 luasocket-e3c17b002ae4747c033c374d39538d4e242dbb22.zip | |
Add src\compat.c to mime.vcxproj and socket.vcxproj
| -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" /> |
