/
githubmirror
/
libusb
Обзор
Документация
Войти
/
githubmirror
/
libusb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
msvc/getopt.vcxproj
40 строк
2 KB
Sylvain Fasel
windows: Update msvc/getopt to glibc 2.41 (commit 66f3e92)
11 мар 2026, 02:06
11 мар 2026, 02:06
c2be517
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="ProjectConfigurations.Base.props" /> <PropertyGroup Label="Globals"> <ProjectGuid>{AE83E1B4-CE06-47EE-B7A3-C3A1D7C2D71E}</ProjectGuid> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="Configuration.StaticLibrary.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="Base.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>.\getopt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_GL_UNUSED=;HAVE_STRING_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> <DisableSpecificWarnings>4100;4131;4702;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include=".\getopt\getopt.c" /> <ClCompile Include=".\getopt\getopt1.c" /> </ItemGroup> <ItemGroup> <ClInclude Include=".\getopt\bits\getopt_core.h" /> <ClInclude Include=".\getopt\bits\getopt_ext.h" /> <ClInclude Include=".\getopt\features.h" /> <ClInclude Include=".\getopt\gettext.h" /> <ClInclude Include=".\getopt\getopt.h" /> <ClInclude Include=".\getopt\getopt_int.h" /> <ClInclude Include=".\getopt\unistd.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>