summaryrefslogtreecommitdiffstats
path: root/commandline/Makefile.windows
diff options
context:
space:
mode:
Diffstat (limited to 'commandline/Makefile.windows')
-rw-r--r--commandline/Makefile.windows18
1 files changed, 18 insertions, 0 deletions
diff --git a/commandline/Makefile.windows b/commandline/Makefile.windows
new file mode 100644
index 0000000..16f3ba8
--- /dev/null
+++ b/commandline/Makefile.windows
@@ -0,0 +1,18 @@
+# Name: Makefile.windows
+# Project: Automator
+# Author: Christian Starkjohann
+# Creation Date: 2006-02-20
+# Tabsize: 4
+# Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
+# License: Proprietary, free under certain conditions. See Documentation.
+# This Revision: $Id$
+
+# 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 -lusb -lsetupapi
+EXE_SUFFIX= .exe