mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Add support for WinUSB devices
This commit is contained in:
3
external/libusb/libusb.vcxproj.filters
vendored
3
external/libusb/libusb.vcxproj.filters
vendored
@@ -5,7 +5,7 @@
|
||||
<ClCompile Include="src\error.c" />
|
||||
<ClCompile Include="src\registry.c" />
|
||||
<ClCompile Include="src\usb.c" />
|
||||
<ClCompile Include="src\windows.c" />
|
||||
<ClCompile Include="src\windows.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\lusb0_usb.h" />
|
||||
@@ -14,5 +14,6 @@
|
||||
<ClInclude Include="src\libusb-win32_version.h" />
|
||||
<ClInclude Include="src\registry.h" />
|
||||
<ClInclude Include="src\usbi.h" />
|
||||
<ClInclude Include="src\libwinusb.h" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user