Commit d8769cae authored by Alexandre Julliard's avatar Alexandre Julliard

msvcp80: Use the standard -mno-cygwin build flag.

parent 1af6790f
...@@ -3,6 +3,8 @@ IMPORTS = msvcr80 ...@@ -3,6 +3,8 @@ IMPORTS = msvcr80
EXTRADEFS = -D_MSVCP_VER=80 EXTRADEFS = -D_MSVCP_VER=80
PARENTSRC = ../msvcp90 PARENTSRC = ../msvcp90
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
exception.c \ exception.c \
ios.c \ ios.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment