mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
10 lines
114 B
Makefile
10 lines
114 B
Makefile
TESTDLL = msvcp90.dll
|
|
APPMODE = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
ios.c \
|
|
misc.c \
|
|
string.c
|
|
|
|
RC_SRCS = \
|
|
msvcp90.rc
|