Sweden-Number/dlls/ntdll/tests/Makefile.in

30 lines
384 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = ntdll.dll
2001-09-17 00:00:00 +02:00
IMPORTS = user32 kernel32
C_SRCS = \
atom.c \
change.c \
directory.c \
2003-05-08 05:47:24 +02:00
env.c \
error.c \
exception.c \
file.c \
2002-10-15 03:53:45 +02:00
generated.c \
info.c \
large_int.c \
2005-09-30 12:33:54 +02:00
om.c \
path.c \
port.c \
reg.c \
rtl.c \
rtlbitmap.c \
rtlstr.c \
string.c \
time.c
@MAKE_TEST_RULES@