aboutsummaryrefslogtreecommitdiff
path: root/lib/vusb/examples/usbtool/Makefile.windows
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/vusb/examples/usbtool/Makefile.windows
Diffstat (limited to 'lib/vusb/examples/usbtool/Makefile.windows')
-rw-r--r--lib/vusb/examples/usbtool/Makefile.windows17
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
13include Makefile
14
15USBFLAGS = -I/usr/local/mingw/include
16USBLIBS = -L/usr/local/mingw/lib -lusb
17EXE_SUFFIX = .exe