diff options
Diffstat (limited to 'lib/vusb/examples/usbtool/Makefile.windows')
-rw-r--r-- | lib/vusb/examples/usbtool/Makefile.windows | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/vusb/examples/usbtool/Makefile.windows b/lib/vusb/examples/usbtool/Makefile.windows new file mode 100644 index 000000000..8298dd3b1 --- /dev/null +++ b/lib/vusb/examples/usbtool/Makefile.windows | |||
@@ -0,0 +1,17 @@ | |||
1 | # Name: Makefile.windows | ||
2 | # Project: usbtool | ||
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 | |||
9 | # You may use this file with | ||
10 | # make -f Makefile.windows | ||
11 | # on Windows with MinGW instead of editing the main Makefile. | ||
12 | |||
13 | include Makefile | ||
14 | |||
15 | USBFLAGS = -I/usr/local/mingw/include | ||
16 | USBLIBS = -L/usr/local/mingw/lib -lusb | ||
17 | EXE_SUFFIX = .exe | ||