Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autotools windows #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

rsenn
Copy link

@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