aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hid-data/commandline/Makefile.windows
blob: ab3f5dfe7c209e373d7aff3fc08f8bc5e11d99a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Name: Makefile.windows
# Project: hid-data example
# Author: Christian Starkjohann
# Creation Date: 2008-04-11
# Tabsize: 4
# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)

# You may use this file with
#   make -f Makefile.windows
# on Windows with MinGW instead of editing the main Makefile.

include Makefile

USBFLAGS=
USBLIBS=    -lhid -lsetupapi
EXE_SUFFIX= .exe