mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
13 lines
197 B
Makefile
13 lines
197 B
Makefile
MODULE = msvcp90.dll
|
|
IMPORTS = msvcrt
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
memory.c \
|
|
msvcp90_main.c \
|
|
string.c
|
|
|
|
@MAKE_DLL_RULES@
|