summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index 42388b743d..8270ceed4d 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -67,7 +67,8 @@ DEFINES += -DWIN32
67CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mno-cygwin 67CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mno-cygwin
68 68
69APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mno-cygwin 69APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mno-cygwin
70DLLFLAGS = -s --entry _DllMain@12 --target=i386-mingw32 --def plugin.def 70DLLFLAGS = -s --entry _DllMain@12 --target=i386-mingw32 -mno-cygwin \
71 --def plugin.def
71 72
72UNAME := $(shell uname|sed -e "s/CYGWIN.*/CYGWIN/") 73UNAME := $(shell uname|sed -e "s/CYGWIN.*/CYGWIN/")
73ifeq ($(UNAME),CYGWIN) 74ifeq ($(UNAME),CYGWIN)