Makefile.windows 540 B

123456789101112131415161718
  1. # Name: Makefile.windows
  2. # Project: hid-custom-rq example
  3. # Author: Christian Starkjohann
  4. # Creation Date: 2008-04-06
  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 = -I/usr/local/mingw/include
  14. USBLIBS = -L/usr/local/mingw/lib -lusb
  15. EXE_SUFFIX = .exe