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:
parent
d1a3a3e148
commit
6cb7b15be8
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue