mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 05:45:56 +00:00
16 lines
228 B
Makefile
16 lines
228 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = shell32.dll
|
|
IMPORTS = shell32 ole32
|
|
|
|
CTESTS = \
|
|
generated.c \
|
|
shlfileop.c \
|
|
string.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|