rpcss: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8039941c52
commit
94700e8376
|
@ -1,7 +1,8 @@
|
||||||
MODULE = rpcss.exe
|
MODULE = rpcss.exe
|
||||||
APPMODE = -mconsole -municode
|
|
||||||
IMPORTS = rpcrt4 advapi32
|
IMPORTS = rpcrt4 advapi32
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
epmp.c \
|
epmp.c \
|
||||||
irotp.c \
|
irotp.c \
|
||||||
|
|
Loading…
Reference in New Issue