Skip to content

Commit

Permalink
Add support for MingW32
Browse files Browse the repository at this point in the history
  • Loading branch information
veganaize committed Dec 13, 2012
1 parent a558015 commit 5bc9fa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/unix/Makefile
Expand Up @@ -61,6 +61,11 @@ ifneq ("$(filter GNU/kFreeBSD kfreebsd,$(UNAME))","")
SO_EXTENSION = so
SHARED = -shared
endif
ifeq ("$(patsubst MINGW%,MINGW,$(UNAME))","MINGW")
OS = MINGW
SO_EXTENSION = dll
SHARED = -shared
endif
ifeq ("$(OS)","NONE")
$(error OS type "$(UNAME)" not supported. Please file bug report at 'http://code.google.com/p/mupen64plus/issues')
endif
Expand Down

0 comments on commit 5bc9fa0

Please sign in to comment.