mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
15 lines
232 B
Makefile
15 lines
232 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msvcrt.dll
|
|
IMPORTS = msvcrt
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
|
|
|
CTESTS = \
|
|
scanf.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|