mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
20 lines
287 B
Makefile
20 lines
287 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = shlwapi.dll
|
|
IMPORTS = shlwapi advapi32 ole32 oleaut32
|
|
|
|
CTESTS = \
|
|
clist.c \
|
|
clsid.c \
|
|
generated.c \
|
|
ordinal.c \
|
|
path.c \
|
|
shreg.c \
|
|
string.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|