~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/lib/hidapi-0.7.0/windows/Makefile

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
OS=$(shell uname)
4
 
 
5
 
ifneq (,$(findstring MINGW,$(OS)))
6
 
        FILE=Makefile.mingw
7
 
endif
8
 
 
9
 
ifeq ($(FILE), )
10
 
all:
11
 
        $(error Your platform ${OS} is not supported at this time.)
12
 
endif
13
 
 
14
 
include $(FILE)