Makefile.windows 496 B

123456789101112131415161718
  1. # Name: Makefile.windows
  2. # Project: hid-data example
  3. # Author: Christian Starkjohann
  4. # Creation Date: 2008-04-11
  5. # Tabsize: 4
  6. # Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
  7. # License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
  8. # This Revision: $Id$
  9. # You may use this file with
  10. # make -f Makefile.windows
  11. # on Windows with MinGW instead of editing the main Makefile.
  12. include Makefile
  13. USBFLAGS=
  14. USBLIBS= -lhid -lsetupapi
  15. EXE_SUFFIX= .exe