mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
14 lines
191 B
Makefile
14 lines
191 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = gdi32.dll
|
|
IMPORTS = gdi32
|
|
|
|
CTESTS = \
|
|
generated.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|