mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 23:10:48 +00:00
11 lines
114 B
Makefile
11 lines
114 B
Makefile
TESTDLL = msvcp90.dll
|
|
APPMODE = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
ios.c \
|
|
misc.c \
|
|
string.c
|
|
|
|
RC_SRCS = \
|
|
msvcp90.rc
|