mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
26 lines
326 B
Makefile
26 lines
326 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ntdll.dll
|
|
IMPORTS = kernel32
|
|
|
|
CTESTS = \
|
|
atom.c \
|
|
env.c \
|
|
error.c \
|
|
generated.c \
|
|
info.c \
|
|
large_int.c \
|
|
path.c \
|
|
reg.c \
|
|
rtl.c \
|
|
rtlbitmap.c \
|
|
rtlstr.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|