summaryrefslogtreecommitdiffstats
path: root/commandline/Makefile.windows
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-29 16:58:01 -0700
committerJenna Fox <a@creativepony.com>2012-09-29 16:58:01 -0700
commit35cc54629ade1abfb801b832534f6c7f45eff20c (patch)
tree15798a560eef8fbb72c5545f29619816e58a436a /commandline/Makefile.windows
parent71649f3ec1b38fa4e38dffc77cc7eec314daa6a1 (diff)
parent2f46526de0ed0c9de27c58d4438b9c98e9b5a3c5 (diff)
downloadmicronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.tar.gz
micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.tar.bz2
micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.zip
Merge pull request #9 from kehribar/master
Experimental C commandline application has been added.
Diffstat (limited to 'commandline/Makefile.windows')
-rw-r--r--commandline/Makefile.windows18
1 files changed, 0 insertions, 18 deletions
diff --git a/commandline/Makefile.windows b/commandline/Makefile.windows
deleted file mode 100644
index 16f3ba8..0000000
--- a/commandline/Makefile.windows
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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