mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
16 lines
242 B
Makefile
16 lines
242 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msvcrt.dll
|
|
IMPORTS = msvcrt
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
|
|
|
CTESTS = \
|
|
file.c \
|
|
scanf.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|