mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
6 lines
81 B
Makefile
6 lines
81 B
Makefile
TESTDLL = msvcp100.dll
|
|
APPMODE = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
misc.c \
|
|
string.c
|