mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
TESTDLL = msvcrtd.dll
|
|
APPMODE = -mno-cygwin
|
|
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
|
|
C_SRCS = \
|
|
debug.c
|
|
|
|
@MAKE_TEST_RULES@
|