Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to enable ADB on condition that WINUSB has not been installed. In this patch set new file (adb_winusb_api.h) has been added where I moved typedef that broke the build. Aso, adb_api.cpp and AdbWinApi.cpp were changed to include that new header file. BUG 2033924
8 lines
489 B
Plaintext
Executable File
8 lines
489 B
Plaintext
Executable File
In order to build AdbWinUsbApi.dll you will need to install Windows Driver Kit,
|
|
which can be obtained from Microsoft. Assuming that WDK is installed, you
|
|
need to set one of the WDK's build environments, "cd" back into this directory,
|
|
and execute "build -cbeEIFZ" to clean and rebuild this project, or you can
|
|
execute "build -befEIF" to do a minimal build.
|
|
Note that you need to build AdbWinApi.dll (..\api) before you build
|
|
AdbWinUsbApi.dll, as it depends on AdbWinApi.lib library.
|