diff options
Diffstat (limited to 'Source/3rdParty/SDL2/src/hidapi/windows/Makefile-manual')
-rw-r--r-- | Source/3rdParty/SDL2/src/hidapi/windows/Makefile-manual | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/3rdParty/SDL2/src/hidapi/windows/Makefile-manual b/Source/3rdParty/SDL2/src/hidapi/windows/Makefile-manual deleted file mode 100644 index ac471d6..0000000 --- a/Source/3rdParty/SDL2/src/hidapi/windows/Makefile-manual +++ /dev/null @@ -1,14 +0,0 @@ - - -OS=$(shell uname) - -ifneq (,$(findstring MINGW,$(OS))) - FILE=Makefile.mingw -endif - -ifeq ($(FILE), ) -all: - $(error Your platform ${OS} is not supported at this time.) -endif - -include $(FILE) |