mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
13 lines
193 B
Makefile
13 lines
193 B
Makefile
TESTDLL = msvcp90.dll
|
|
APPMODE = -mno-cygwin
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
|
|
|
|
C_SRCS = \
|
|
misc.c \
|
|
string.c
|
|
|
|
RC_SRCS = \
|
|
msvcp90.rc
|
|
|
|
@MAKE_TEST_RULES@
|