Skip to content

Autotools windows#6

Open
rsenn wants to merge 3 commits into
karfield:masterfrom
rsenn:autotools-windows
Open

Autotools windows#6
rsenn wants to merge 3 commits into
karfield:masterfrom
rsenn:autotools-windows

Conversation

@rsenn
Copy link
Copy Markdown

@rsenn rsenn commented Nov 13, 2014

  • windows builds with autotools (./configure style)
  • tested under cygwin (32bit), msys and mingw

AM_CONDITIONAL(HOST_IS_WINDOWS, ...

assumes you will be using it with AdbWinApi as .DLL files, however it does not depend on it during building:

  • added .DEF files and rules in Makefile.am which generate import libs for AdbWinApi.dll & AdbWinUsbApi.dll
  • added corresponding adb_api.h to src/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant