update msvc

This commit is contained in:
gozfree
2022-05-23 22:19:29 +08:00
parent 867a76e64f
commit e9dd79e20d
25 changed files with 53 additions and 36 deletions

View File

@@ -86,12 +86,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "librtsp", "librtsp\librtsp.
{AAD5DBED-F645-463D-AC98-165C226DB77D} = {AAD5DBED-F645-463D-AC98-165C226DB77D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libuvc", "libuvc\libuvc.vcxproj", "{E98FC40C-984D-4889-AFF4-5CD7CB03FEAB}"
ProjectSection(ProjectDependencies) = postProject
{8682FC88-8540-447B-87CF-4E2B3DAF50A9} = {8682FC88-8540-447B-87CF-4E2B3DAF50A9}
{1CA3BCD5-B8F1-4C37-A55E-C29E39CB7EB6} = {1CA3BCD5-B8F1-4C37-A55E-C29E39CB7EB6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libhal", "libhal\libhal.vcxproj", "{496D075D-50CA-465D-9D0A-D9229257FC48}"
ProjectSection(ProjectDependencies) = postProject
{88F2DE94-0375-40CF-92C0-70B98C56B508} = {88F2DE94-0375-40CF-92C0-70B98C56B508}
@@ -176,10 +170,6 @@ Global
{968FA321-4230-4DD4-A554-2619A7D5D080}.Debug|Win32.Build.0 = Debug|Win32
{968FA321-4230-4DD4-A554-2619A7D5D080}.Release|Win32.ActiveCfg = Release|Win32
{968FA321-4230-4DD4-A554-2619A7D5D080}.Release|Win32.Build.0 = Release|Win32
{E98FC40C-984D-4889-AFF4-5CD7CB03FEAB}.Debug|Win32.ActiveCfg = Debug|Win32
{E98FC40C-984D-4889-AFF4-5CD7CB03FEAB}.Debug|Win32.Build.0 = Debug|Win32
{E98FC40C-984D-4889-AFF4-5CD7CB03FEAB}.Release|Win32.ActiveCfg = Release|Win32
{E98FC40C-984D-4889-AFF4-5CD7CB03FEAB}.Release|Win32.Build.0 = Release|Win32
{496D075D-50CA-465D-9D0A-D9229257FC48}.Debug|Win32.ActiveCfg = Debug|Win32
{496D075D-50CA-465D-9D0A-D9229257FC48}.Debug|Win32.Build.0 = Debug|Win32
{496D075D-50CA-465D-9D0A-D9229257FC48}.Release|Win32.ActiveCfg = Release|Win32

View File

@@ -65,12 +65,9 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libconfig\Android.mk" />
<None Include="..\..\..\..\gear-lib\libconfig\ini\example.ini" />
<None Include="..\..\..\..\gear-lib\libconfig\json\all.json" />
<None Include="..\..\..\..\gear-lib\libconfig\json\test.json" />
<None Include="..\..\..\..\gear-lib\libconfig\Makefile" />
<None Include="..\..\..\..\gear-lib\libconfig\Makefile.nmake" />
<None Include="..\..\..\..\gear-lib\libconfig\README.md" />
</ItemGroup>
<ItemGroup>

View File

@@ -21,9 +21,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libconfig\Android.mk" />
<None Include="..\..\..\..\gear-lib\libconfig\Makefile" />
<None Include="..\..\..\..\gear-lib\libconfig\Makefile.nmake" />
<None Include="..\..\..\..\gear-lib\libconfig\README.md" />
<None Include="..\..\..\..\gear-lib\libconfig\ini\example.ini">
<Filter>ini</Filter>

View File

@@ -72,6 +72,9 @@
<ClCompile Include="..\..\..\..\gear-lib\libdarray\libdstring.c" />
<ClCompile Include="..\..\..\..\gear-lib\libdarray\libserializer.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libdarray\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -70,10 +70,9 @@
<ClInclude Include="..\..\..\..\gear-lib\libdict\libdict.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libdict\Makefile" />
<None Include="..\..\..\..\gear-lib\libdict\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -28,7 +28,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libdict\Makefile" />
<None Include="..\..\..\..\gear-lib\libdict\README.md" />
</ItemGroup>
</Project>

View File

@@ -73,6 +73,9 @@
<ClCompile Include="..\..\..\..\gear-lib\libfile\fio.c" />
<ClCompile Include="..\..\..\..\gear-lib\libfile\test_libfile.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libfile\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -76,6 +76,9 @@
<ClCompile Include="..\..\..\..\gear-lib\libgevent\test_libgevent.c" />
<ClCompile Include="..\..\..\..\gear-lib\libgevent\wepoll.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libgevent\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -71,7 +71,10 @@
<ItemGroup>
<ClInclude Include="..\..\..\..\gear-lib\libhal\libhal.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libhal\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -27,4 +27,7 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libhal\README.md" />
</ItemGroup>
</Project>

View File

@@ -72,6 +72,9 @@
<ClCompile Include="..\..\..\..\gear-lib\liblog\liblog.c" />
<ClCompile Include="..\..\..\..\gear-lib\liblog\test_liblog.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\liblog\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -75,6 +75,9 @@
<ClCompile Include="..\..\..\..\gear-lib\libmedia-io\test_libmedia-io.c" />
<ClCompile Include="..\..\..\..\gear-lib\libmedia-io\video-def.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libmedia-io\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -114,6 +114,9 @@
<ClCompile Include="..\..\..\..\gear-lib\libposix\pthreads4w\pthread.c" />
<ClCompile Include="..\..\..\..\gear-lib\libposix\test_libposix.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libposix\README.md" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2E965CCF-A6DE-4D7D-84A6-ED3F79659914}</ProjectGuid>
<RootNamespace>libposix</RootNamespace>

View File

@@ -309,4 +309,7 @@
<ClCompile Include="..\..\..\..\gear-lib\libposix\libposix4win.c" />
<ClCompile Include="..\..\..\..\gear-lib\libposix\test_libposix.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libposix\README.md" />
</ItemGroup>
</Project>

View File

@@ -71,7 +71,10 @@
<ClCompile Include="..\..\..\..\gear-lib\libqueue\libqueue.c" />
<ClCompile Include="..\..\..\..\gear-lib\libqueue\test_libqueue.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libqueue\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -92,6 +92,9 @@
<ClCompile Include="..\..\..\..\gear-lib\librtmpc\rtmp.c" />
<ClCompile Include="..\..\..\..\gear-lib\librtmpc\test_librtmpc.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\librtmpc\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -63,11 +63,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\librtsp\Android.mk" />
<None Include="..\..\..\..\gear-lib\librtsp\libx264.a" />
<None Include="..\..\..\..\gear-lib\librtsp\Makefile" />
<None Include="..\..\..\..\gear-lib\librtsp\README.md" />
<None Include="..\..\..\..\gear-lib\librtsp\sample.264" />
<None Include="..\..\..\..\gear-lib\librtsp\TODO" />
</ItemGroup>
<ItemGroup>

View File

@@ -15,12 +15,8 @@
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\librtsp\Android.mk" />
<None Include="..\..\..\..\gear-lib\librtsp\Makefile" />
<None Include="..\..\..\..\gear-lib\librtsp\README.md" />
<None Include="..\..\..\..\gear-lib\librtsp\sample.264" />
<None Include="..\..\..\..\gear-lib\librtsp\TODO" />
<None Include="..\..\..\..\gear-lib\librtsp\libx264.a" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\gear-lib\librtsp\librtsp.h">

View File

@@ -73,7 +73,10 @@
<ClCompile Include="..\..\..\..\gear-lib\libsock\libsock_ext.c" />
<ClCompile Include="..\..\..\..\gear-lib\libsock\test_libsock.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libsock\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -73,6 +73,9 @@
<ClCompile Include="..\..\..\..\gear-lib\libthread\libthread.c" />
<ClCompile Include="..\..\..\..\gear-lib\libthread\test_libthread.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libthread\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -71,7 +71,10 @@
<ClCompile Include="..\..\..\..\gear-lib\libtime\libtime.c" />
<ClCompile Include="..\..\..\..\gear-lib\libtime\test_libtime.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libtime\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -70,8 +70,6 @@
<ClInclude Include="..\..\..\..\gear-lib\libvector\libvector.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libvector\Makefile" />
<None Include="..\..\..\..\gear-lib\libvector\Makefile.nmake" />
<None Include="..\..\..\..\gear-lib\libvector\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@@ -28,8 +28,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libvector\Makefile" />
<None Include="..\..\..\..\gear-lib\libvector\Makefile.nmake" />
<None Include="..\..\..\..\gear-lib\libvector\README.md" />
</ItemGroup>
</Project>

View File

@@ -71,7 +71,10 @@
<ClCompile Include="..\..\..\..\gear-lib\libworkq\libworkq.c" />
<ClCompile Include="..\..\..\..\gear-lib\libworkq\test_libworkq.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\gear-lib\libworkq\README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -139,7 +139,9 @@ struct gevent_ops selectops = {
.del =
#endif
select_del,
#if defined (OS_LINUX)
.mod =
#endif
NULL,
#if defined (OS_LINUX)
.dispatch =