Skip to content

Commit

Permalink
Don't use -mno-cygwin ... Cygwin doesn't support it anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 8, 2012
1 parent 7f3e91b commit 924b24d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -47,8 +47,6 @@ ifeq ($(strip $(linux)),true)
endif

ifeq ($(strip $(cygwin)),true)
CFLAGS += -mno-cygwin
LDFLAGS += -mno-cygwin
JDKPATH := $(WINDOWS_JDK_PATH)
JAVAC := $(JDKPATH)bin\\javac
MANYMOUSEJNILIB := ManyMouse.dll
Expand Down

0 comments on commit 924b24d

Please sign in to comment.