Plugins should not require cygwin to run.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3804 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Hardeep Sidhu 2003-07-03 03:52:11 +00:00
parent d1a3a3e148
commit 6cb7b15be8

View file

@ -67,7 +67,8 @@ DEFINES += -DWIN32
CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mno-cygwin
APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mno-cygwin
DLLFLAGS = -s --entry _DllMain@12 --target=i386-mingw32 --def plugin.def
DLLFLAGS = -s --entry _DllMain@12 --target=i386-mingw32 -mno-cygwin \
--def plugin.def
UNAME := $(shell uname|sed -e "s/CYGWIN.*/CYGWIN/")
ifeq ($(UNAME),CYGWIN)